Searched defs:nonceArray (Results 1 – 1 of 1) sorted by relevance
| /external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
| D | native_crypto.cc | 3576 uint8_t* outBuf, jbyteArray nonceArray, in evp_aead_ctx_op_common() 3633 jbyteArray outArray, jint outOffset, jbyteArray nonceArray, in evp_aead_ctx_op() 3677 jobject outBuffer, jbyteArray nonceArray, in evp_aead_ctx_op_buf() 3740 jint outOffset, jbyteArray nonceArray, in NativeCrypto_EVP_AEAD_CTX_seal() 3750 jint outOffset, jbyteArray nonceArray, in NativeCrypto_EVP_AEAD_CTX_open() 3760 … jbyteArray nonceArray, jobject inBuffer, jbyteArray aadArray) { in NativeCrypto_EVP_AEAD_CTX_seal_buf() 3768 … jbyteArray nonceArray, jobject inBuffer, jbyteArray aadArray) { in NativeCrypto_EVP_AEAD_CTX_open_buf()
|