Home
last modified time | relevance | path

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

/linux/security/keys/trusted-keys/
A Dtrusted_tpm1.c159 paramdigest, TPM_NONCE_SIZE, h1, in TSS_authhmac()
160 TPM_NONCE_SIZE, h2, 1, &c, 0, 0); in TSS_authhmac()
239 TPM_NONCE_SIZE, enonce, TPM_NONCE_SIZE, ononce, in TSS_checkhmac1()
394 unsigned char enonce[TPM_NONCE_SIZE]; in osap()
395 unsigned char ononce[TPM_NONCE_SIZE]; in osap()
402 if (ret != TPM_NONCE_SIZE) in osap()
416 TPM_NONCE_SIZE); in osap()
418 TPM_NONCE_SIZE]), TPM_NONCE_SIZE); in osap()
440 TPM_NONCE_SIZE); in oiap()
498 if (ret != TPM_NONCE_SIZE) { in tpm_seal()
[all …]
/linux/crypto/asymmetric_keys/
A Dasym_tpm.c35 unsigned char nonceodd[TPM_NONCE_SIZE]; in tpm_loadkey2()
36 unsigned char enonce[TPM_NONCE_SIZE]; in tpm_loadkey2()
53 ret = tpm_get_random(NULL, nonceodd, TPM_NONCE_SIZE); in tpm_loadkey2()
71 tpm_buf_append(tb, nonceodd, TPM_NONCE_SIZE); in tpm_loadkey2()
113 unsigned char nonceodd[TPM_NONCE_SIZE]; in tpm_unbind()
114 unsigned char enonce[TPM_NONCE_SIZE]; in tpm_unbind()
133 ret = tpm_get_random(NULL, nonceodd, TPM_NONCE_SIZE); in tpm_unbind()
153 tpm_buf_append(tb, nonceodd, TPM_NONCE_SIZE); in tpm_unbind()
196 unsigned char nonceodd[TPM_NONCE_SIZE]; in tpm_sign()
197 unsigned char enonce[TPM_NONCE_SIZE]; in tpm_sign()
[all …]
/linux/include/linux/
A Dtpm_command.h27 #define TPM_NONCE_SIZE 20 macro
/linux/include/keys/
A Dtrusted_tpm.h24 unsigned char enonce[TPM_NONCE_SIZE];

Completed in 8 milliseconds