Home
last modified time | relevance | path

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

/linux-6.1.9/include/keys/
Dtrusted_tpm.h36 int TSS_checkhmac1(unsigned char *buffer,
/linux-6.1.9/security/keys/trusted-keys/
Dtrusted_tpm1.c170 int TSS_checkhmac1(unsigned char *buffer, in TSS_checkhmac1() function
250 EXPORT_SYMBOL_GPL(TSS_checkhmac1);
558 ret = TSS_checkhmac1(tb->data, ordinal, td->nonceodd, sess.secret, in tpm_seal()