Home
last modified time | relevance | path

Searched refs:ppKeyHierarchy (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_ps.c444 TSS_KM_KEYINFO ** ppKeyHierarchy) /* out */ in Tspi_Context_GetRegisteredKeysByUUID() argument
451 if (pulKeyHierarchySize == NULL || ppKeyHierarchy == NULL) in Tspi_Context_GetRegisteredKeysByUUID()
461 ppKeyHierarchy))) in Tspi_Context_GetRegisteredKeysByUUID()
476 ppKeyHierarchy); in Tspi_Context_GetRegisteredKeysByUUID()
492 tcsHier, pulKeyHierarchySize, ppKeyHierarchy); in Tspi_Context_GetRegisteredKeysByUUID()
497 if ((result = __tspi_add_mem_entry(tspContext, *ppKeyHierarchy))) { in Tspi_Context_GetRegisteredKeysByUUID()
498 free(*ppKeyHierarchy); in Tspi_Context_GetRegisteredKeysByUUID()
499 *ppKeyHierarchy = NULL; in Tspi_Context_GetRegisteredKeysByUUID()
511 TSS_KM_KEYINFO2 ** ppKeyHierarchy) /* out */ in Tspi_Context_GetRegisteredKeysByUUID2() argument
519 if (pulKeyHierarchySize == NULL || ppKeyHierarchy == NULL) in Tspi_Context_GetRegisteredKeysByUUID2()
[all …]
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_ps.c143 TSS_KM_KEYINFO ** ppKeyHierarchy /* out */ in RPC_EnumRegisteredKeys_TP() argument
173 *ppKeyHierarchy = malloc((*pcKeyHierarchySize) * sizeof(TSS_KM_KEYINFO)); in RPC_EnumRegisteredKeys_TP()
174 if (*ppKeyHierarchy == NULL) { in RPC_EnumRegisteredKeys_TP()
182 &((*ppKeyHierarchy)[j]), 0, &hte->comm)) { in RPC_EnumRegisteredKeys_TP()
183 free(*ppKeyHierarchy); in RPC_EnumRegisteredKeys_TP()
189 *ppKeyHierarchy = NULL; in RPC_EnumRegisteredKeys_TP()
201 TSS_KM_KEYINFO2 ** ppKeyHierarchy /* out */ in RPC_EnumRegisteredKeys2_TP() argument
232 *ppKeyHierarchy = malloc((*pcKeyHierarchySize) * sizeof(TSS_KM_KEYINFO2)); in RPC_EnumRegisteredKeys2_TP()
233 if (*ppKeyHierarchy == NULL) { in RPC_EnumRegisteredKeys2_TP()
241 &((*ppKeyHierarchy)[j]), 0, &hte->comm)) { in RPC_EnumRegisteredKeys2_TP()
[all …]
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_ps.c79 TSS_KM_KEYINFO ** ppKeyHierarchy) /* out */ in TCS_EnumRegisteredKeys_Internal() argument
91 if (pcKeyHierarchySize == NULL || ppKeyHierarchy == NULL) in TCS_EnumRegisteredKeys_Internal()
236 *ppKeyHierarchy = ret; in TCS_EnumRegisteredKeys_Internal()
246 TSS_KM_KEYINFO2 ** ppKeyHierarchy) /* out */ in TCS_EnumRegisteredKeys_Internal2() argument
258 if (pcKeyHierarchySize == NULL || ppKeyHierarchy == NULL) in TCS_EnumRegisteredKeys_Internal2()
403 *ppKeyHierarchy = ret; in TCS_EnumRegisteredKeys_Internal2()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtspi.h239 TSS_KM_KEYINFO** ppKeyHierarchy // out
248 TSS_KM_KEYINFO2** ppKeyHierarchy // out
H A Dtcs.h68 TSS_KM_KEYINFO** ppKeyHierarchy // out
H A DTSP.idl487 … [out, size_is(, *pulKeyHierarchySize)] TSS_KM_KEYINFO** ppKeyHierarchy);
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c289 TSS_KM_KEYINFO ** ppKeyHierarchy) /* out */ in RPC_EnumRegisteredKeys() argument
300 ppKeyHierarchy); in RPC_EnumRegisteredKeys()
314 TSS_KM_KEYINFO2 ** ppKeyHierarchy) /* out */ in RPC_EnumRegisteredKeys2() argument
325 ppKeyHierarchy); in RPC_EnumRegisteredKeys2()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h333 TSS_KM_KEYINFO ** ppKeyHierarchy /* out */
339 TSS_KM_KEYINFO2 ** ppKeyHierarchy /* out */