Searched refs:EVP_get_cipherbyname (Results 1 – 7 of 7) sorted by relevance
397 OPENSSL_EXPORT const EVP_CIPHER *EVP_get_cipherbyname(const char *name);
281 evp = EVP_get_cipherbyname(decode); in espprint_decode_encalgo()
629 const EVP_CIPHER *EVP_get_cipherbyname(const char *name) { in EVP_get_cipherbyname() function
2941 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()2966 long aes128ecb = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in test_EVP_CIPHER_iv_length()2969 long aes128cbc = NativeCrypto.EVP_get_cipherbyname("aes-128-cbc"); in test_EVP_CIPHER_iv_length()
280 public static native long EVP_get_cipherbyname(String string); in EVP_get_cipherbyname() method in NativeCrypto
486 final long cipherType = NativeCrypto.EVP_get_cipherbyname(getCipherName( in engineInitInternal()
4598 const EVP_CIPHER* evp_cipher = EVP_get_cipherbyname(algorithmChars.c_str());11130 NATIVE_METHOD(NativeCrypto, EVP_get_cipherbyname, "(Ljava/lang/String;)J"),