Searched refs:pEvpPublicKey (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/crypto/
H A Dpkix-verify.cpp132 EVP_PKEY *pEvpPublicKey = EVP_PKEY_new(); local
133 if (pEvpPublicKey)
135 pEvpPublicKey->type = EVP_PKEY_type(pEvpMdType->required_pkey_type[0]);
136 if (pEvpPublicKey->type != NID_undef)
139 if (d2i_PublicKey(pEvpPublicKey->type, &pEvpPublicKey, &puchPublicKey, RTASN1BITSTRING_GET_BYTE_SIZE(pPublicKey)))
148 pEvpPublicKey) > 0)
160 EVP_PKEY_free(pEvpPublicKey);

Completed in 36 milliseconds