Searched refs:hmac (Results 1 – 2 of 2) sorted by relevance
215 const u8 *hmac, u16 hmac_len) in tpm2_buf_append_auth() argument227 if (hmac && hmac_len) in tpm2_buf_append_auth()228 tpm_buf_append(buf, hmac, hmac_len); in tpm2_buf_append_auth()
687 u8 *hmac; in encrypted_key_decrypt() local708 hmac = epayload->format + epayload->datablob_len; in encrypted_key_decrypt()709 ret = hex2bin(hmac, hex_encoded_data + (encrypted_datalen * 2), in encrypted_key_decrypt()
Completed in 5 milliseconds