Home
last modified time | relevance | path

Searched refs:KeyUUID (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_ps.c28 TSS_UUID *KeyUUID, /* in */ in TCS_RegisterKey_Internal() argument
41 if (isUUIDRegistered(KeyUUID, &is_reg) != TSS_SUCCESS) { in TCS_RegisterKey_Internal()
46 if (is_reg == TRUE || TSS_UUID_IS_OWNEREVICT(KeyUUID)) { in TCS_RegisterKey_Internal()
54 if ((result = ps_write_key(KeyUUID, WrappingKeyUUID, gbVendorData, cVendorData, rgbKey, in TCS_RegisterKey_Internal()
65 TSS_UUID KeyUUID) /* in */ in TCS_UnregisterKey_Internal() argument
72 return ps_remove_key(&KeyUUID); in TCS_UnregisterKey_Internal()
411 TSS_UUID *KeyUUID, /* in */ in TCS_GetRegisteredKey_Internal() argument
427 if ((result = ps_get_key_by_uuid(KeyUUID, tcpaKeyBlob, &keySize))) { in TCS_GetRegisteredKey_Internal()
431 if ((result = getParentUUIDByUUID(KeyUUID, &parentUUID))) in TCS_GetRegisteredKey_Internal()
459 memcpy(&((*ppKeyInfo)->keyUUID), KeyUUID, sizeof(TSS_UUID)); in TCS_GetRegisteredKey_Internal()
[all …]
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_ps.c81 TSS_UUID KeyUUID, /* in */ in RPC_RegisterKey_TP() argument
97 if (setData(TCSD_PACKET_TYPE_UUID, 2, &KeyUUID, 0, &hte->comm)) in RPC_RegisterKey_TP()
118 TSS_UUID KeyUUID /* in */ in RPC_UnregisterKey_TP() argument
128 if (setData(TCSD_PACKET_TYPE_UUID, 1, &KeyUUID, 0, &hte->comm)) in RPC_UnregisterKey_TP()
258 TSS_UUID KeyUUID, /* in */ in RPC_GetRegisteredKey_TP() argument
266 TSS_UUID KeyUUID, /* in */ in RPC_GetRegisteredKeyBlob_TP() argument
278 if (setData(TCSD_PACKET_TYPE_UUID, 1, &KeyUUID, 0, &hte->comm)) in RPC_GetRegisteredKeyBlob_TP()
310 TSS_UUID KeyUUID, /* in */ in RPC_LoadKeyByUUID_TP() argument
322 if (setData(TCSD_PACKET_TYPE_UUID, 1, &KeyUUID, 0, &hte->comm)) in RPC_LoadKeyByUUID_TP()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtcs.h41 TSS_UUID KeyUUID, // in
50 TSS_UUID KeyUUID // in
73 TSS_UUID KeyUUID, // in
79 TSS_UUID KeyUUID, // in
105 TSS_UUID KeyUUID, // in
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_ps.c35 TSS_UUID KeyUUID; in tcs_wrap_RegisterKey() local
52 if (getData(TCSD_PACKET_TYPE_UUID, 2, &KeyUUID, 0, &data->comm)) in tcs_wrap_RegisterKey()
88 result = TCS_RegisterKey_Internal(hContext, &WrappingKeyUUID, &KeyUUID, in tcs_wrap_RegisterKey()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c238 TSS_UUID KeyUUID, /* in */ in RPC_RegisterKey() argument
252 result = RPC_RegisterKey_TP(entry, WrappingKeyUUID, KeyUUID, cKeySize, in RPC_RegisterKey()
265 TSS_UUID KeyUUID) /* in */ in RPC_UnregisterKey() argument
275 result = RPC_UnregisterKey_TP(entry, KeyUUID); in RPC_UnregisterKey()
338 TSS_UUID KeyUUID, /* in */ in RPC_GetRegisteredKey() argument
349 result = RPC_GetRegisteredKey_TP(entry, KeyUUID, ppKeyInfo); in RPC_GetRegisteredKey()
361 TSS_UUID KeyUUID, /* in */ in RPC_GetRegisteredKeyBlob() argument
373 result = RPC_GetRegisteredKeyBlob_TP(entry, KeyUUID, pcKeySize, prgbKey); in RPC_GetRegisteredKeyBlob()
414 TSS_UUID KeyUUID, /* in */ in RPC_LoadKeyByUUID() argument
426 result = RPC_LoadKeyByUUID_TP(entry, KeyUUID, pLoadKeyInfo, phKeyTCSI); in RPC_LoadKeyByUUID()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h319 TSS_UUID *KeyUUID, /* in */
327 TSS_UUID KeyUUID /* in */
343 TSS_UUID *KeyUUID, /* in */
348 TSS_UUID *KeyUUID, /* in */
371 TSS_UUID *KeyUUID, /* in */