Home
last modified time | relevance | path

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

/linux/security/keys/trusted-keys/
H A Dtrusted_tpm1.c40 unsigned char enonce[TPM_NONCE_SIZE];
162 paramdigest, TPM_NONCE_SIZE, h1, in TSS_authhmac()
163 TPM_NONCE_SIZE, h2, 1, &c, 0, 0); in TSS_authhmac()
204 enonce = continueflag - TPM_NONCE_SIZE; in TSS_checkhmac1()
221 TPM_NONCE_SIZE, enonce, TPM_NONCE_SIZE, ononce, in TSS_checkhmac1()
275 enonce1 = continueflag1 - TPM_NONCE_SIZE; in TSS_checkhmac2()
276 enonce2 = continueflag2 - TPM_NONCE_SIZE; in TSS_checkhmac2()
294 paramdigest, TPM_NONCE_SIZE, enonce1, in TSS_checkhmac2()
295 TPM_NONCE_SIZE, ononce, 1, continueflag1, 0, 0); in TSS_checkhmac2()
301 paramdigest, TPM_NONCE_SIZE, enonce2, in TSS_checkhmac2()
[all …]
/linux/include/linux/
H A Dtpm_command.h27 #define TPM_NONCE_SIZE 20 macro