Searched refs:nonce_96 (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/crypto/cipher/
H A De_chacha20poly1305.c273 uint8_t nonce_96[12]; local
274 memset(nonce_96, 0, 4);
275 memcpy(nonce_96 + 4, nonce, 8);
277 nonce_96, in, in_len, ad, ad_len);
288 uint8_t nonce_96[12]; local
289 memset(nonce_96, 0, 4);
290 memcpy(nonce_96 + 4, nonce, 8);
292 nonce_96, in, in_len, ad, ad_len);

Completed in 559 milliseconds