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

/vbox/src/VBox/Runtime/common/crypto/
H A Dx509-verify.cpp40 PCRTASN1DYNTYPE pParameters, PCRTASN1BITSTRING pPublicKey,
59 AssertPtrReturn(pPublicKey, VERR_INVALID_POINTER);
60 AssertReturn(RTAsn1BitString_IsPresent(pPublicKey), VERR_INVALID_POINTER);
80 return RTCrPkixPubKeyVerifySignature(&pThis->SignatureAlgorithm.Algorithm, pParameters, pPublicKey, &pThis->SignatureValue,
39 RTCrX509Certificate_VerifySignature(PCRTCRX509CERTIFICATE pThis, PCRTASN1OBJID pAlgorithm, PCRTASN1DYNTYPE pParameters, PCRTASN1BITSTRING pPublicKey, PRTERRINFO pErrInfo) argument
H A Dpkix-verify.cpp44 RTDECL(int) RTCrPkixPubKeyVerifySignature(PCRTASN1OBJID pAlgorithm, PCRTASN1DYNTYPE pParameters, PCRTASN1BITSTRING pPublicKey, argument
61 AssertPtrReturn(pPublicKey, VERR_INVALID_POINTER);
62 AssertReturn(RTAsn1BitString_IsPresent(pPublicKey), VERR_INVALID_POINTER);
81 int rcIprt = RTCrPkixSignatureCreateByObjId(&hSignature, pAlgorithm, false /*fSigning*/, pPublicKey, pParameters);
138 const unsigned char *puchPublicKey = RTASN1BITSTRING_GET_BIT0_PTR(pPublicKey);
139 if (d2i_PublicKey(pEvpPublicKey->type, &pEvpPublicKey, &puchPublicKey, RTASN1BITSTRING_GET_BYTE_SIZE(pPublicKey)))
/vbox/include/iprt/crypto/
H A Dpkix.h41 * using the specfied public key (@a pPublicKey) and algorithm.
46 * @param pPublicKey The public key.
52 RTDECL(int) RTCrPkixPubKeyVerifySignature(PCRTASN1OBJID pAlgorithm, PCRTASN1DYNTYPE pParameters, PCRTASN1BITSTRING pPublicKey,
H A Dx509.h959 PCRTASN1DYNTYPE pParameters, PCRTASN1BITSTRING pPublicKey,
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwincrypt.h4194 PCERT_PUBLIC_KEY_INFO pPublicKey);
4320 PCERT_PUBLIC_KEY_INFO pPublicKey);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwincrypt.h4102 PCERT_PUBLIC_KEY_INFO pPublicKey);
4228 PCERT_PUBLIC_KEY_INFO pPublicKey);

Completed in 147 milliseconds