Home
last modified time | relevance | path

Searched defs:evpAeadRef (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/AdServices/adservices/service-core/jni/cpp/
Dohttp_jni.cpp103 jlong evpKdfRef, jlong evpAeadRef, jbyteArray publicKeyArray, in Java_com_android_adservices_ohttp_OhttpJniWrapper_hpkeCtxSetupSenderWithSeed()
199 jlong evpAeadRef, in Java_com_android_adservices_ohttp_OhttpJniWrapper_gatewayDecrypt()
239 jlong evpAeadRef, in Java_com_android_adservices_ohttp_OhttpJniWrapper_hpkeSetupRecipient()
521 JNIEnv *env, jclass, jlong evpAeadRef, jbyteArray keyArray, in Java_com_android_adservices_ohttp_OhttpJniWrapper_aeadOpen()
584 jlong evpAeadRef, in Java_com_android_adservices_ohttp_OhttpJniWrapper_aeadSeal()
/aosp_15_r20/external/conscrypt/common/src/jni/main/cpp/conscrypt/
H A Dnative_crypto.cc3611 static jint NativeCrypto_EVP_AEAD_max_overhead(JNIEnv* env, jclass, jlong evpAeadRef) { in NativeCrypto_EVP_AEAD_max_overhead()
3624 static jint NativeCrypto_EVP_AEAD_nonce_length(JNIEnv* env, jclass, jlong evpAeadRef) { in NativeCrypto_EVP_AEAD_nonce_length()
3642 static jint evp_aead_ctx_op_common(JNIEnv* env, jlong evpAeadRef, jbyteArray keyArray, jint tagLen, in evp_aead_ctx_op_common()
3699 static jint evp_aead_ctx_op(JNIEnv* env, jlong evpAeadRef, jbyteArray keyArray, jint tagLen, in evp_aead_ctx_op()
3743 static jint evp_aead_ctx_op_buf(JNIEnv* env, jlong evpAeadRef, jbyteArray keyArray, jint tagLen, in evp_aead_ctx_op_buf()
3805 static jint NativeCrypto_EVP_AEAD_CTX_seal(JNIEnv* env, jclass, jlong evpAeadRef, in NativeCrypto_EVP_AEAD_CTX_seal()
3815 static jint NativeCrypto_EVP_AEAD_CTX_open(JNIEnv* env, jclass, jlong evpAeadRef, in NativeCrypto_EVP_AEAD_CTX_open()
3825 static jint NativeCrypto_EVP_AEAD_CTX_seal_buf(JNIEnv* env, jclass, jlong evpAeadRef, in NativeCrypto_EVP_AEAD_CTX_seal_buf()
3833 static jint NativeCrypto_EVP_AEAD_CTX_open_buf(JNIEnv* env, jclass, jlong evpAeadRef, in NativeCrypto_EVP_AEAD_CTX_open_buf()