Home
last modified time | relevance | path

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

/Linux-v4.19/security/keys/
Dtrusted.c165 paramdigest, TPM_NONCE_SIZE, h1, in TSS_authhmac()
166 TPM_NONCE_SIZE, h2, 1, &c, 0, 0); in TSS_authhmac()
206 enonce = continueflag - TPM_NONCE_SIZE; in TSS_checkhmac1()
241 TPM_NONCE_SIZE, enonce, TPM_NONCE_SIZE, ononce, in TSS_checkhmac1()
297 enonce1 = continueflag1 - TPM_NONCE_SIZE; in TSS_checkhmac2()
298 enonce2 = continueflag2 - TPM_NONCE_SIZE; in TSS_checkhmac2()
334 paramdigest, TPM_NONCE_SIZE, enonce1, in TSS_checkhmac2()
335 TPM_NONCE_SIZE, ononce, 1, continueflag1, 0, 0); in TSS_checkhmac2()
343 paramdigest, TPM_NONCE_SIZE, enonce2, in TSS_checkhmac2()
344 TPM_NONCE_SIZE, ononce, 1, continueflag2, 0, 0); in TSS_checkhmac2()
[all …]
Dtrusted.h30 unsigned char enonce[TPM_NONCE_SIZE];
/Linux-v4.19/include/linux/
Dtpm_command.h27 #define TPM_NONCE_SIZE 20 macro