Searched refs:TPM_NONCE_SIZE (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/security/keys/trusted-keys/ |
D | trusted_tpm1.c | 166 paramdigest, TPM_NONCE_SIZE, h1, in TSS_authhmac() 167 TPM_NONCE_SIZE, h2, 1, &c, 0, 0); in TSS_authhmac() 211 enonce = continueflag - TPM_NONCE_SIZE; in TSS_checkhmac1() 246 TPM_NONCE_SIZE, enonce, TPM_NONCE_SIZE, ononce, in TSS_checkhmac1() 303 enonce1 = continueflag1 - TPM_NONCE_SIZE; in TSS_checkhmac2() 304 enonce2 = continueflag2 - TPM_NONCE_SIZE; in TSS_checkhmac2() 340 paramdigest, TPM_NONCE_SIZE, enonce1, in TSS_checkhmac2() 341 TPM_NONCE_SIZE, ononce, 1, continueflag1, 0, 0); in TSS_checkhmac2() 349 paramdigest, TPM_NONCE_SIZE, enonce2, in TSS_checkhmac2() 350 TPM_NONCE_SIZE, ononce, 1, continueflag2, 0, 0); in TSS_checkhmac2() [all …]
|
/kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
D | asym_tpm.c | 35 unsigned char nonceodd[TPM_NONCE_SIZE]; in tpm_loadkey2() 36 unsigned char enonce[TPM_NONCE_SIZE]; in tpm_loadkey2() 53 ret = tpm_get_random(NULL, nonceodd, TPM_NONCE_SIZE); in tpm_loadkey2() 71 tpm_buf_append(tb, nonceodd, TPM_NONCE_SIZE); in tpm_loadkey2() 113 unsigned char nonceodd[TPM_NONCE_SIZE]; in tpm_unbind() 114 unsigned char enonce[TPM_NONCE_SIZE]; in tpm_unbind() 133 ret = tpm_get_random(NULL, nonceodd, TPM_NONCE_SIZE); in tpm_unbind() 153 tpm_buf_append(tb, nonceodd, TPM_NONCE_SIZE); in tpm_unbind() 196 unsigned char nonceodd[TPM_NONCE_SIZE]; in tpm_sign() 197 unsigned char enonce[TPM_NONCE_SIZE]; in tpm_sign() [all …]
|
/kernel/linux/linux-5.10/include/linux/ |
D | tpm_command.h | 27 #define TPM_NONCE_SIZE 20 macro
|
/kernel/linux/linux-5.10/include/keys/ |
D | trusted_tpm.h | 22 unsigned char enonce[TPM_NONCE_SIZE];
|