pub unsafe extern "C" fn krb5_string_to_salttype(
string: *mut c_char,
salttypep: *mut krb5_int32,
) -> krb5_error_codeExpand description
Convert a string to a salt type.
@param [in] string String to convert to an encryption type @param [out] salttypep Salt type to be filled in
@retval 0 Success; otherwise - EINVAL