Home
last modified time | relevance | path

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

/security/keys/trusted-keys/
A Dtrusted_tpm1.c461 unsigned char nonceodd[TPM_NONCE_SIZE]; member
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()
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()
640 tpm_buf_append(tb, nonceodd, TPM_NONCE_SIZE); in tpm_unseal()
644 tpm_buf_append(tb, nonceodd, TPM_NONCE_SIZE); in tpm_unseal()
[all …]

Completed in 5 milliseconds