Searched refs:storebytes (Results 1 – 2 of 2) sorted by relevance
/security/keys/ |
D | trusted.c | 411 storebytes(tb, ononce, TPM_NONCE_SIZE); in osap() 535 storebytes(tb, td->encauth, SHA1_DIGEST_SIZE); in tpm_seal() 537 storebytes(tb, pcrinfo, pcrinfosize); in tpm_seal() 539 storebytes(tb, data, datalen); in tpm_seal() 541 storebytes(tb, td->nonceodd, TPM_NONCE_SIZE); in tpm_seal() 543 storebytes(tb, td->pubauth, SHA1_DIGEST_SIZE); in tpm_seal() 628 storebytes(tb, blob, bloblen); in tpm_unseal() 630 storebytes(tb, nonceodd, TPM_NONCE_SIZE); in tpm_unseal() 632 storebytes(tb, authdata1, SHA1_DIGEST_SIZE); in tpm_unseal() 634 storebytes(tb, nonceodd, TPM_NONCE_SIZE); in tpm_unseal() [all …]
|
D | trusted.h | 118 static inline void storebytes(struct tpm_buf *buf, const unsigned char *in, in storebytes() function
|