Home
last modified time | relevance | path

Searched refs:nonceBytes (Results 1 – 1 of 1) sorted by relevance

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc1636 jbyteArray nonceBytes, jint blockCounter) { in NativeCrypto_chacha20_encrypt_decrypt() argument
1654 ScopedByteArrayRO nonce(env, nonceBytes); in NativeCrypto_chacha20_encrypt_decrypt()
3551 ScopedByteArrayRO nonceBytes(env, nonceArray); in evp_aead_ctx_op() local
3552 if (nonceBytes.get() == nullptr) { in evp_aead_ctx_op()
3570 const uint8_t* nonceTmp = reinterpret_cast<const uint8_t*>(nonceBytes.get()); in evp_aead_ctx_op()
3573 nonceTmp, nonceBytes.size(), inTmp + inOffset, static_cast<size_t>(inLength), in evp_aead_ctx_op()