Home
last modified time | relevance | path

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

/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLECKeyFactory.java85 ECPublicKey ecKey = (ECPublicKey) key; in engineGetKeySpec() local
92 ECPublicKey ecKey = (ECPublicKey) engineGeneratePublic(new X509EncodedKeySpec(encoded)); in engineGetKeySpec() local
96 ECPrivateKey ecKey = (ECPrivateKey) key; in engineGetKeySpec() local
103 ECPrivateKey ecKey = in engineGetKeySpec() local
139 ECPublicKey ecKey = (ECPublicKey) key; in engineTranslateKey() local
151 ECPrivateKey ecKey = (ECPrivateKey) key; in engineTranslateKey() local
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp3078 Unique_EC_KEY ecKey(EC_KEY_new()); local
3099 Unique_EC_KEY ecKey(EC_KEY_new_method(g_engine)); local