Home
last modified time | relevance | path

Searched refs:auth_method (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_auth_http_module.c885 s->auth_method = NGX_MAIL_AUTH_PLAIN; in ngx_mail_auth_sleep_handler()
1215 + ngx_mail_auth_http_method[s->auth_method].len in ngx_mail_auth_http_create_request()
1261 ngx_mail_auth_http_method[s->auth_method].data, in ngx_mail_auth_http_create_request()
1262 ngx_mail_auth_http_method[s->auth_method].len); in ngx_mail_auth_http_create_request()
1273 if (s->auth_method != NGX_MAIL_AUTH_PLAIN && s->salt.len) { in ngx_mail_auth_http_create_request()
1301 if (s->auth_method == NGX_MAIL_AUTH_NONE) { in ngx_mail_auth_http_create_request()
H A Dngx_mail_proxy_module.c517 } else if (s->auth_method == NGX_MAIL_AUTH_NONE) { in ngx_mail_proxy_smtp_handler()
574 } else if (s->auth_method == NGX_MAIL_AUTH_NONE) { in ngx_mail_proxy_smtp_handler()
602 s->mail_state = (s->auth_method == NGX_MAIL_AUTH_NONE) ? in ngx_mail_proxy_smtp_handler()
654 if (s->auth_method == NGX_MAIL_AUTH_NONE) { in ngx_mail_proxy_smtp_handler()
H A Dngx_mail.h210 unsigned auth_method:3; member
H A Dngx_mail_handler.c593 s->auth_method = NGX_MAIL_AUTH_CRAM_MD5; in ngx_mail_auth_cram_md5()
627 s->auth_method = NGX_MAIL_AUTH_EXTERNAL; in ngx_mail_auth_external()
H A Dngx_mail_pop3_handler.c437 s->auth_method = NGX_MAIL_AUTH_APOP; in ngx_mail_pop3_apop()
H A Dngx_mail_smtp_handler.c759 s->auth_method = NGX_MAIL_AUTH_NONE; in ngx_mail_smtp_rcpt()
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_mng_tlv.c1335 *p_tlv_buf = (u8 *)&p_drv_buf->auth_method; in ecore_mfw_get_iscsi_tlv_value()
1336 return sizeof(p_drv_buf->auth_method); in ecore_mfw_get_iscsi_tlv_value()
H A Decore_mcp_api.h501 u8 auth_method; member