Home
last modified time | relevance | path

Searched refs:bloblen (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/crypto/asymmetric_keys/
Dasym_tpm.c110 const unsigned char *blob, uint32_t bloblen, in tpm_unbind() argument
123 datalen = htonl(bloblen); in tpm_unbind()
143 bloblen, blob, 0, 0); in tpm_unbind()
150 tpm_buf_append_u32(tb, bloblen); in tpm_unbind()
151 tpm_buf_append(tb, blob, bloblen); in tpm_unbind()
193 const unsigned char *blob, uint32_t bloblen, in tpm_sign() argument
206 datalen = htonl(bloblen); in tpm_sign()
226 bloblen, blob, 0, 0); in tpm_sign()
233 tpm_buf_append_u32(tb, bloblen); in tpm_sign()
234 tpm_buf_append(tb, blob, bloblen); in tpm_sign()
/kernel/linux/linux-6.6/security/keys/trusted-keys/
Dtrusted_tpm1.c460 unsigned char *blob, uint32_t *bloblen, in tpm_seal() argument
565 *bloblen = storedsize; in tpm_seal()
577 const unsigned char *blob, int bloblen, in tpm_unseal() argument
615 &ordinal, bloblen, blob, 0, 0); in tpm_unseal()
620 &ordinal, bloblen, blob, 0, 0); in tpm_unseal()
627 tpm_buf_append(tb, blob, bloblen); in tpm_unseal()
/kernel/linux/linux-5.10/security/keys/trusted-keys/
Dtrusted_tpm1.c467 unsigned char *blob, uint32_t *bloblen, in tpm_seal() argument
572 *bloblen = storedsize; in tpm_seal()
584 const unsigned char *blob, int bloblen, in tpm_unseal() argument
622 &ordinal, bloblen, blob, 0, 0); in tpm_unseal()
627 &ordinal, bloblen, blob, 0, 0); in tpm_unseal()
634 tpm_buf_append(tb, blob, bloblen); in tpm_unseal()