Home
last modified time | relevance | path

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

/external/conscrypt/common/src/main/java/org/conscrypt/
DNativeCrypto.java288 static native int EVP_AEAD_max_overhead(long evpAead); in EVP_AEAD_max_overhead()
290 static native int EVP_AEAD_nonce_length(long evpAead); in EVP_AEAD_nonce_length()
292 static native int EVP_AEAD_CTX_seal(long evpAead, byte[] key, int tagLengthInBytes, byte[] out, in EVP_AEAD_CTX_seal()
296 static native int EVP_AEAD_CTX_open(long evpAead, byte[] key, int tagLengthInBytes, byte[] out, in EVP_AEAD_CTX_open()
DOpenSSLCipher.java990 long evpAead; field in OpenSSLCipher.EVP_AEAD
/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp3180 const EVP_AEAD* evpAead = reinterpret_cast<const EVP_AEAD*>(evpAeadRef); in NativeCrypto_EVP_AEAD_max_overhead() local
3192 const EVP_AEAD* evpAead = reinterpret_cast<const EVP_AEAD*>(evpAeadRef); in NativeCrypto_EVP_AEAD_nonce_length() local
3213 const EVP_AEAD* evpAead = reinterpret_cast<const EVP_AEAD*>(evpAeadRef); in evp_aead_ctx_op() local