Searched refs:TPM_NONCE_SIZE (Results 1 – 3 of 3) sorted by relevance
/linux/security/keys/trusted-keys/ |
H A D | trusted_tpm1.c | 159 paramdigest, TPM_NONCE_SIZE, h1, in TSS_authhmac() 160 TPM_NONCE_SIZE, h2, 1, &c, 0, 0); in TSS_authhmac() 204 enonce = continueflag - TPM_NONCE_SIZE; in TSS_checkhmac1() 239 TPM_NONCE_SIZE, enonce, TPM_NONCE_SIZE, ononce, in TSS_checkhmac1() 296 enonce1 = continueflag1 - TPM_NONCE_SIZE; in TSS_checkhmac2() 297 enonce2 = continueflag2 - TPM_NONCE_SIZE; in TSS_checkhmac2() 333 paramdigest, TPM_NONCE_SIZE, enonce1, in TSS_checkhmac2() 334 TPM_NONCE_SIZE, ononce, 1, continueflag1, 0, 0); in TSS_checkhmac2() 342 paramdigest, TPM_NONCE_SIZE, enonce2, in TSS_checkhmac2() 343 TPM_NONCE_SIZE, ononce, 1, continueflag2, 0, 0); in TSS_checkhmac2() [all …]
|
/linux/include/linux/ |
H A D | tpm_command.h | 27 #define TPM_NONCE_SIZE 20 macro
|
/linux/include/keys/ |
H A D | trusted_tpm.h | 22 unsigned char enonce[TPM_NONCE_SIZE];
|