Searched refs:ulIndex (Results 1 – 3 of 3) sorted by relevance
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/ |
H A D | tspi_delegate.c | 135 UINT32 ulIndex, /* in */ in Tspi_TPM_Delegate_CacheOwnerDelegation() argument 167 result = get_delegate_index(hContext, ulIndex, &public); in Tspi_TPM_Delegate_CacheOwnerDelegation() 183 result |= Trspi_Hash_UINT32(&hashCtx, ulIndex); in Tspi_TPM_Delegate_CacheOwnerDelegation() 196 if ((result = TCS_API(hContext)->Delegate_LoadOwnerDelegation(hContext, ulIndex, blobSize, in Tspi_TPM_Delegate_CacheOwnerDelegation() 211 result = obj_policy_set_delegation_index(hDelegation, ulIndex); in Tspi_TPM_Delegate_CacheOwnerDelegation()
|
/netbsd/common/lib/libc/misc/ |
H A D | ubsan.c | 320 void __ubsan_handle_out_of_bounds(struct COutOfBoundsData *pData, unsigned long ulIndex); 321 void __ubsan_handle_out_of_bounds_abort(struct COutOfBoundsData *pData, unsigned long ulIndex); 343 static void HandleOutOfBounds(bool isFatal, struct COutOfBoundsData *pData, unsigned long ulIndex); 455 HandleOutOfBounds(bool isFatal, struct COutOfBoundsData *pData, unsigned long ulIndex) in HandleOutOfBounds() argument 466 DeserializeNumber(szLocation, szIndex, NUMBER_MAXLEN, pData->mIndexType, ulIndex); in HandleOutOfBounds() 1097 __ubsan_handle_out_of_bounds(struct COutOfBoundsData *pData, unsigned long ulIndex) in __ubsan_handle_out_of_bounds() argument 1102 HandleOutOfBounds(false, pData, ulIndex); in __ubsan_handle_out_of_bounds() 1106 __ubsan_handle_out_of_bounds_abort(struct COutOfBoundsData *pData, unsigned long ulIndex) in __ubsan_handle_out_of_bounds_abort() argument 1111 HandleOutOfBounds(true, pData, ulIndex); in __ubsan_handle_out_of_bounds_abort()
|
/netbsd/crypto/external/cpl/trousers/dist/src/include/tss/ |
H A D | tspi.h | 622 UINT32 ulIndex, // in
|