Home
last modified time | relevance | path

Searched refs:computed_key (Results 1 – 25 of 45) sorted by relevance

12

/dports/www/mod_jk/tomcat-connectors-1.2.48-src/native/common/
H A Djk_ajp14.c38 (const unsigned char *)s->secret_key, s->computed_key); in ajp14_compute_md5()
42 s->entropy, s->secret_key, s->computed_key); in ajp14_compute_md5()
147 (msg, (const unsigned char *)s->computed_key, in ajp14_marshal_login_comp_into_msgb()
272 (msg, (const unsigned char *)s->computed_key, in ajp14_marshal_shutdown_into_msgb()
H A Djk_ajp14.h237 char computed_key[AJP14_COMPUTED_KEY_LEN + 1]; member
/dports/security/p5-Authen-SCRAM/Authen-SCRAM-0.011/lib/Authen/SCRAM/
H A DServer.pm217 my $computed_key = $self->_digest_fcn->($client_key);
220 if ( !$self->_const_eq_fcn->( $computed_key, $self->_get_session("_stored_key") ) ) {
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/libpq/
H A Dauth-scram.c428 uint8 computed_key[SCRAM_KEY_LEN]; in scram_verify_plain_password() local
459 scram_ServerKey(salted_password, computed_key); in scram_verify_plain_password()
468 return memcmp(computed_key, server_key, SCRAM_KEY_LEN) == 0; in scram_verify_plain_password()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/libpq/
H A Dauth-scram.c428 uint8 computed_key[SCRAM_KEY_LEN]; in scram_verify_plain_password() local
459 scram_ServerKey(salted_password, computed_key); in scram_verify_plain_password()
468 return memcmp(computed_key, server_key, SCRAM_KEY_LEN) == 0; in scram_verify_plain_password()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/libpq/
H A Dauth-scram.c428 uint8 computed_key[SCRAM_KEY_LEN]; in scram_verify_plain_password() local
459 scram_ServerKey(salted_password, computed_key); in scram_verify_plain_password()
468 return memcmp(computed_key, server_key, SCRAM_KEY_LEN) == 0; in scram_verify_plain_password()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/libpq/
H A Dauth-scram.c428 uint8 computed_key[SCRAM_KEY_LEN]; in scram_verify_plain_password() local
459 scram_ServerKey(salted_password, computed_key); in scram_verify_plain_password()
468 return memcmp(computed_key, server_key, SCRAM_KEY_LEN) == 0; in scram_verify_plain_password()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/libpq/
H A Dauth-scram.c428 uint8 computed_key[SCRAM_KEY_LEN]; in scram_verify_plain_password() local
459 scram_ServerKey(salted_password, computed_key); in scram_verify_plain_password()
468 return memcmp(computed_key, server_key, SCRAM_KEY_LEN) == 0; in scram_verify_plain_password()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/libpq/
H A Dauth-scram.c428 uint8 computed_key[SCRAM_KEY_LEN]; in scram_verify_plain_password() local
459 scram_ServerKey(salted_password, computed_key); in scram_verify_plain_password()
468 return memcmp(computed_key, server_key, SCRAM_KEY_LEN) == 0; in scram_verify_plain_password()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/libpq/
H A Dauth-scram.c428 uint8 computed_key[SCRAM_KEY_LEN]; in scram_verify_plain_password() local
459 scram_ServerKey(salted_password, computed_key); in scram_verify_plain_password()
468 return memcmp(computed_key, server_key, SCRAM_KEY_LEN) == 0; in scram_verify_plain_password()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/libpq/
H A Dauth-scram.c499 uint8 computed_key[SCRAM_KEY_LEN]; in scram_verify_plain_password() local
530 scram_ServerKey(salted_password, computed_key); in scram_verify_plain_password()
539 return memcmp(computed_key, server_key, SCRAM_KEY_LEN) == 0; in scram_verify_plain_password()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/libpq/
H A Dauth-scram.c499 uint8 computed_key[SCRAM_KEY_LEN]; in scram_verify_plain_password() local
530 scram_ServerKey(salted_password, computed_key); in scram_verify_plain_password()
539 return memcmp(computed_key, server_key, SCRAM_KEY_LEN) == 0; in scram_verify_plain_password()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/libpq/
H A Dauth-scram.c499 uint8 computed_key[SCRAM_KEY_LEN]; in scram_verify_plain_password() local
530 scram_ServerKey(salted_password, computed_key); in scram_verify_plain_password()
539 return memcmp(computed_key, server_key, SCRAM_KEY_LEN) == 0; in scram_verify_plain_password()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/libpq/
H A Dauth-scram.c499 uint8 computed_key[SCRAM_KEY_LEN]; in scram_verify_plain_password() local
530 scram_ServerKey(salted_password, computed_key); in scram_verify_plain_password()
539 return memcmp(computed_key, server_key, SCRAM_KEY_LEN) == 0; in scram_verify_plain_password()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/libpq/
H A Dauth-scram.c499 uint8 computed_key[SCRAM_KEY_LEN]; in scram_verify_plain_password() local
530 scram_ServerKey(salted_password, computed_key); in scram_verify_plain_password()
539 return memcmp(computed_key, server_key, SCRAM_KEY_LEN) == 0; in scram_verify_plain_password()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/libpq/
H A Dauth-scram.c499 uint8 computed_key[SCRAM_KEY_LEN]; in scram_verify_plain_password() local
530 scram_ServerKey(salted_password, computed_key); in scram_verify_plain_password()
539 return memcmp(computed_key, server_key, SCRAM_KEY_LEN) == 0; in scram_verify_plain_password()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/libpq/
H A Dauth-scram.c498 uint8 computed_key[SCRAM_KEY_LEN]; in scram_verify_plain_password() local
529 scram_ServerKey(salted_password, computed_key); in scram_verify_plain_password()
538 return memcmp(computed_key, server_key, SCRAM_KEY_LEN) == 0; in scram_verify_plain_password()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/libpq/
H A Dauth-scram.c499 uint8 computed_key[SCRAM_KEY_LEN]; in scram_verify_plain_password() local
530 scram_ServerKey(salted_password, computed_key); in scram_verify_plain_password()
539 return memcmp(computed_key, server_key, SCRAM_KEY_LEN) == 0; in scram_verify_plain_password()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/libpq/
H A Dauth-scram.c498 uint8 computed_key[SCRAM_KEY_LEN]; in scram_verify_plain_password() local
529 scram_ServerKey(salted_password, computed_key); in scram_verify_plain_password()
538 return memcmp(computed_key, server_key, SCRAM_KEY_LEN) == 0; in scram_verify_plain_password()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/libpq/
H A Dauth-scram.c498 uint8 computed_key[SCRAM_KEY_LEN]; in scram_verify_plain_password() local
529 scram_ServerKey(salted_password, computed_key); in scram_verify_plain_password()
538 return memcmp(computed_key, server_key, SCRAM_KEY_LEN) == 0; in scram_verify_plain_password()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/libpq/
H A Dauth-scram.c498 uint8 computed_key[SCRAM_KEY_LEN];
529 scram_ServerKey(salted_password, computed_key);
538 return memcmp(computed_key, server_key, SCRAM_KEY_LEN) == 0;
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/libpq/
H A Dauth-scram.c498 uint8 computed_key[SCRAM_KEY_LEN]; in scram_verify_plain_password() local
529 scram_ServerKey(salted_password, computed_key); in scram_verify_plain_password()
538 return memcmp(computed_key, server_key, SCRAM_KEY_LEN) == 0; in scram_verify_plain_password()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/libpq/
H A Dauth-scram.c498 uint8 computed_key[SCRAM_KEY_LEN]; in scram_verify_plain_password() local
529 scram_ServerKey(salted_password, computed_key); in scram_verify_plain_password()
538 return memcmp(computed_key, server_key, SCRAM_KEY_LEN) == 0; in scram_verify_plain_password()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/libpq/
H A Dauth-scram.c498 uint8 computed_key[SCRAM_KEY_LEN]; in scram_verify_plain_password() local
529 scram_ServerKey(salted_password, computed_key); in scram_verify_plain_password()
538 return memcmp(computed_key, server_key, SCRAM_KEY_LEN) == 0; in scram_verify_plain_password()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/libpq/
H A Dauth-scram.c499 uint8 computed_key[SCRAM_KEY_LEN]; in scram_verify_plain_password() local
533 scram_ServerKey(salted_password, computed_key) < 0) in scram_verify_plain_password()
545 return memcmp(computed_key, server_key, SCRAM_KEY_LEN) == 0; in scram_verify_plain_password()

12