Searched defs:nonceArray (Results 1 – 1 of 1) sorted by relevance
| /external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
| D | native_crypto.cc | 3643 uint8_t* outBuf, jbyteArray nonceArray, in evp_aead_ctx_op_common() 3700 jbyteArray outArray, jint outOffset, jbyteArray nonceArray, in evp_aead_ctx_op() 3744 jobject outBuffer, jbyteArray nonceArray, in evp_aead_ctx_op_buf() 3807 jint outOffset, jbyteArray nonceArray, in NativeCrypto_EVP_AEAD_CTX_seal() 3817 jint outOffset, jbyteArray nonceArray, in NativeCrypto_EVP_AEAD_CTX_open() 3827 … jbyteArray nonceArray, jobject inBuffer, jbyteArray aadArray) { in NativeCrypto_EVP_AEAD_CTX_seal_buf() 3835 … jbyteArray nonceArray, jobject inBuffer, jbyteArray aadArray) { in NativeCrypto_EVP_AEAD_CTX_open_buf()
|