Home
last modified time | relevance | path

Searched refs:nonceodd (Results 1 – 1 of 1) sorted by relevance

/linux/security/keys/trusted-keys/
H A Dtrusted_tpm1.c461 unsigned char nonceodd[TPM_NONCE_SIZE]; member
505 ret = tpm_get_random(chip, td->nonceodd, TPM_NONCE_SIZE); in tpm_seal()
527 sess.enonce, td->nonceodd, cont, in tpm_seal()
535 sess.enonce, td->nonceodd, cont, in tpm_seal()
553 tpm_buf_append(tb, td->nonceodd, TPM_NONCE_SIZE); in tpm_seal()
569 ret = TSS_checkhmac1(tb->data, ordinal, td->nonceodd, sess.secret, in tpm_seal()
592 unsigned char nonceodd[TPM_NONCE_SIZE]; in tpm_unseal() local
616 ret = tpm_get_random(chip, nonceodd, TPM_NONCE_SIZE); in tpm_unseal()
625 enonce1, nonceodd, cont, sizeof(uint32_t), in tpm_unseal()
630 enonce2, nonceodd, cont, sizeof(uint32_t), in tpm_unseal()
[all …]