Searched refs:EVP_get_cipherbyname (Results 1 – 17 of 17) sorted by relevance
91 const EVP_CIPHER *EVP_get_cipherbyname(const char *name) { in EVP_get_cipherbyname() function
65 final long cipherType = NativeCrypto.EVP_get_cipherbyname(getCipherName( in engineInitInternal()
289 static native long EVP_get_cipherbyname(String string); in EVP_get_cipherbyname() method in NativeCrypto
69 final long cipherType = NativeCrypto.EVP_get_cipherbyname(getCipherName( in engineInitInternal()
298 static native long EVP_get_cipherbyname(String string); in EVP_get_cipherbyname() method in NativeCrypto
28 evp_cipher = backend._lib.EVP_get_cipherbyname(cipher_name)
1712 evp_cipher = self._lib.EVP_get_cipherbyname(2223 self._lib.EVP_get_cipherbyname(cipher_name) != self._ffi.NULL2322 return backend._lib.EVP_get_cipherbyname(cipher_name.encode("ascii"))2327 return backend._lib.EVP_get_cipherbyname(cipher_name.encode("ascii"))
407 OPENSSL_EXPORT const EVP_CIPHER *EVP_get_cipherbyname(const char *name);
363 evp = EVP_get_cipherbyname(decode); in espprint_decode_encalgo()
124 cipher = backend._lib.EVP_get_cipherbyname(b"aes-256-cbc")
2976 final long evpCipher = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in EVP_CipherInit_ex_withNullCtxShouldThrow()2984 final long evpCipher = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in test_EVP_CipherInit_ex_Null_Failure()2999 final long evpCipher = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in test_EVP_CipherInit_ex_Success()3005 long aes128ecb = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in test_EVP_CIPHER_iv_length()3008 long aes128cbc = NativeCrypto.EVP_get_cipherbyname("aes-128-cbc"); in test_EVP_CIPHER_iv_length()
2967 final long evpCipher = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in EVP_CipherInit_ex_withNullCtxShouldThrow()2975 final long evpCipher = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in test_EVP_CipherInit_ex_Null_Failure()2990 final long evpCipher = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in test_EVP_CipherInit_ex_Success()2996 long aes128ecb = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in test_EVP_CIPHER_iv_length()2999 long aes128cbc = NativeCrypto.EVP_get_cipherbyname("aes-128-cbc"); in test_EVP_CIPHER_iv_length()
1304 EVP_get_cipherbyname
2856 '#define EVP_get_cipherbyname GRPC_SHADOW_EVP_get_cipherbyname',
1920 cipher_obj = _lib.EVP_get_cipherbyname(_byte_string(cipher))
1332 #define EVP_get_cipherbyname GRPC_SHADOW_EVP_get_cipherbyname macro
10161 CONSCRYPT_NATIVE_METHOD(EVP_get_cipherbyname, "(Ljava/lang/String;)J"),