Home
last modified time | relevance | path

Searched refs:EVP_get_cipherbyname (Results 1 – 13 of 13) 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.h407 OPENSSL_EXPORT const EVP_CIPHER *EVP_get_cipherbyname(const char *name);
/external/tcpdump/
Dprint-esp.c363 evp = EVP_get_cipherbyname(decode); in espprint_decode_encalgo()
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DNativeCryptoTest.java2930 final long evpCipher = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in EVP_CipherInit_ex_withNullCtxShouldThrow()
2938 final long evpCipher = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in test_EVP_CipherInit_ex_Null_Failure()
2953 final long evpCipher = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in test_EVP_CipherInit_ex_Success()
2959 long aes128ecb = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in test_EVP_CIPHER_iv_length()
2962 long aes128cbc = NativeCrypto.EVP_get_cipherbyname("aes-128-cbc"); in test_EVP_CIPHER_iv_length()
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DNativeCryptoTest.java2938 final long evpCipher = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in EVP_CipherInit_ex_withNullCtxShouldThrow()
2946 final long evpCipher = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in test_EVP_CipherInit_ex_Null_Failure()
2961 final long evpCipher = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in test_EVP_CipherInit_ex_Success()
2967 long aes128ecb = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in test_EVP_CIPHER_iv_length()
2970 long aes128cbc = NativeCrypto.EVP_get_cipherbyname("aes-128-cbc"); in test_EVP_CIPHER_iv_length()
/external/conscrypt/common/src/main/java/org/conscrypt/
DNativeCrypto.java289 static native long EVP_get_cipherbyname(String string); in EVP_get_cipherbyname() method in NativeCrypto
DOpenSSLCipher.java512 final long cipherType = NativeCrypto.EVP_get_cipherbyname(getCipherName( in engineInitInternal()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLCipher.java519 final long cipherType = NativeCrypto.EVP_get_cipherbyname(getCipherName( in engineInitInternal()
DNativeCrypto.java302 static native long EVP_get_cipherbyname(String string); in EVP_get_cipherbyname() method in NativeCrypto
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list1304 EVP_get_cipherbyname
DBoringSSL-GRPC.podspec2856 '#define EVP_get_cipherbyname GRPC_SHADOW_EVP_get_cipherbyname',
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h1332 #define EVP_get_cipherbyname GRPC_SHADOW_EVP_get_cipherbyname macro
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc10000 CONSCRYPT_NATIVE_METHOD(EVP_get_cipherbyname, "(Ljava/lang/String;)J"),