Home
last modified time | relevance | path

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

/trusty/user/app/storage/
Dcrypt.c198 unsigned char mac_buf[EVP_MAX_MD_SIZE]; in calculate_mac() local
215 hmac_ret = HMAC_Final(hmac_ctx, mac_buf, &md_len); in calculate_mac()
225 memcpy(mac, mac_buf, sizeof(*mac)); in calculate_mac()