Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/cipher/
Dcipher.c629 const EVP_CIPHER *EVP_get_cipherbyname(const char *name) { in EVP_get_cipherbyname() function
/external/conscrypt/src/main/java/org/conscrypt/
DNativeCrypto.java280 public static native long EVP_get_cipherbyname(String string); in EVP_get_cipherbyname() method in NativeCrypto