Searched refs:ppKeyInfo (Results 1 – 5 of 5) sorted by relevance
412 TSS_KM_KEYINFO ** ppKeyInfo) /* out */ in TCS_GetRegisteredKey_Internal() argument422 *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 …]
259 TSS_KM_KEYINFO ** ppKeyInfo /* out */ in RPC_GetRegisteredKey_TP() argument
74 TSS_KM_KEYINFO** ppKeyInfo // out
339 TSS_KM_KEYINFO ** ppKeyInfo) /* out */ in RPC_GetRegisteredKey() argument349 result = RPC_GetRegisteredKey_TP(entry, KeyUUID, ppKeyInfo); in RPC_GetRegisteredKey()
344 TSS_KM_KEYINFO ** ppKeyInfo /* out */