Searched refs:TPM_NONCE_SIZE (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dtpm_command.h27 #define TPM_NONCE_SIZE 20 macro
/linux-master/security/keys/trusted-keys/
H A Dtrusted_tpm1.c159 paramdigest, TPM_NONCE_SIZE, h1,
160 TPM_NONCE_SIZE, h2, 1, &c, 0, 0);
204 enonce = continueflag - TPM_NONCE_SIZE;
239 TPM_NONCE_SIZE, enonce, TPM_NONCE_SIZE, ononce,
296 enonce1 = continueflag1 - TPM_NONCE_SIZE;
297 enonce2 = continueflag2 - TPM_NONCE_SIZE;
333 paramdigest, TPM_NONCE_SIZE, enonce1,
334 TPM_NONCE_SIZE, ononce, 1, continueflag1, 0, 0);
342 paramdigest, TPM_NONCE_SIZE, enonce
[all...]
/linux-master/include/keys/
H A Dtrusted_tpm.h24 unsigned char enonce[TPM_NONCE_SIZE];

Completed in 119 milliseconds