Lines Matching refs:resplen
98 size_t resplen = 0; in VTPM_GetRandom() local
113 TRYFAILGOTOMSG(tpmfront_cmd(tpmfront_dev, cmdbuf, size, &resp, &resplen), in VTPM_GetRandom()
116 bptr = resp; len = resplen; in VTPM_GetRandom()
142 size_t resplen = 0; in VTPM_LoadHashKey() local
156 TRYFAILGOTOMSG(tpmfront_cmd(tpmfront_dev, cmdbuf, size, &resp, &resplen), ERR_TPMFRONT); in VTPM_LoadHashKey()
160 len = resplen; in VTPM_LoadHashKey()
186 size_t resplen = 0; in VTPM_SaveHashKey() local
202 TRYFAILGOTOMSG(tpmfront_cmd(tpmfront_dev, cmdbuf, size, &resp, &resplen), ERR_TPMFRONT); in VTPM_SaveHashKey()
206 len = resplen; in VTPM_SaveHashKey()
227 size_t resplen = 0; in VTPM_GetParentQuote() local
244 TRYFAILGOTOMSG(tpmfront_cmd(tpmfront_dev, cmdbuf, size, &resp, &resplen), ERR_TPMFRONT); in VTPM_GetParentQuote()
248 len = resplen; in VTPM_GetParentQuote()
270 size_t resplen = 0; in VTPM_PCRRead() local
285 TRYFAILGOTOMSG(tpmfront_cmd(tpmfront_dev, cmdbuf, size, &resp, &resplen), ERR_TPMFRONT); in VTPM_PCRRead()
287 bptr = resp; len = resplen; in VTPM_PCRRead()