Searched refs:storedsize (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/security/keys/trusted-keys/ |
H A D | trusted_tpm1.c | 472 int storedsize; in tpm_seal() local 554 storedsize = sizeof(uint32_t) + sizeof(uint32_t) + sealinfosize + in tpm_seal() 559 SHA1_DIGEST_SIZE, storedsize, TPM_DATA_OFFSET, 0, in tpm_seal() 564 memcpy(blob, tb->data + TPM_DATA_OFFSET, storedsize); in tpm_seal() 565 *bloblen = storedsize; in tpm_seal()
|
/kernel/linux/linux-5.10/security/keys/trusted-keys/ |
H A D | trusted_tpm1.c | 479 int storedsize; in tpm_seal() local 561 storedsize = sizeof(uint32_t) + sizeof(uint32_t) + sealinfosize + in tpm_seal() 566 SHA1_DIGEST_SIZE, storedsize, TPM_DATA_OFFSET, 0, in tpm_seal() 571 memcpy(blob, tb->data + TPM_DATA_OFFSET, storedsize); in tpm_seal() 572 *bloblen = storedsize; in tpm_seal()
|
Completed in 3 milliseconds