Home
last modified time | relevance | path

Searched refs:ppKeyInfo (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_ps.c412 TSS_KM_KEYINFO ** ppKeyInfo) /* out */ in TCS_GetRegisteredKey_Internal() argument
422 *ppKeyInfo = NULL; in TCS_GetRegisteredKey_Internal()
434 *ppKeyInfo = malloc(sizeof(TSS_KM_KEYINFO)); in TCS_GetRegisteredKey_Internal()
435 if (*ppKeyInfo == NULL) { in TCS_GetRegisteredKey_Internal()
443 (*ppKeyInfo)->bAuthDataUsage = tcpaKey.authDataUsage; in TCS_GetRegisteredKey_Internal()
445 (*ppKeyInfo)->fIsLoaded = FALSE; in TCS_GetRegisteredKey_Internal()
448 (*ppKeyInfo)->versionInfo.bMajor = TSS_SPEC_MAJOR; in TCS_GetRegisteredKey_Internal()
449 (*ppKeyInfo)->versionInfo.bMinor = TSS_SPEC_MINOR; in TCS_GetRegisteredKey_Internal()
450 (*ppKeyInfo)->versionInfo.bRevMajor = 0; in TCS_GetRegisteredKey_Internal()
451 (*ppKeyInfo)->versionInfo.bRevMinor = 0; in TCS_GetRegisteredKey_Internal()
[all …]
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_ps.c259 TSS_KM_KEYINFO ** ppKeyInfo /* out */ in RPC_GetRegisteredKey_TP() argument
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtcs.h74 TSS_KM_KEYINFO** ppKeyInfo // out
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c339 TSS_KM_KEYINFO ** ppKeyInfo) /* out */ in RPC_GetRegisteredKey() argument
349 result = RPC_GetRegisteredKey_TP(entry, KeyUUID, ppKeyInfo); in RPC_GetRegisteredKey()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h344 TSS_KM_KEYINFO ** ppKeyInfo /* out */