Home
last modified time | relevance | path

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

/Linux-v5.15/include/keys/
Dtrusted_tpm.h36 int TSS_checkhmac1(unsigned char *buffer,
/Linux-v5.15/crypto/asymmetric_keys/
Dasym_tpm.c81 ret = TSS_checkhmac1(tb->data, ordinal, nonceodd, keyauth, in tpm_loadkey2()
165 ret = TSS_checkhmac1(tb->data, ordinal, nonceodd, in tpm_unbind()
248 ret = TSS_checkhmac1(tb->data, ordinal, nonceodd, in tpm_sign()
/Linux-v5.15/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()