Symbol: TPM_NONCE_SIZE
security/keys/trusted-keys/trusted_tpm1.c
168
paramdigest, TPM_NONCE_SIZE, h1,
security/keys/trusted-keys/trusted_tpm1.c
169
TPM_NONCE_SIZE, h2, 1, &c, 0, 0);
security/keys/trusted-keys/trusted_tpm1.c
210
enonce = continueflag - TPM_NONCE_SIZE;
security/keys/trusted-keys/trusted_tpm1.c
227
TPM_NONCE_SIZE, enonce, TPM_NONCE_SIZE, ononce,
security/keys/trusted-keys/trusted_tpm1.c
281
enonce1 = continueflag1 - TPM_NONCE_SIZE;
security/keys/trusted-keys/trusted_tpm1.c
282
enonce2 = continueflag2 - TPM_NONCE_SIZE;
security/keys/trusted-keys/trusted_tpm1.c
300
paramdigest, TPM_NONCE_SIZE, enonce1,
security/keys/trusted-keys/trusted_tpm1.c
301
TPM_NONCE_SIZE, ononce, 1, continueflag1, 0, 0);
security/keys/trusted-keys/trusted_tpm1.c
307
paramdigest, TPM_NONCE_SIZE, enonce2,
security/keys/trusted-keys/trusted_tpm1.c
308
TPM_NONCE_SIZE, ononce, 1, continueflag2, 0, 0);
security/keys/trusted-keys/trusted_tpm1.c
367
unsigned char enonce[TPM_NONCE_SIZE];
security/keys/trusted-keys/trusted_tpm1.c
368
unsigned char ononce[TPM_NONCE_SIZE];
security/keys/trusted-keys/trusted_tpm1.c
371
ret = tpm_get_random(chip, ononce, TPM_NONCE_SIZE);
security/keys/trusted-keys/trusted_tpm1.c
375
if (ret != TPM_NONCE_SIZE)
security/keys/trusted-keys/trusted_tpm1.c
381
tpm_buf_append(tb, ononce, TPM_NONCE_SIZE);
security/keys/trusted-keys/trusted_tpm1.c
389
TPM_NONCE_SIZE);
security/keys/trusted-keys/trusted_tpm1.c
391
TPM_NONCE_SIZE]), TPM_NONCE_SIZE);
security/keys/trusted-keys/trusted_tpm1.c
392
return TSS_rawhmac(s->secret, key, SHA1_DIGEST_SIZE, TPM_NONCE_SIZE,
security/keys/trusted-keys/trusted_tpm1.c
393
enonce, TPM_NONCE_SIZE, ononce, 0, 0);
security/keys/trusted-keys/trusted_tpm1.c
40
unsigned char enonce[TPM_NONCE_SIZE];
security/keys/trusted-keys/trusted_tpm1.c
413
TPM_NONCE_SIZE);
security/keys/trusted-keys/trusted_tpm1.c
422
unsigned char nonceodd[TPM_NONCE_SIZE];
security/keys/trusted-keys/trusted_tpm1.c
464
ret = tpm_get_random(chip, td->nonceodd, TPM_NONCE_SIZE);
security/keys/trusted-keys/trusted_tpm1.c
468
if (ret != TPM_NONCE_SIZE) {
security/keys/trusted-keys/trusted_tpm1.c
512
tpm_buf_append(tb, td->nonceodd, TPM_NONCE_SIZE);
security/keys/trusted-keys/trusted_tpm1.c
551
unsigned char nonceodd[TPM_NONCE_SIZE];
security/keys/trusted-keys/trusted_tpm1.c
552
unsigned char enonce1[TPM_NONCE_SIZE];
security/keys/trusted-keys/trusted_tpm1.c
553
unsigned char enonce2[TPM_NONCE_SIZE];
security/keys/trusted-keys/trusted_tpm1.c
575
ret = tpm_get_random(chip, nonceodd, TPM_NONCE_SIZE);
security/keys/trusted-keys/trusted_tpm1.c
579
if (ret != TPM_NONCE_SIZE) {
security/keys/trusted-keys/trusted_tpm1.c
583
ret = TSS_authhmac(authdata1, keyauth, TPM_NONCE_SIZE,
security/keys/trusted-keys/trusted_tpm1.c
588
ret = TSS_authhmac(authdata2, blobauth, TPM_NONCE_SIZE,
security/keys/trusted-keys/trusted_tpm1.c
599
tpm_buf_append(tb, nonceodd, TPM_NONCE_SIZE);
security/keys/trusted-keys/trusted_tpm1.c
603
tpm_buf_append(tb, nonceodd, TPM_NONCE_SIZE);