Searched refs:mech_module (Results 1 - 21 of 21) sorted by relevance

/dovecot/src/auth/
H A Dmech.h30 struct mech_module { struct
47 struct mech_module module;
58 extern const struct mech_module mech_dovecot_token;
60 void mech_register_module(const struct mech_module *module);
61 void mech_unregister_module(const struct mech_module *module);
62 const struct mech_module *mech_module_find(const char *name);
71 const struct mech_module *
H A Dmech.c14 void mech_register_module(const struct mech_module *module)
26 void mech_unregister_module(const struct mech_module *module)
40 const struct mech_module *mech_module_find(const char *name)
68 extern const struct mech_module mech_plain;
69 extern const struct mech_module mech_login;
70 extern const struct mech_module mech_apop;
71 extern const struct mech_module mech_cram_md5;
72 extern const struct mech_module mech_digest_md5;
73 extern const struct mech_module mech_external;
74 extern const struct mech_module mech_ntl
[all...]
H A Dmech-anonymous.c38 const struct mech_module mech_anonymous = {
H A Dmech-external.c54 const struct mech_module mech_external = {
H A Dmech-dovecot-token.c80 const struct mech_module mech_dovecot_token = {
H A Dmech-login.c66 const struct mech_module mech_login = {
H A Dmech-plain.c77 const struct mech_module mech_plain = {
H A Dmech-oauth2.c249 const struct mech_module mech_oauthbearer = {
263 const struct mech_module mech_xoauth2 = {
H A Dmech-apop.c162 const struct mech_module mech_apop = {
H A Dauth-request.h66 const struct mech_module *mech;
176 auth_request_new(const struct mech_module *mech);
H A Dmech-winbind.c338 const struct mech_module mech_winbind_ntlm = {
350 const struct mech_module mech_winbind_spnego = {
H A Dmech-cram-md5.c183 const struct mech_module mech_cram_md5 = {
H A Dmech-skey.c189 const struct mech_module mech_skey = {
H A Dmech-gssapi.c735 const struct mech_module mech_gssapi = {
750 const struct mech_module mech_gssapi_spnego = {
779 const struct mech_module *mech;
H A Dmech-ntlm.c249 const struct mech_module mech_ntlm = {
H A Dmech-otp.c250 const struct mech_module mech_otp = {
H A Dmech-scram-sha1.c400 const struct mech_module mech_scram_sha1 = {
H A Dmech-digest-md5.c610 const struct mech_module mech_digest_md5 = {
H A Dmech-rpa.c579 const struct mech_module mech_rpa = {
H A Dauth-request-handler.c481 const struct mech_module *mech;
H A Dauth-request.c80 auth_request_new(const struct mech_module *mech)
652 const struct mech_module *mech)

Completed in 178 milliseconds