/external/rust/crates/quiche/deps/boringssl/src/crypto/cipher_extra/ |
D | cipher_extra.c | 91 const EVP_CIPHER *EVP_get_cipherbyname(const char *name) { in EVP_get_cipherbyname() function
|
/external/boringssl/src/crypto/cipher_extra/ |
D | cipher_extra.c | 91 const EVP_CIPHER *EVP_get_cipherbyname(const char *name) { in EVP_get_cipherbyname() function
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | OpenSSLEvpCipher.java | 69 final long cipherType = NativeCrypto.EVP_get_cipherbyname(getCipherName( in engineInitInternal()
|
D | NativeCrypto.java | 306 static native long EVP_get_cipherbyname(String string); in EVP_get_cipherbyname() method in NativeCrypto
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | OpenSSLEvpCipher.java | 65 final long cipherType = NativeCrypto.EVP_get_cipherbyname(getCipherName( in engineInitInternal()
|
D | NativeCrypto.java | 296 static native long EVP_get_cipherbyname(String string); in EVP_get_cipherbyname() method in NativeCrypto
|
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/ |
D | aead.py | 28 evp_cipher = backend._lib.EVP_get_cipherbyname(cipher_name)
|
D | backend.py | 1712 evp_cipher = self._lib.EVP_get_cipherbyname( 2223 self._lib.EVP_get_cipherbyname(cipher_name) != self._ffi.NULL 2322 return backend._lib.EVP_get_cipherbyname(cipher_name.encode("ascii")) 2327 return backend._lib.EVP_get_cipherbyname(cipher_name.encode("ascii"))
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | cipher.h | 407 OPENSSL_EXPORT const EVP_CIPHER *EVP_get_cipherbyname(const char *name);
|
/external/boringssl/src/include/openssl/ |
D | cipher.h | 413 OPENSSL_EXPORT const EVP_CIPHER *EVP_get_cipherbyname(const char *name);
|
/external/tcpdump/ |
D | print-esp.c | 363 evp = EVP_get_cipherbyname(decode); in espprint_decode_encalgo()
|
/external/python/cryptography/tests/hazmat/backends/ |
D | test_openssl.py | 124 cipher = backend._lib.EVP_get_cipherbyname(b"aes-256-cbc")
|
/external/conscrypt/openjdk/src/test/java/org/conscrypt/ |
D | NativeCryptoTest.java | 2968 final long evpCipher = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in EVP_CipherInit_ex_withNullCtxShouldThrow() 2976 final long evpCipher = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in test_EVP_CipherInit_ex_Null_Failure() 2991 final long evpCipher = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in test_EVP_CipherInit_ex_Success() 2997 long aes128ecb = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in test_EVP_CIPHER_iv_length() 3000 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/ |
D | NativeCryptoTest.java | 2977 final long evpCipher = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in EVP_CipherInit_ex_withNullCtxShouldThrow() 2985 final long evpCipher = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in test_EVP_CipherInit_ex_Null_Failure() 3000 final long evpCipher = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in test_EVP_CipherInit_ex_Success() 3006 long aes128ecb = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in test_EVP_CIPHER_iv_length() 3009 long aes128cbc = NativeCrypto.EVP_get_cipherbyname("aes-128-cbc"); in test_EVP_CIPHER_iv_length()
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 1304 EVP_get_cipherbyname
|
D | BoringSSL-GRPC.podspec | 2856 '#define EVP_get_cipherbyname GRPC_SHADOW_EVP_get_cipherbyname',
|
/external/python/pyopenssl/src/OpenSSL/ |
D | crypto.py | 2036 cipher_obj = _lib.EVP_get_cipherbyname(_byte_string(cipher))
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 1332 #define EVP_get_cipherbyname GRPC_SHADOW_EVP_get_cipherbyname macro
|
/external/rust/crates/grpcio-sys/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 1674 #define EVP_get_cipherbyname BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, EVP_get_cipherbyname) macro
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 10445 CONSCRYPT_NATIVE_METHOD(EVP_get_cipherbyname, "(Ljava/lang/String;)J"),
|