Searched refs:auth_method (Results 1 – 8 of 8) sorted by relevance
885 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()
517 } 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()
210 unsigned auth_method:3; member
593 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()
437 s->auth_method = NGX_MAIL_AUTH_APOP; in ngx_mail_pop3_apop()
759 s->auth_method = NGX_MAIL_AUTH_NONE; in ngx_mail_smtp_rcpt()
1335 *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()
501 u8 auth_method; member