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.c110 static void hmac_update_uint64(SHA256_CTX *sha256, uint64_t value) { in hmac_update_uint64() function
129 hmac_update_uint64(&sha256, ad_len); in hmac_calculate()
130 hmac_update_uint64(&sha256, ciphertext_len); in hmac_calculate()