Searched defs:evpAeadRef (Results 1 – 1 of 1) sorted by relevance
| /external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
| D | native_crypto.cc | 3544 static jint NativeCrypto_EVP_AEAD_max_overhead(JNIEnv* env, jclass, jlong evpAeadRef) { in NativeCrypto_EVP_AEAD_max_overhead() 3557 static jint NativeCrypto_EVP_AEAD_nonce_length(JNIEnv* env, jclass, jlong evpAeadRef) { in NativeCrypto_EVP_AEAD_nonce_length() 3575 static jint evp_aead_ctx_op_common(JNIEnv* env, jlong evpAeadRef, jbyteArray keyArray, jint tagLen, in evp_aead_ctx_op_common() 3632 static jint evp_aead_ctx_op(JNIEnv* env, jlong evpAeadRef, jbyteArray keyArray, jint tagLen, in evp_aead_ctx_op() 3676 static jint evp_aead_ctx_op_buf(JNIEnv* env, jlong evpAeadRef, jbyteArray keyArray, jint tagLen, in evp_aead_ctx_op_buf() 3738 static jint NativeCrypto_EVP_AEAD_CTX_seal(JNIEnv* env, jclass, jlong evpAeadRef, in NativeCrypto_EVP_AEAD_CTX_seal() 3748 static jint NativeCrypto_EVP_AEAD_CTX_open(JNIEnv* env, jclass, jlong evpAeadRef, in NativeCrypto_EVP_AEAD_CTX_open() 3758 static jint NativeCrypto_EVP_AEAD_CTX_seal_buf(JNIEnv* env, jclass, jlong evpAeadRef, in NativeCrypto_EVP_AEAD_CTX_seal_buf() 3766 static jint NativeCrypto_EVP_AEAD_CTX_open_buf(JNIEnv* env, jclass, jlong evpAeadRef, in NativeCrypto_EVP_AEAD_CTX_open_buf()
|