Searched refs:tpm_buf_append (Results 1 - 7 of 7) sorted by relevance

/linux-master/security/keys/trusted-keys/
H A Dtrusted_tpm2.c209 tpm_buf_append(buf, nonce, nonce_len);
215 tpm_buf_append(buf, hmac, hmac_len);
273 tpm_buf_append(&buf, options->blobauth, options->blobauth_len);
276 tpm_buf_append(&buf, payload->key, payload->key_len);
293 tpm_buf_append(&buf, options->policydigest,
423 tpm_buf_append(&buf, blob, blob_len);
H A Dtrusted_tpm1.c408 tpm_buf_append(tb, ononce, TPM_NONCE_SIZE);
536 tpm_buf_append(tb, td->encauth, SHA1_DIGEST_SIZE);
538 tpm_buf_append(tb, pcrinfo, pcrinfosize);
540 tpm_buf_append(tb, data, datalen);
542 tpm_buf_append(tb, td->nonceodd, TPM_NONCE_SIZE);
544 tpm_buf_append(tb, td->pubauth, SHA1_DIGEST_SIZE);
627 tpm_buf_append(tb, blob, bloblen);
629 tpm_buf_append(tb, nonceodd, TPM_NONCE_SIZE);
631 tpm_buf_append(tb, authdata1, SHA1_DIGEST_SIZE);
633 tpm_buf_append(t
[all...]
/linux-master/include/linux/
H A Dtpm.h368 static inline void tpm_buf_append(struct tpm_buf *buf, function
391 tpm_buf_append(buf, &value, 1);
398 tpm_buf_append(buf, (u8 *) &value2, 2);
405 tpm_buf_append(buf, (u8 *) &value2, 4);
/linux-master/drivers/char/tpm/
H A Dtpm2-cmd.c195 tpm_buf_append(&buf, (const unsigned char *)pcr_select,
255 tpm_buf_append(&buf, (const unsigned char *)&auth_area,
261 tpm_buf_append(&buf, (const unsigned char *)&digests[i].digest,
H A Dtpm-sysfs.c50 tpm_buf_append(&tpm_buf, anti_replay, sizeof(anti_replay));
H A Dtpm1-cmd.c474 tpm_buf_append(&buf, hash, TPM_DIGEST_SIZE);
H A Dtpm2-space.c85 tpm_buf_append(&tbuf, &buf[*offset], body_size);

Completed in 126 milliseconds