Searched refs:nonceodd (Results 1 – 1 of 1) sorted by relevance
| /linux/security/keys/trusted-keys/ |
| H A D | trusted_tpm1.c | 417 unsigned char nonceodd[TPM_NONCE_SIZE]; member 459 ret = tpm_get_random(chip, td->nonceodd, TPM_NONCE_SIZE); in tpm_seal() 481 sess.enonce, td->nonceodd, cont, in tpm_seal() 489 sess.enonce, td->nonceodd, cont, in tpm_seal() 507 tpm_buf_append(tb, td->nonceodd, TPM_NONCE_SIZE); in tpm_seal() 523 ret = TSS_checkhmac1(tb->data, ordinal, td->nonceodd, sess.secret, in tpm_seal() 546 unsigned char nonceodd[TPM_NONCE_SIZE]; in tpm_unseal() local 570 ret = tpm_get_random(chip, nonceodd, TPM_NONCE_SIZE); in tpm_unseal() 579 enonce1, nonceodd, cont, sizeof(uint32_t), in tpm_unseal() 584 enonce2, nonceodd, cont, sizeof(uint32_t), in tpm_unseal() [all …]
|