/kernel/linux/linux-6.6/security/keys/trusted-keys/ |
H A D | trusted_tpm1.c | 172 const unsigned char *ononce, in TSS_checkhmac1() 239 TPM_NONCE_SIZE, enonce, TPM_NONCE_SIZE, ononce, in TSS_checkhmac1() 257 const unsigned char *ononce, in TSS_checkhmac2() 334 TPM_NONCE_SIZE, ononce, 1, continueflag1, 0, 0); in TSS_checkhmac2() 343 TPM_NONCE_SIZE, ononce, 1, continueflag2, 0, 0); in TSS_checkhmac2() 395 unsigned char ononce[TPM_NONCE_SIZE]; in osap() local 398 ret = tpm_get_random(chip, ononce, TPM_NONCE_SIZE); in osap() 408 tpm_buf_append(tb, ononce, TPM_NONCE_SIZE); in osap() 420 enonce, TPM_NONCE_SIZE, ononce, 0, 0); in osap() 170 TSS_checkhmac1(unsigned char *buffer, const uint32_t command, const unsigned char *ononce, const unsigned char *key, unsigned int keylen, ...) TSS_checkhmac1() argument 255 TSS_checkhmac2(unsigned char *buffer, const uint32_t command, const unsigned char *ononce, const unsigned char *key1, unsigned int keylen1, const unsigned char *key2, unsigned int keylen2, ...) TSS_checkhmac2() argument
|
/kernel/linux/linux-5.10/security/keys/trusted-keys/ |
H A D | trusted_tpm1.c | 179 const unsigned char *ononce, in TSS_checkhmac1() 246 TPM_NONCE_SIZE, enonce, TPM_NONCE_SIZE, ononce, in TSS_checkhmac1() 264 const unsigned char *ononce, in TSS_checkhmac2() 341 TPM_NONCE_SIZE, ononce, 1, continueflag1, 0, 0); in TSS_checkhmac2() 350 TPM_NONCE_SIZE, ononce, 1, continueflag2, 0, 0); in TSS_checkhmac2() 402 unsigned char ononce[TPM_NONCE_SIZE]; in osap() local 405 ret = tpm_get_random(chip, ononce, TPM_NONCE_SIZE); in osap() 415 tpm_buf_append(tb, ononce, TPM_NONCE_SIZE); in osap() 427 enonce, TPM_NONCE_SIZE, ononce, 0, 0); in osap() 177 TSS_checkhmac1(unsigned char *buffer, const uint32_t command, const unsigned char *ononce, const unsigned char *key, unsigned int keylen, ...) TSS_checkhmac1() argument 262 TSS_checkhmac2(unsigned char *buffer, const uint32_t command, const unsigned char *ononce, const unsigned char *key1, unsigned int keylen1, const unsigned char *key2, unsigned int keylen2, ...) TSS_checkhmac2() argument
|
/kernel/linux/linux-6.6/include/keys/ |
H A D | trusted_tpm.h | 38 const unsigned char *ononce,
|
/kernel/linux/linux-5.10/include/keys/ |
H A D | trusted_tpm.h | 36 const unsigned char *ononce,
|