Searched defs:evpAead (Results 1 – 3 of 3) sorted by relevance
288 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()
990 long evpAead; field in OpenSSLCipher.EVP_AEAD
3180 const EVP_AEAD* evpAead = reinterpret_cast<const EVP_AEAD*>(evpAeadRef); in NativeCrypto_EVP_AEAD_max_overhead() local3192 const EVP_AEAD* evpAead = reinterpret_cast<const EVP_AEAD*>(evpAeadRef); in NativeCrypto_EVP_AEAD_nonce_length() local3213 const EVP_AEAD* evpAead = reinterpret_cast<const EVP_AEAD*>(evpAeadRef); in evp_aead_ctx_op() local