Home
last modified time | relevance | path

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

/aosp_15_r20/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
H A DNativeCryptoTest.java2912 final long evpCipher = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in EVP_CipherInit_ex_withNullCtxShouldThrow() local
2920 final long evpCipher = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in test_EVP_CipherInit_ex_Null_Failure() local
2935 final long evpCipher = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in test_EVP_CipherInit_ex_Success() local
/aosp_15_r20/external/conscrypt/openjdk/src/test/java/org/conscrypt/
H A DNativeCryptoTest.java2903 final long evpCipher = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in EVP_CipherInit_ex_withNullCtxShouldThrow() local
2911 final long evpCipher = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in test_EVP_CipherInit_ex_Null_Failure() local
2926 final long evpCipher = NativeCrypto.EVP_get_cipherbyname("aes-128-ecb"); in test_EVP_CipherInit_ex_Success() local
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/
H A DNativeCrypto.java301 static native void EVP_CipherInit_ex(NativeRef.EVP_CIPHER_CTX ctx, long evpCipher, byte[] key, in EVP_CipherInit_ex()
310 static native int EVP_CIPHER_iv_length(long evpCipher); in EVP_CIPHER_iv_length()
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
H A DNativeCrypto.java313 static native void EVP_CipherInit_ex(NativeRef.EVP_CIPHER_CTX ctx, long evpCipher, byte[] key, in EVP_CipherInit_ex()
323 static native int EVP_CIPHER_iv_length(long evpCipher); in EVP_CIPHER_iv_length()
/aosp_15_r20/external/conscrypt/common/src/jni/main/cpp/conscrypt/
H A Dnative_crypto.cc3325 const EVP_CIPHER* evpCipher = reinterpret_cast<const EVP_CIPHER*>(evpCipherRef); in NativeCrypto_EVP_CipherInit_ex() local
3458 const EVP_CIPHER* evpCipher = reinterpret_cast<const EVP_CIPHER*>(evpCipherRef); in NativeCrypto_EVP_CIPHER_iv_length() local