Searched refs:uuidData (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ |
H A D | tspi_ps.c | 35 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 D | tsp_ps.c | 302 result = TCSP_LoadKeyByUUID(tspContext, uuidData, &info, &tcsKeyHandle);
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | uuid.d | 252 @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 D | uuid.d | 252 @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 D | rpc_key.c | 437 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 D | TSP.idl | 452 [in] TSS_UUID uuidData, 469 [in] TSS_UUID uuidData); 473 [in] TSS_UUID uuidData,
|
H A D | tspi.h | 193 TSS_UUID uuidData, // in 219 TSS_UUID uuidData, // in
|