Home
last modified time | relevance | path

Searched refs:EVP_get_cipherbyname (Results 1 – 7 of 7) 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/boringssl/src/include/openssl/
Dcipher.h399 OPENSSL_EXPORT const EVP_CIPHER *EVP_get_cipherbyname(const char *name);
/external/tcpdump/
Dprint-esp.c309 evp = EVP_get_cipherbyname(decode); in espprint_decode_encalgo()
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DNativeCryptoTest.java2856 final long evpCipher = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in EVP_CipherInit_ex_withNullCtxShouldThrow()
2864 final long evpCipher = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in test_EVP_CipherInit_ex_Null_Failure()
2879 final long evpCipher = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in test_EVP_CipherInit_ex_Success()
2885 long aes128ecb = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in test_EVP_CIPHER_iv_length()
2888 long aes128cbc = NativeCrypto.EVP_get_cipherbyname("aes-128-cbc"); in test_EVP_CIPHER_iv_length()
/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
DOpenSSLCipher.java487 final long cipherType = NativeCrypto.EVP_get_cipherbyname(getCipherName( in engineInitInternal()
/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp9440 CONSCRYPT_NATIVE_METHOD(NativeCrypto, EVP_get_cipherbyname, "(Ljava/lang/String;)J"),