Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/crypto/
H A Daes_ccm.cpp65 const uint8_t *nonceBytes = reinterpret_cast<const uint8_t *>(aNonce); in Init() local
/aosp_15_r20/external/conscrypt/common/src/jni/main/cpp/conscrypt/
H A Dnative_crypto.cc1698 jbyteArray nonceBytes, jint blockCounter) { in NativeCrypto_chacha20_encrypt_decrypt()
3665 ScopedByteArrayRO nonceBytes(env, nonceArray); in evp_aead_ctx_op_common() local