Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 1583 of file oid.c.
Referenced by CRYPT_EncodePKCSDigestedData().
01584 { 01585 LPCSTR ret; 01586 PCCRYPT_OID_INFO info = CryptFindOIDInfo(CRYPT_OID_INFO_ALGID_KEY, 01587 &dwAlgId, 0); 01588 01589 if (info) 01590 ret = info->pszOID; 01591 else 01592 ret = NULL; 01593 return ret; 01594 }