Home
last modified time | relevance | path

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

/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp160 using EC_POINT_Ptr = bssl::UniquePtr<EC_POINT>; typedef
654 auto point = EC_POINT_Ptr(EC_POINT_new(group.get())); in certificateSignedByPublicKey()
728 auto point = EC_POINT_Ptr(EC_POINT_new(group.get())); in checkEcDsaSignature()
905 auto point = EC_POINT_Ptr(EC_POINT_new(group.get())); in createAttestationForEcPublicKey()
1199 auto point = EC_POINT_Ptr(EC_POINT_new(group.get())); in ecPublicKeyGenerateCertificate()
1356 auto point = EC_POINT_Ptr(EC_POINT_new(group.get())); in ecdh()
/hardware/interfaces/security/keymint/support/
Dremote_prov_utils.cpp95 auto point = EC_POINT_Ptr(EC_POINT_new(group.get())); in getAffineCoordinates()
/hardware/interfaces/security/keymint/aidl/vts/functional/
DKeyMintAidlTestBase.cpp2243 EC_POINT_Ptr point = EC_POINT_Ptr(EC_POINT_new(group.get())); in p256_pub_key()