Home
last modified time | relevance | path

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

/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLCipher.java866 protected long evpAead; field in OpenSSLCipher.EVP_AEAD
1117 final long evpAead; in getEVP_AEAD() local
DNativeCrypto.java322 public static native long EVP_AEAD_CTX_init(long evpAead, byte[] key, int tagLen); in EVP_AEAD_CTX_init()
326 public static native int EVP_AEAD_max_overhead(long evpAead); in EVP_AEAD_max_overhead()
328 public static native int EVP_AEAD_nonce_length(long evpAead); in EVP_AEAD_nonce_length()
330 public static native int EVP_AEAD_max_tag_len(long evpAead); in EVP_AEAD_max_tag_len()
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp5066 const EVP_AEAD* evpAead = reinterpret_cast<const EVP_AEAD*>(evpAeadRef); local
5119 const EVP_AEAD* evpAead = reinterpret_cast<const EVP_AEAD*>(evpAeadRef); local
5138 const EVP_AEAD* evpAead = reinterpret_cast<const EVP_AEAD*>(evpAeadRef); local
5157 const EVP_AEAD* evpAead = reinterpret_cast<const EVP_AEAD*>(evpAeadRef); local