Home
last modified time | relevance | path

Searched refs:storebytes (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/security/keys/
Dtrusted.c410 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()
[all …]
Dtrusted.h118 static inline void storebytes(struct tpm_buf *buf, const unsigned char *in, in storebytes() function