Searched refs:resplen (Results 1 – 2 of 2) sorted by relevance
/xen-4.10.0-shim-comet/stubdom/vtpm/ |
A D | vtpm_cmd.c | 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 160 len = resplen; in VTPM_LoadHashKey() 186 size_t resplen = 0; in VTPM_SaveHashKey() local 206 len = resplen; in VTPM_SaveHashKey() 227 size_t resplen = 0; in VTPM_GetParentQuote() local 248 len = resplen; in VTPM_GetParentQuote() 270 size_t resplen = 0; in VTPM_PCRRead() local [all …]
|
/xen-4.10.0-shim-comet/stubdom/grub/ |
A D | kexec.c | 153 size_t resplen = 0; in tpm_hash2pcr() local 196 rv = tpmfront_cmd(tpm, (void*)&cmd, sizeof(cmd), (void*)&resp, &resplen); in tpm_hash2pcr() 201 rv = tpmfront_cmd(tpm, (void*)&cmd, sizeof(cmd), (void*)&resp, &resplen); in tpm_hash2pcr() 206 rv = tpmfront_cmd(tpm, (void*)&cmd, sizeof(cmd), (void*)&resp, &resplen); in tpm_hash2pcr()
|
Completed in 3 milliseconds