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

/external/boringssl/src/crypto/cipher_extra/
H A De_aesctrhmac.c108 static void hmac_update_uint64(SHA256_CTX *sha256, uint64_t value) { function
127 hmac_update_uint64(&sha256, ad_len);
128 hmac_update_uint64(&sha256, ciphertext_len);

Completed in 58 milliseconds