Searched refs:bloblen (Results 1 – 1 of 1) sorted by relevance
/linux/security/keys/trusted-keys/ |
H A D | trusted_tpm1.c | 471 unsigned char *blob, uint32_t *bloblen, in tpm_seal() argument 576 *bloblen = storedsize; in tpm_seal() 588 const unsigned char *blob, int bloblen, in tpm_unseal() argument 626 &ordinal, bloblen, blob, 0, 0); in tpm_unseal() 631 &ordinal, bloblen, blob, 0, 0); in tpm_unseal() 638 tpm_buf_append(tb, blob, bloblen); in tpm_unseal()
|