Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_ps.c35 TSS_UUID uuidData, /* in */ in Tspi_Context_LoadKeyByUUID() argument
63 result = RPC_LoadKeyByUUID(tspContext, uuidData, &info, &tcsKeyHandle); in Tspi_Context_LoadKeyByUUID()
89 if ((result = RPC_LoadKeyByUUID(tspContext, uuidData, &info, in Tspi_Context_LoadKeyByUUID()
96 if (!memcmp(&uuidData, &owner_evict_uuid, sizeof(TSS_UUID)-1)) { in Tspi_Context_LoadKeyByUUID()
114 if ((result = RPC_GetRegisteredKeyBlob(tspContext, uuidData, &keyBlobSize, in Tspi_Context_LoadKeyByUUID()
118 if ((result = obj_rsakey_add_by_key(tspContext, &uuidData, keyBlob, in Tspi_Context_LoadKeyByUUID()
129 if ((result = load_from_system_ps(tspContext, &uuidData, phKey))) in Tspi_Context_LoadKeyByUUID()
133 if ((result = ps_get_parent_uuid_by_uuid(&uuidData, &parentUUID))) in Tspi_Context_LoadKeyByUUID()
138 if ((result = ps_get_parent_ps_type_by_uuid(&uuidData, &parentPSType))) in Tspi_Context_LoadKeyByUUID()
146 if ((result = ps_get_key_by_uuid(tspContext, &uuidData, phKey))) in Tspi_Context_LoadKeyByUUID()
[all …]
H A Dtsp_ps.c302 result = TCSP_LoadKeyByUUID(tspContext, uuidData, &info, &tcsKeyHandle);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Duuid.d252 @safe pure nothrow @nogc this(ref const scope ubyte[16] uuidData)
254 data = uuidData;
257 @safe pure nothrow @nogc this(const ubyte[16] uuidData)
259 data = uuidData;
277 @safe pure this(T...)(T uuidData)
278 if (uuidData.length == 16 && allSatisfy!(isIntegral, T))
282 foreach (idx, it; uuidData)
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duuid.d252 @safe pure nothrow @nogc this(ref in ubyte[16] uuidData)
254 data = uuidData;
257 @safe pure nothrow @nogc this(in ubyte[16] uuidData)
259 data = uuidData;
277 @safe pure this(T...)(T uuidData)
278 if (uuidData.length == 16 && allSatisfy!(isIntegral, T))
282 foreach (idx, it; uuidData)
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_key.c437 TSS_UUID uuidData; in tcs_wrap_KeyControlOwner() local
478 attribName, attribValue, &ownerAuth, &uuidData); in tcs_wrap_KeyControlOwner()
488 if (setData(TCSD_PACKET_TYPE_UUID, 1, &uuidData, 0, &data->comm)) { in tcs_wrap_KeyControlOwner()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A DTSP.idl452 [in] TSS_UUID uuidData,
469 [in] TSS_UUID uuidData);
473 [in] TSS_UUID uuidData,
H A Dtspi.h193 TSS_UUID uuidData, // in
219 TSS_UUID uuidData, // in