Home
last modified time | relevance | path

Searched refs:EC_KEY_new_method (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/ec/
Dec_key.c87 EC_KEY *EC_KEY_new(void) { return EC_KEY_new_method(NULL); } in EC_KEY_new()
89 EC_KEY *EC_KEY_new_method(const ENGINE *engine) { in EC_KEY_new_method() function
/external/boringssl/src/include/openssl/
Dec_key.h93 OPENSSL_EXPORT EC_KEY *EC_KEY_new_method(const ENGINE *engine);
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc1284 bssl::UniquePtr<EC_KEY> ecKey(EC_KEY_new_method(g_engine)); in NativeCrypto_getECPrivateKeyWrapper()