Searched refs:nv_readc (Results 1 – 2 of 2) sorted by relevance
221 struct tpm2_nv_read_cmd nv_readc; in tlcl2_read() local224 memset(&nv_readc, 0, sizeof(nv_readc)); in tlcl2_read()226 nv_readc.nvIndex = HR_NV_INDEX + index; in tlcl2_read()227 nv_readc.size = length; in tlcl2_read()229 response = tlcl2_process_command(TPM2_NV_Read, &nv_readc); in tlcl2_read()
512 struct tpm2_nv_read_cmd nv_readc; in TlclRead() local516 memset(&nv_readc, 0, sizeof(nv_readc)); in TlclRead()518 nv_readc.nvIndex = HR_NV_INDEX + index; in TlclRead()519 nv_readc.size = length; in TlclRead()521 rv = tpm_send_receive(TPM2_NV_Read, &nv_readc, response); in TlclRead()