Searched defs:ecKey (Results 1 – 7 of 7) sorted by relevance
104 AndroidKeyStoreECPublicKey ecKey = (AndroidKeyStoreECPublicKey) key; in engineGetKeySpec() local
411 auto ecKey = EC_KEY_Ptr(EC_KEY_new()); in certificateSignedByPublicKey() local485 auto ecKey = EC_KEY_Ptr(EC_KEY_new()); in checkEcDsaSignature() local804 auto ecKey = EC_KEY_Ptr(EC_KEY_new()); in createAttestationForEcPublicKey() local882 auto ecKey = EC_KEY_Ptr(EVP_PKEY_get1_EC_KEY(pkey.get())); in ecKeyPairGetPublicKey() local912 auto ecKey = EC_KEY_Ptr(EVP_PKEY_get1_EC_KEY(pkey.get())); in ecKeyPairGetPrivateKey() local947 auto ecKey = EC_KEY_Ptr(EC_KEY_new_by_curve_name(NID_X9_62_prime256v1)); in ecPrivateKeyToKeyPair() local1102 auto ecKey = EC_KEY_Ptr(EC_KEY_new()); in ecPublicKeyGenerateCertificate() local1251 auto ecKey = EC_KEY_Ptr(EC_KEY_new()); in ecdh() local1370 auto ecKey = EC_KEY_Ptr(EVP_PKEY_get1_EC_KEY(pkey.get())); in certificateChainGetTopMostKey() local1445 auto ecKey = EC_KEY_Ptr(EVP_PKEY_get1_EC_KEY(pkey.get())); in certificateFindPublicKey() local
136 EC_KEY* ecKey = EVP_PKEY_get0_EC_KEY(pubKey.get()); in GetEcdsa256KeyFromCert() local
205 ECKey ecKey = (ECKey) key; in getSignatureAlgorithm() local
1669 EC_KEY_Ptr ecKey = EC_KEY_Ptr(EC_KEY_new()); in p256_pub_key() local
6452 auto ecKey = EC_KEY_Ptr(EC_KEY_new()); in TEST_P() local
com/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...