Lines Matching refs:tpm_buf_append
412 tpm_buf_append(tb, ononce, TPM_NONCE_SIZE); in osap()
534 tpm_buf_append(tb, td->encauth, SHA1_DIGEST_SIZE); in tpm_seal()
536 tpm_buf_append(tb, pcrinfo, pcrinfosize); in tpm_seal()
538 tpm_buf_append(tb, data, datalen); in tpm_seal()
540 tpm_buf_append(tb, td->nonceodd, TPM_NONCE_SIZE); in tpm_seal()
542 tpm_buf_append(tb, td->pubauth, SHA1_DIGEST_SIZE); in tpm_seal()
622 tpm_buf_append(tb, blob, bloblen); in tpm_unseal()
624 tpm_buf_append(tb, nonceodd, TPM_NONCE_SIZE); in tpm_unseal()
626 tpm_buf_append(tb, authdata1, SHA1_DIGEST_SIZE); in tpm_unseal()
628 tpm_buf_append(tb, nonceodd, TPM_NONCE_SIZE); in tpm_unseal()
630 tpm_buf_append(tb, authdata2, SHA1_DIGEST_SIZE); in tpm_unseal()