Searched refs:nonceodd (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/security/keys/trusted-keys/ |
D | trusted_tpm1.c | 450 unsigned char nonceodd[TPM_NONCE_SIZE]; member 494 ret = tpm_get_random(chip, td->nonceodd, TPM_NONCE_SIZE); in tpm_seal() 516 sess.enonce, td->nonceodd, cont, in tpm_seal() 524 sess.enonce, td->nonceodd, cont, in tpm_seal() 542 tpm_buf_append(tb, td->nonceodd, TPM_NONCE_SIZE); in tpm_seal() 558 ret = TSS_checkhmac1(tb->data, ordinal, td->nonceodd, sess.secret, in tpm_seal() 581 unsigned char nonceodd[TPM_NONCE_SIZE]; in tpm_unseal() local 605 ret = tpm_get_random(chip, nonceodd, TPM_NONCE_SIZE); in tpm_unseal() 614 enonce1, nonceodd, cont, sizeof(uint32_t), in tpm_unseal() 619 enonce2, nonceodd, cont, sizeof(uint32_t), in tpm_unseal() [all …]
|