Searched refs:nonceodd (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/security/keys/ |
D | trusted.c | 451 unsigned char nonceodd[TPM_NONCE_SIZE]; member 495 ret = tpm_get_random(NULL, td->nonceodd, TPM_NONCE_SIZE); in tpm_seal() 511 sess.enonce, td->nonceodd, cont, in tpm_seal() 519 sess.enonce, td->nonceodd, cont, in tpm_seal() 540 storebytes(tb, td->nonceodd, TPM_NONCE_SIZE); in tpm_seal() 556 ret = TSS_checkhmac1(tb->data, ordinal, td->nonceodd, sess.secret, in tpm_seal() 579 unsigned char nonceodd[TPM_NONCE_SIZE]; in tpm_unseal() local 605 ret = tpm_get_random(NULL, nonceodd, TPM_NONCE_SIZE); in tpm_unseal() 611 enonce1, nonceodd, cont, sizeof(uint32_t), in tpm_unseal() 616 enonce2, nonceodd, cont, sizeof(uint32_t), in tpm_unseal() [all …]
|