Home
last modified time | relevance | path

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

/Linux-v5.15/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()
/Linux-v5.15/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()