Home
last modified time | relevance | path

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

/Linux-v6.1/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()