Lines Matching refs:storebytes
410 storebytes(tb, ononce, TPM_NONCE_SIZE); in osap()
534 storebytes(tb, td->encauth, SHA1_DIGEST_SIZE); in tpm_seal()
536 storebytes(tb, pcrinfo, pcrinfosize); in tpm_seal()
538 storebytes(tb, data, datalen); in tpm_seal()
540 storebytes(tb, td->nonceodd, TPM_NONCE_SIZE); in tpm_seal()
542 storebytes(tb, td->pubauth, SHA1_DIGEST_SIZE); in tpm_seal()
627 storebytes(tb, blob, bloblen); in tpm_unseal()
629 storebytes(tb, nonceodd, TPM_NONCE_SIZE); in tpm_unseal()
631 storebytes(tb, authdata1, SHA1_DIGEST_SIZE); in tpm_unseal()
633 storebytes(tb, nonceodd, TPM_NONCE_SIZE); in tpm_unseal()
635 storebytes(tb, authdata2, SHA1_DIGEST_SIZE); in tpm_unseal()