Home
last modified time | relevance | path

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

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