Searched refs:pKeyUUID (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ |
H A D | tcsi_ps.c | 77 TSS_UUID * pKeyUUID, /* in */ in TCS_EnumRegisteredKeys_Internal() argument 97 if (pKeyUUID != NULL) { in TCS_EnumRegisteredKeys_Internal() 99 if ((result = isUUIDRegistered(pKeyUUID, &is_reg))) in TCS_EnumRegisteredKeys_Internal() 115 if (pKeyUUID == NULL) { in TCS_EnumRegisteredKeys_Internal() 168 memcpy(&tmp_uuid, pKeyUUID, sizeof(TSS_UUID)); in TCS_EnumRegisteredKeys_Internal() 244 TSS_UUID * pKeyUUID, /* in */ in TCS_EnumRegisteredKeys_Internal2() argument 264 if (pKeyUUID != NULL) { in TCS_EnumRegisteredKeys_Internal2() 266 if ((result = isUUIDRegistered(pKeyUUID, &is_reg))) in TCS_EnumRegisteredKeys_Internal2() 282 if (pKeyUUID == NULL) { in TCS_EnumRegisteredKeys_Internal2() 335 memcpy(&tmp_uuid, pKeyUUID, sizeof(TSS_UUID)); in TCS_EnumRegisteredKeys_Internal2()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/ |
H A D | rpc_ps.c | 141 TSS_UUID * pKeyUUID, /* in */ in RPC_EnumRegisteredKeys_TP() argument 155 if (pKeyUUID != NULL) { in RPC_EnumRegisteredKeys_TP() 156 if (setData(TCSD_PACKET_TYPE_UUID, 1, pKeyUUID, 0, &hte->comm)) in RPC_EnumRegisteredKeys_TP() 199 TSS_UUID * pKeyUUID, /* in */ in RPC_EnumRegisteredKeys2_TP() argument 214 if (pKeyUUID != NULL) { in RPC_EnumRegisteredKeys2_TP() 215 if (setData(TCSD_PACKET_TYPE_UUID, 1, pKeyUUID, 0, &hte->comm)) in RPC_EnumRegisteredKeys2_TP()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/ |
H A D | tcs_api.c | 287 TSS_UUID * pKeyUUID, /* in */ in RPC_EnumRegisteredKeys() argument 299 result = RPC_EnumRegisteredKeys_TP(entry, pKeyUUID, pcKeyHierarchySize, in RPC_EnumRegisteredKeys() 312 TSS_UUID * pKeyUUID, /* in */ in RPC_EnumRegisteredKeys2() argument 324 result = RPC_EnumRegisteredKeys2_TP(entry, pKeyUUID, pcKeyHierarchySize, in RPC_EnumRegisteredKeys2()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/ |
H A D | tcs_utils.h | 331 TSS_UUID * pKeyUUID, /* in */ 337 TSS_UUID * pKeyUUID, /* in */
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/ |
H A D | tcs.h | 66 TSS_UUID* pKeyUUID, // in
|