Home
last modified time | relevance | path

Searched defs:ecKey (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp660 auto ecKey = EC_KEY_Ptr(EC_KEY_new()); in certificateSignedByPublicKey() local
734 auto ecKey = EC_KEY_Ptr(EC_KEY_new()); in checkEcDsaSignature() local
911 auto ecKey = EC_KEY_Ptr(EC_KEY_new()); in createAttestationForEcPublicKey() local
985 auto ecKey = EC_KEY_Ptr(EVP_PKEY_get1_EC_KEY(pkey.get())); in ecKeyPairGetPublicKey() local
1015 auto ecKey = EC_KEY_Ptr(EVP_PKEY_get1_EC_KEY(pkey.get())); in ecKeyPairGetPrivateKey() local
1050 auto ecKey = EC_KEY_Ptr(EC_KEY_new_by_curve_name(NID_X9_62_prime256v1)); in ecPrivateKeyToKeyPair() local
1205 auto ecKey = EC_KEY_Ptr(EC_KEY_new()); in ecPublicKeyGenerateCertificate() local
1362 auto ecKey = EC_KEY_Ptr(EC_KEY_new()); in ecdh() local
1481 auto ecKey = EC_KEY_Ptr(EVP_PKEY_get1_EC_KEY(pkey.get())); in certificateChainGetTopMostKey() local
1556 auto ecKey = EC_KEY_Ptr(EVP_PKEY_get1_EC_KEY(pkey.get())); in certificateFindPublicKey() local
/hardware/interfaces/security/keymint/support/
Dremote_prov_utils.cpp56 ErrMsgOr<bytevec> ecKeyGetPrivateKey(const EC_KEY* ecKey) { in ecKeyGetPrivateKey()
68 ErrMsgOr<bytevec> ecKeyGetPublicKey(const EC_KEY* ecKey) { in ecKeyGetPublicKey()
126 auto ecKey = EC_KEY_Ptr(EVP_PKEY_get1_EC_KEY(pubKey.get())); in getRawPublicKey() local
/hardware/interfaces/security/keymint/aidl/vts/functional/
DKeyMintAidlTestBase.cpp2238 EC_KEY_Ptr ecKey = EC_KEY_Ptr(EC_KEY_new()); in p256_pub_key() local
DKeyMintTest.cpp8487 auto ecKey = EC_KEY_Ptr(EC_KEY_new()); in GenerateLocalEcKey() local