Home
last modified time | relevance | path

Searched refs:AUTH_SCRAM_SHA_256 (Results 1 – 5 of 5) sorted by relevance

/dports/databases/pgbouncer/pgbouncer-1.16.0/test/
H A Dhba_test.c41 case AUTH_SCRAM_SHA_256: in method2string()
/dports/databases/pgbouncer/pgbouncer-1.16.0/src/
H A Dclient.c103 } else if (auth_type == AUTH_SCRAM_SHA_256) { in send_client_authreq()
248 auth = AUTH_SCRAM_SHA_256; in finish_set_pool()
267 case AUTH_SCRAM_SHA_256: in finish_set_pool()
780 if (client->client_auth_type == AUTH_SCRAM_SHA_256) { in handle_client_startup()
H A Dhba.c592 rule->rule_method = AUTH_SCRAM_SHA_256; in parse_line()
H A Dmain.c196 { "scram-sha-256", AUTH_SCRAM_SHA_256 },
/dports/databases/pgbouncer/pgbouncer-1.16.0/include/
H A Dbouncer.h187 #define AUTH_SCRAM_SHA_256 112 macro