Searched refs:tpmKeyHandle (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ |
H A D | tcsi_delegate.c | 329 TPM_KEY_HANDLE tpmKeyHandle; in TCSP_DSAP_Internal() local 337 if (ensureKeyIsLoaded(hContext, keyHandle, &tpmKeyHandle)) in TCSP_DSAP_Internal() 346 if ((result = tpm_rqu_build(TPM_ORD_DSAP, &offset, txBlob, entityType, tpmKeyHandle, in TCSP_DSAP_Internal()
|
H A D | tcsi_transport.c | 263 UINT32 keyHandle, tpmKeyHandle; in TCSP_ExecuteTransport_Internal() local 275 if (ensureKeyIsLoaded(hContext, keyHandle, &tpmKeyHandle)) { in TCSP_ExecuteTransport_Internal() 283 LoadBlob_UINT32(&offset, tpmKeyHandle, rgbWrappedCmdParamIn); in TCSP_ExecuteTransport_Internal()
|