Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/cipher_extra/
Dcipher_extra.c91 const EVP_CIPHER *EVP_get_cipherbyname(const char *name) { in EVP_get_cipherbyname() function
/external/conscrypt/common/src/main/java/org/conscrypt/
DNativeCrypto.java255 static native long EVP_get_cipherbyname(String string); in EVP_get_cipherbyname() method in NativeCrypto