Home
last modified time | relevance | path

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

/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLECKeyFactory.java91 ECPublicKey ecKey = (ECPublicKey) key; in engineGetKeySpec() local
100 ECPublicKey ecKey = (ECPublicKey) engineGeneratePublic(new X509EncodedKeySpec(encoded)); in engineGetKeySpec() local
106 ECPrivateKey ecKey = (ECPrivateKey) key; in engineGetKeySpec() local
115 ECPrivateKey ecKey = in engineGetKeySpec() local
155 ECPublicKey ecKey = (ECPublicKey) key; in engineTranslateKey() local
167 ECPrivateKey ecKey = (ECPrivateKey) key; in engineTranslateKey() local
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLECKeyFactory.java93 ECPublicKey ecKey = (ECPublicKey) key; in engineGetKeySpec() local
102 ECPublicKey ecKey = (ECPublicKey) engineGeneratePublic(new X509EncodedKeySpec(encoded)); in engineGetKeySpec() local
108 ECPrivateKey ecKey = (ECPrivateKey) key; in engineGetKeySpec() local
117 ECPrivateKey ecKey = in engineGetKeySpec() local
157 ECPublicKey ecKey = (ECPublicKey) key; in engineTranslateKey() local
169 ECPrivateKey ecKey = (ECPrivateKey) key; in engineTranslateKey() local
/external/tpm2-tss/src/tss2-fapi/
Dfapi_crypto.c473 EC_KEY *ecKey = EC_KEY_new(); in ossl_ecc_pub_from_tpm() local
966 EC_KEY *ecKey = EVP_PKEY_get1_EC_KEY(publicKey); in get_ecc_tpm2b_public_from_evp() local
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc1337 bssl::UniquePtr<EC_KEY> ecKey(EC_KEY_new_method(g_engine)); in NativeCrypto_getECPrivateKeyWrapper() local