Skip to main content

SecKeyCreateSignature

Function SecKeyCreateSignature 

Source
pub unsafe extern "C" fn SecKeyCreateSignature(
    key: SecKeyRef,
    algorithm: SecKeyAlgorithm,
    data_to_sign: CFDataRef,
    error: *mut CFErrorRef,
) -> CFDataRef
Available on crate feature raw-ffi only.