Searched refs:bloblen (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/security/keys/ |
D | trusted.c | 461 unsigned char *blob, uint32_t *bloblen, in tpm_seal() argument 563 *bloblen = storedsize; in tpm_seal() 575 const unsigned char *blob, int bloblen, in tpm_unseal() argument 612 &ordinal, bloblen, blob, 0, 0); in tpm_unseal() 617 &ordinal, bloblen, blob, 0, 0); in tpm_unseal() 624 store32(tb, TPM_UNSEAL_SIZE + bloblen); in tpm_unseal() 627 storebytes(tb, blob, bloblen); in tpm_unseal()
|