Searched refs:nonceBytes (Results 1 – 1 of 1) sorted by relevance
1636 jbyteArray nonceBytes, jint blockCounter) { in NativeCrypto_chacha20_encrypt_decrypt() argument1654 ScopedByteArrayRO nonce(env, nonceBytes); in NativeCrypto_chacha20_encrypt_decrypt()3551 ScopedByteArrayRO nonceBytes(env, nonceArray); in evp_aead_ctx_op() local3552 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()