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.c416 unsigned char nonceodd[TPM_NONCE_SIZE]; member
458 ret = tpm_get_random(chip, td->nonceodd, TPM_NONCE_SIZE); in tpm_seal()
480 sess.enonce, td->nonceodd, cont, in tpm_seal()
488 sess.enonce, td->nonceodd, cont, in tpm_seal()
506 tpm_buf_append(tb, td->nonceodd, TPM_NONCE_SIZE); in tpm_seal()
522 ret = TSS_checkhmac1(tb->data, ordinal, td->nonceodd, sess.secret, in tpm_seal()
545 unsigned char nonceodd[TPM_NONCE_SIZE]; in tpm_unseal() local
569 ret = tpm_get_random(chip, nonceodd, TPM_NONCE_SIZE); in tpm_unseal()
578 enonce1, nonceodd, cont, sizeof(uint32_t), in tpm_unseal()
583 enonce2, nonceodd, cont, sizeof(uint32_t), in tpm_unseal()
[all …]