Searched refs:bloblen (Results 1 – 1 of 1) sorted by relevance
/linux-3.3/security/keys/ |
D | trusted.c | 493 unsigned char *blob, uint32_t *bloblen, in tpm_seal() argument 595 *bloblen = storedsize; in tpm_seal() 607 const unsigned char *blob, int bloblen, in tpm_unseal() argument 644 &ordinal, bloblen, blob, 0, 0); in tpm_unseal() 649 &ordinal, bloblen, blob, 0, 0); in tpm_unseal() 656 store32(tb, TPM_UNSEAL_SIZE + bloblen); in tpm_unseal() 659 storebytes(tb, blob, bloblen); in tpm_unseal()
|