Searched defs:ecKey (Results 1 – 4 of 4) sorted by relevance
660 auto ecKey = EC_KEY_Ptr(EC_KEY_new()); in certificateSignedByPublicKey() local734 auto ecKey = EC_KEY_Ptr(EC_KEY_new()); in checkEcDsaSignature() local911 auto ecKey = EC_KEY_Ptr(EC_KEY_new()); in createAttestationForEcPublicKey() local985 auto ecKey = EC_KEY_Ptr(EVP_PKEY_get1_EC_KEY(pkey.get())); in ecKeyPairGetPublicKey() local1015 auto ecKey = EC_KEY_Ptr(EVP_PKEY_get1_EC_KEY(pkey.get())); in ecKeyPairGetPrivateKey() local1050 auto ecKey = EC_KEY_Ptr(EC_KEY_new_by_curve_name(NID_X9_62_prime256v1)); in ecPrivateKeyToKeyPair() local1205 auto ecKey = EC_KEY_Ptr(EC_KEY_new()); in ecPublicKeyGenerateCertificate() local1362 auto ecKey = EC_KEY_Ptr(EC_KEY_new()); in ecdh() local1481 auto ecKey = EC_KEY_Ptr(EVP_PKEY_get1_EC_KEY(pkey.get())); in certificateChainGetTopMostKey() local1556 auto ecKey = EC_KEY_Ptr(EVP_PKEY_get1_EC_KEY(pkey.get())); in certificateFindPublicKey() local
65 ErrMsgOr<bytevec> ecKeyGetPrivateKey(const EC_KEY* ecKey) { in ecKeyGetPrivateKey()77 ErrMsgOr<bytevec> ecKeyGetPublicKey(const EC_KEY* ecKey, const int nid) { in ecKeyGetPublicKey()
2410 EC_KEY_Ptr ecKey = EC_KEY_Ptr(EC_KEY_new()); in p256_pub_key() local
8513 auto ecKey = EC_KEY_Ptr(EC_KEY_new()); in GenerateLocalEcKey() local