pub unsafe extern "C-unwind" fn CSSM_TP_SubmitCredRequest(
tp_handle: CSSM_TP_HANDLE,
preferred_authority: *const CSSM_TP_AUTHORITY_ID,
request_type: CSSM_TP_AUTHORITY_REQUEST_TYPE,
request_input: *const CSSM_TP_REQUEST_SET,
caller_auth_context: *const CSSM_TP_CALLERAUTH_CONTEXT,
estimated_time: *mut sint32,
reference_identifier: CSSM_DATA_PTR,
) -> CSSM_RETURN๐Deprecated
Available on crate features
SecAsn1Types and cssmapi and cssmconfig and cssmtype only.Expand description
ยงSafety
preferred_authoritymust be a valid pointer.request_inputmust be a valid pointer.caller_auth_contextmust be a valid pointer.estimated_timemust be a valid pointer.reference_identifiermust be a valid pointer.