Home
last modified time | relevance | path

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

/security/keys/trusted-keys/
A Dtrusted_tpm2.c215 const u8 *hmac, u16 hmac_len) in tpm2_buf_append_auth() argument
227 if (hmac && hmac_len) in tpm2_buf_append_auth()
228 tpm_buf_append(buf, hmac, hmac_len); in tpm2_buf_append_auth()
/security/keys/encrypted-keys/
A Dencrypted.c687 u8 *hmac; in encrypted_key_decrypt() local
708 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