Searched refs:storebytes (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/crypto/asymmetric_keys/ |
| D | asym_tpm.c | 76 storebytes(tb, keyblob, keybloblen); in tpm_loadkey2() 78 storebytes(tb, nonceodd, TPM_NONCE_SIZE); in tpm_loadkey2() 80 storebytes(tb, authdata, SHA1_DIGEST_SIZE); in tpm_loadkey2() 164 storebytes(tb, blob, bloblen); in tpm_unbind() 166 storebytes(tb, nonceodd, TPM_NONCE_SIZE); in tpm_unbind() 168 storebytes(tb, authdata, SHA1_DIGEST_SIZE); in tpm_unbind() 250 storebytes(tb, blob, bloblen); in tpm_sign() 252 storebytes(tb, nonceodd, TPM_NONCE_SIZE); in tpm_sign() 254 storebytes(tb, authdata, SHA1_DIGEST_SIZE); in tpm_sign()
|
| /Linux-v5.4/security/keys/ |
| D | trusted.c | 415 storebytes(tb, ononce, TPM_NONCE_SIZE); in osap() 543 storebytes(tb, td->encauth, SHA1_DIGEST_SIZE); in tpm_seal() 545 storebytes(tb, pcrinfo, pcrinfosize); in tpm_seal() 547 storebytes(tb, data, datalen); in tpm_seal() 549 storebytes(tb, td->nonceodd, TPM_NONCE_SIZE); in tpm_seal() 551 storebytes(tb, td->pubauth, SHA1_DIGEST_SIZE); in tpm_seal() 636 storebytes(tb, blob, bloblen); in tpm_unseal() 638 storebytes(tb, nonceodd, TPM_NONCE_SIZE); in tpm_unseal() 640 storebytes(tb, authdata1, SHA1_DIGEST_SIZE); in tpm_unseal() 642 storebytes(tb, nonceodd, TPM_NONCE_SIZE); in tpm_unseal() [all …]
|
| /Linux-v5.4/include/keys/ |
| D | trusted.h | 130 static inline void storebytes(struct tpm_buf *buf, const unsigned char *in, in storebytes() function
|