Home
last modified time | relevance | path

Searched defs:evpCipher (Results 1 – 3 of 3) sorted by relevance

/external/conscrypt/src/test/java/org/conscrypt/
DNativeCryptoTest.java2941 final long evpCipher = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in test_EVP_CipherInit_ex_Null_Failure() local
2961 final long evpCipher = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in test_EVP_CipherInit_ex_Success() local
/external/conscrypt/src/main/java/org/conscrypt/
DNativeCrypto.java282 public static native void EVP_CipherInit_ex(NativeRef.EVP_CIPHER_CTX ctx, long evpCipher, in EVP_CipherInit_ex()
291 public static native int EVP_CIPHER_iv_length(long evpCipher); in EVP_CIPHER_iv_length()
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp4654 const EVP_CIPHER* evpCipher = reinterpret_cast<const EVP_CIPHER*>(evpCipherRef); local
4781 const EVP_CIPHER* evpCipher = reinterpret_cast<const EVP_CIPHER*>(evpCipherRef); local