pub unsafe extern "C-unwind" fn CSSM_CL_CrlGetFirstCachedFieldValue(
cl_handle: CSSM_CL_HANDLE,
crl_handle: CSSM_HANDLE,
crl_record_index: *const SecAsn1Item,
crl_field: *const SecAsn1Oid,
results_handle: CSSM_HANDLE_PTR,
number_of_matched_fields: *mut uint32,
value: *mut CSSM_DATA_PTR,
) -> CSSM_RETURN
๐Deprecated
Available on crate features
SecAsn1Types
and cssmapi
and cssmconfig
and cssmtype
only.Expand description
ยงSafety
crl_record_index
must be a valid pointer.crl_field
must be a valid pointer.results_handle
must be a valid pointer.number_of_matched_fields
must be a valid pointer.value
must be a valid pointer.