Home
last modified time | relevance | path

Searched refs:pubKey (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/crypt32/
H A Dencode.c4805 PUBLICKEYSTRUC *pubKey = CryptMemAlloc(keySize); in CRYPT_ExportPublicKeyInfoEx() local
4807 if (pubKey) in CRYPT_ExportPublicKeyInfoEx()
4875 CryptMemFree(pubKey); in CRYPT_ExportPublicKeyInfoEx()
4915 RSA_CSP_PUBLICKEYBLOB, pubKey, in CRYPT_ExportPublicKeyInfoEx()
4920 CryptMemFree(pubKey); in CRYPT_ExportPublicKeyInfoEx()
4990 LPBYTE pubKey; in CRYPT_ImportPublicKeyInfoEx() local
5001 pubKey = NULL; in CRYPT_ImportPublicKeyInfoEx()
5007 CryptMemFree(pubKey); in CRYPT_ImportPublicKeyInfoEx()
5018 pubKey = CryptMemAlloc(pubKeySize); in CRYPT_ImportPublicKeyInfoEx()
5020 if (pubKey) in CRYPT_ImportPublicKeyInfoEx()
[all …]
H A Dcert.c3445 const SYSTEMTIME *pEndTime, const CERT_PUBLIC_KEY_INFO *pubKey, in CRYPT_MakeCertInfo() argument
3453 assert(pubKey); in CRYPT_MakeCertInfo()
3489 info->SubjectPublicKeyInfo = *pubKey; in CRYPT_MakeCertInfo()
3560 PCERT_PUBLIC_KEY_INFO pubKey = NULL; in CertCreateSelfSignCertificate() local
3628 pubKey = CryptMemAlloc(pubKeySize); in CertCreateSelfSignCertificate()
3629 if (pubKey) in CertCreateSelfSignCertificate()
3632 pubKey, &pubKeySize); in CertCreateSelfSignCertificate()
3642 pSignatureAlgorithm, pStartTime, pEndTime, pubKey, pExtensions); in CertCreateSelfSignCertificate()
3659 CryptMemFree(pubKey); in CertCreateSelfSignCertificate()
/reactos/modules/rostests/winetests/crypt32/
H A Dmsg.c1214 static BYTE pubKey[] = { variable
3501 certInfo.SubjectPublicKeyInfo.PublicKey.cbData = sizeof(pubKey); in test_msg_control()
3502 certInfo.SubjectPublicKeyInfo.PublicKey.pbData = pubKey; in test_msg_control()