Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_transport.c383 case TPM_ORD_LoadKey2: in TCSP_ExecuteTransport_Internal()
396 case TPM_ORD_LoadKey2: in TCSP_ExecuteTransport_Internal()
H A Dtcsi_key.c49 return LoadKeyByBlob_Internal(TPM_ORD_LoadKey2, hContext, hUnwrappingKey, in TCSP_LoadKey2ByBlob_Internal()
H A Dtcsi_ps.c513 ordinal = TPM_ORD_LoadKey2; in TCSP_LoadKeyByUUID_Internal()
H A Dtcs_pbg.c796 case TPM_ORD_LoadKey2: in tpm_rsp_parse()
1699 case TPM_ORD_LoadKey2: in tpm_rqu_build()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtpm_ordinal.h69 #define TPM_ORD_LoadKey2 ((UINT32)0x00000041) macro
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_key.c278 if ((result = obj_context_transport_execute(tspContext, TPM_ORD_LoadKey2, ulBlobLength, in Transport_LoadKeyByBlob()
H A Dobj_context.c1518 *ordinal = TPM_ORD_LoadKey2; in obj_context_get_loadkey_ordinal()