Home
last modified time | relevance | path

Searched refs:EC_POINT_Ptr (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/interfaces/identity/support/src/
H A DIdentityCredentialSupport.cpp159 using EC_POINT_Ptr = bssl::UniquePtr<EC_POINT>; typedef
405 auto point = EC_POINT_Ptr(EC_POINT_new(group.get())); in certificateSignedByPublicKey()
479 auto point = EC_POINT_Ptr(EC_POINT_new(group.get())); in checkEcDsaSignature()
798 auto point = EC_POINT_Ptr(EC_POINT_new(group.get())); in createAttestationForEcPublicKey()
1096 auto point = EC_POINT_Ptr(EC_POINT_new(group.get())); in ecPublicKeyGenerateCertificate()
1245 auto point = EC_POINT_Ptr(EC_POINT_new(group.get())); in ecdh()
/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintAidlTestBase.cpp1674 EC_POINT_Ptr point = EC_POINT_Ptr(EC_POINT_new(group.get())); in p256_pub_key()