Home
last modified time | relevance | path

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

/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() local
2938 final long evpCipher = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in test_EVP_CipherInit_ex_Null_Failure() local
2953 final long evpCipher = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in test_EVP_CipherInit_ex_Success() local
/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() local
2946 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/common/src/main/java/org/conscrypt/
DNativeCrypto.java291 static native void EVP_CipherInit_ex(NativeRef.EVP_CIPHER_CTX ctx, long evpCipher, byte[] key, in EVP_CipherInit_ex()
300 static native int EVP_CIPHER_iv_length(long evpCipher); in EVP_CIPHER_iv_length()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DNativeCrypto.java304 static native void EVP_CipherInit_ex(NativeRef.EVP_CIPHER_CTX ctx, long evpCipher, byte[] key, in EVP_CipherInit_ex()
314 static native int EVP_CIPHER_iv_length(long evpCipher); in EVP_CIPHER_iv_length()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc3193 const EVP_CIPHER* evpCipher = reinterpret_cast<const EVP_CIPHER*>(evpCipherRef); in NativeCrypto_EVP_CipherInit_ex() local
3326 const EVP_CIPHER* evpCipher = reinterpret_cast<const EVP_CIPHER*>(evpCipherRef); in NativeCrypto_EVP_CIPHER_iv_length() local