Searched refs:evp_aead_ctx_op (Results 1 – 1 of 1) sorted by relevance
/external/conscrypt/common/src/jni/main/cpp/ |
D | NativeCrypto.cpp | 3209 static jint evp_aead_ctx_op(JNIEnv* env, jlong evpAeadRef, jbyteArray keyArray, jint tagLen, in evp_aead_ctx_op() function 3300 return evp_aead_ctx_op(env, evpAeadRef, keyArray, tagLen, outArray, outOffset, nonceArray, in NativeCrypto_EVP_AEAD_CTX_seal() 3309 return evp_aead_ctx_op(env, evpAeadRef, keyArray, tagLen, outArray, outOffset, nonceArray, in NativeCrypto_EVP_AEAD_CTX_open()
|