* Returns success with a null armor_key if FAST is available but not in use.
* Returns failure if the client library does not support FAST.
*/
-static krb5_error_code
+static inline krb5_error_code
fast_get_armor_key(krb5_context context, preauth_get_client_data_proc get_data,
struct _krb5_preauth_client_rock *rock,
krb5_keyblock **armor_key)
return retval;
}
-static krb5_error_code
+static inline krb5_error_code
fast_kdc_get_armor_key(krb5_context context,
preauth_get_entry_data_proc get_entry,
krb5_kdc_req *request,
-static krb5_error_code
+static inline krb5_error_code
fast_kdc_replace_reply_key(krb5_context context,
preauth_get_entry_data_proc get_data,
krb5_kdc_req *request)
return 0;
}
-static krb5_error_code
+static inline krb5_error_code
fast_set_kdc_verified(krb5_context context,
preauth_get_client_data_proc get_data,
struct _krb5_preauth_client_rock *rock)