Searched defs:evpAead (Results 1 – 5 of 5) sorted by relevance
| /external/conscrypt/common/src/main/java/org/conscrypt/ |
| D | OpenSSLAeadCipher.java | 80 long evpAead; field in OpenSSLAeadCipher
|
| D | NativeCrypto.java | 338 static native int EVP_AEAD_max_overhead(long evpAead); in EVP_AEAD_max_overhead() 340 static native int EVP_AEAD_nonce_length(long evpAead); in EVP_AEAD_nonce_length() 342 static native int EVP_AEAD_CTX_seal(long evpAead, byte[] key, int tagLengthInBytes, byte[] out, in EVP_AEAD_CTX_seal() 346 …static native int EVP_AEAD_CTX_seal_buf(long evpAead, byte[] key, int tagLengthInBytes, ByteBuffer… in EVP_AEAD_CTX_seal_buf() 350 static native int EVP_AEAD_CTX_open(long evpAead, byte[] key, int tagLengthInBytes, byte[] out, in EVP_AEAD_CTX_open() 354 …static native int EVP_AEAD_CTX_open_buf(long evpAead, byte[] key, int tagLengthInBytes, ByteBuffer… in EVP_AEAD_CTX_open_buf()
|
| /external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
| D | OpenSSLAeadCipher.java | 84 long evpAead; field in OpenSSLAeadCipher
|
| D | NativeCrypto.java | 349 static native int EVP_AEAD_max_overhead(long evpAead); in EVP_AEAD_max_overhead() 351 static native int EVP_AEAD_nonce_length(long evpAead); in EVP_AEAD_nonce_length() 353 static native int EVP_AEAD_CTX_seal(long evpAead, byte[] key, int tagLengthInBytes, byte[] out, in EVP_AEAD_CTX_seal() 357 static native int EVP_AEAD_CTX_seal_buf(long evpAead, byte[] key, int tagLengthInBytes, in EVP_AEAD_CTX_seal_buf() 361 static native int EVP_AEAD_CTX_open(long evpAead, byte[] key, int tagLengthInBytes, byte[] out, in EVP_AEAD_CTX_open() 365 static native int EVP_AEAD_CTX_open_buf(long evpAead, byte[] key, int tagLengthInBytes, in EVP_AEAD_CTX_open_buf()
|
| /external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
| D | native_crypto.cc | 3613 const EVP_AEAD* evpAead = reinterpret_cast<const EVP_AEAD*>(evpAeadRef); in NativeCrypto_EVP_AEAD_max_overhead() local 3626 const EVP_AEAD* evpAead = reinterpret_cast<const EVP_AEAD*>(evpAeadRef); in NativeCrypto_EVP_AEAD_nonce_length() local 3646 const EVP_AEAD* evpAead = reinterpret_cast<const EVP_AEAD*>(evpAeadRef); in evp_aead_ctx_op_common() local 3703 const EVP_AEAD* evpAead = reinterpret_cast<const EVP_AEAD*>(evpAeadRef); in evp_aead_ctx_op() local 3748 const EVP_AEAD* evpAead = reinterpret_cast<const EVP_AEAD*>(evpAeadRef); in evp_aead_ctx_op_buf() local
|