Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/keys/trusted-keys/
H A Dtrusted_tpm1.c469 const unsigned char *pcrinfo, uint32_t pcrinfosize) in tpm_seal() argument
512 pcrsize = htonl(pcrinfosize); in tpm_seal()
520 if (pcrinfosize == 0) { in tpm_seal()
534 pcrinfosize, pcrinfo, sizeof(uint32_t), in tpm_seal()
544 tpm_buf_append_u32(tb, pcrinfosize); in tpm_seal()
545 tpm_buf_append(tb, pcrinfo, pcrinfosize); in tpm_seal()