Home
last modified time | relevance | path

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

/linux/security/keys/trusted-keys/
H A Dtrusted_tpm1.c104 struct hmac_sha1_ctx hmac_ctx; in TSS_rawhmac() local
110 hmac_sha1_init_usingrawkey(&hmac_ctx, key, keylen); in TSS_rawhmac()
122 hmac_sha1_update(&hmac_ctx, data, dlen); in TSS_rawhmac()
126 hmac_sha1_final(&hmac_ctx, digest); in TSS_rawhmac()