Searched refs:pubKey (Results 1 – 3 of 3) sorted by relevance
4805 PUBLICKEYSTRUC *pubKey = CryptMemAlloc(keySize); in CRYPT_ExportPublicKeyInfoEx() local4807 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() local5001 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 …]
3445 const SYSTEMTIME *pEndTime, const CERT_PUBLIC_KEY_INFO *pubKey, in CRYPT_MakeCertInfo() argument3453 assert(pubKey); in CRYPT_MakeCertInfo()3489 info->SubjectPublicKeyInfo = *pubKey; in CRYPT_MakeCertInfo()3560 PCERT_PUBLIC_KEY_INFO pubKey = NULL; in CertCreateSelfSignCertificate() local3628 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()
1214 static BYTE pubKey[] = { variable3501 certInfo.SubjectPublicKeyInfo.PublicKey.cbData = sizeof(pubKey); in test_msg_control()3502 certInfo.SubjectPublicKeyInfo.PublicKey.pbData = pubKey; in test_msg_control()