password 39 ext/com_dotnet/com_com.c char *user_name = NULL, *domain_name = NULL, *password = NULL; password 97 ext/com_dotnet/com_com.c password = Z_STRVAL_P(tmp); password 133 ext/com_dotnet/com_com.c if (password) { password 134 ext/com_dotnet/com_com.c authid.Password = (OLECHAR*)password; password 65 ext/ftp/php_ftp.c ZEND_ARG_INFO(0, password) password 934 ext/hash/hash.c char *password, *salt; password 938 ext/hash/hash.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "lssl", &algorithm, &password, &password_len, &salt, &salt_len, &l_bytes) == FAILURE) { password 983 ext/hash/hash.c ops->hash_update(context, (unsigned char *)password, password_len); password 1195 ext/hash/hash.c ZEND_ARG_INFO(0, password) password 105 ext/imap/php_imap.c ZEND_ARG_INFO(0, password) password 59 ext/interbase/interbase.c ZEND_ARG_INFO(0, password) password 69 ext/interbase/interbase.c ZEND_ARG_INFO(0, password) password 233 ext/interbase/interbase.c ZEND_ARG_INFO(0, password) password 242 ext/interbase/interbase.c ZEND_ARG_INFO(0, password) password 251 ext/interbase/interbase.c ZEND_ARG_INFO(0, password) password 3060 ext/ldap/ldap.c ZEND_ARG_INFO(0, password) password 615 ext/mysqli/mysqli_api.c char *user, *password, *dbname; password 622 ext/mysqli/mysqli_api.c if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Osss", &mysql_link, mysqli_link_class_entry, &user, &user_len, &password, &password_len, &dbname, &dbname_len) == FAILURE) { password 632 ext/mysqli/mysqli_api.c rc = mysqlnd_change_user_ex(mysql->mysql, user, password, dbname, FALSE, (size_t) password_len); password 634 ext/mysqli/mysqli_api.c rc = mysql_change_user(mysql->mysql, user, password, dbname); password 159 ext/mysqli/mysqli_fe.c ZEND_ARG_INFO(0, password) password 165 ext/mysqli/mysqli_fe.c ZEND_ARG_INFO(0, password) password 173 ext/mysqli/mysqli_fe.c ZEND_ARG_INFO(0, password) password 183 ext/mysqli/mysqli_fe.c ZEND_ARG_INFO(0, password) password 193 ext/mysqli/mysqli_fe.c ZEND_ARG_INFO(0, password) password 328 ext/mysqlnd/mysqlnd_auth.c void php_mysqlnd_scramble(zend_uchar * const buffer, const zend_uchar * const scramble, const zend_uchar * const password, size_t password_len) password 336 ext/mysqlnd/mysqlnd_auth.c PHP_SHA1Update(&context, password, password_len); password 134 ext/oci8/oci8.c static int php_oci_create_session(php_oci_connection *connection, php_oci_spool *session_pool, char *dbname, int dbname_len, char *username, int username_len, char *password, int password_len, char *new_password, int new_password_len, int session_mode); password 135 ext/oci8/oci8.c static int php_oci_old_create_session(php_oci_connection *connection, char *dbname, int dbname_len, char *username, int username_len, char *password, int password_len, char *new_password, int new_password_len, int session_mode); password 136 ext/oci8/oci8.c static php_oci_spool *php_oci_get_spool(char *username, int username_len, char *password, int password_len, char *dbname, int dbname_len, int charsetid); password 137 ext/oci8/oci8.c static php_oci_spool *php_oci_create_spool(char *username, int username_len, char *password, int password_len, char *dbname, int dbname_len, zend_string *hash_key, int charsetid); password 380 ext/oci8/oci8.c ZEND_ARG_INFO(0, password) password 388 ext/oci8/oci8.c ZEND_ARG_INFO(0, password) password 396 ext/oci8/oci8.c ZEND_ARG_INFO(0, password) password 1753 ext/oci8/oci8.c char *username, *password; password 1760 ext/oci8/oci8.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss|ssl", &username, &username_len, &password, &password_len, &dbname, &dbname_len, &charset, &charset_len, &session_mode) == FAILURE) { password 1774 ext/oci8/oci8.c connection = php_oci_do_connect_ex(username, (int) username_len, password, (int) password_len, NULL, 0, dbname, (int) dbname_len, charset, session_mode, persistent, exclusive); password 1796 ext/oci8/oci8.c php_oci_connection *php_oci_do_connect_ex(char *username, int username_len, char *password, int password_len, char *new_password, int new_password_len, char *dbname, int dbname_len, char *charset, zend_long session_mode, int persistent, int exclusive) password 1887 ext/oci8/oci8.c password_hash = zend_inline_hash_func(password, password_len); password 1968 ext/oci8/oci8.c if (php_oci_create_session(connection, NULL, dbname, dbname_len, username, username_len, password, password_len, new_password, new_password_len, (int) session_mode)) { password 2132 ext/oci8/oci8.c if ((session_pool = php_oci_get_spool(username, username_len, password, password_len, dbname, dbname_len, charsetid ? charsetid:charsetid_nls_lang))==NULL) password 2158 ext/oci8/oci8.c if (php_oci_old_create_session(connection, dbname, dbname_len, username, username_len, password, password_len, new_password, new_password_len, (int) session_mode)) { password 2164 ext/oci8/oci8.c if (php_oci_create_session(connection, session_pool, dbname, dbname_len, username, username_len, password, password_len, new_password, new_password_len, (int) session_mode)) { password 2852 ext/oci8/oci8.c static php_oci_spool *php_oci_create_spool(char *username, int username_len, char *password, int password_len, char *dbname, int dbname_len, zend_string *hash_key, int charsetid) password 2957 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(errstatus, OCISessionPoolCreate,(session_pool->env, OCI_G(err), session_pool->poolh, (OraText **)&session_pool->poolname, &session_pool->poolname_len, (OraText *)dbname, (ub4)dbname_len, 0, UB4MAXVAL, 1,(OraText *)username, (ub4)username_len, (OraText *)password,(ub4)password_len, poolmode)); password 2989 ext/oci8/oci8.c static php_oci_spool *php_oci_get_spool(char *username, int username_len, char *password, int password_len, char *dbname, int dbname_len, int charsetid) password 3009 ext/oci8/oci8.c password_hash = zend_inline_hash_func(password, password_len); password 3034 ext/oci8/oci8.c session_pool = php_oci_create_spool(username, username_len, password, password_len, dbname, dbname_len, spool_hashed_details.s, charsetid); password 3100 ext/oci8/oci8.c static int php_oci_old_create_session(php_oci_connection *connection, char *dbname, int dbname_len, char *username, int username_len, char *password, int password_len, char *new_password, int new_password_len, int session_mode) password 3174 ext/oci8/oci8.c if (password) { password 3175 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) password, (ub4) password_len, (ub4) OCI_ATTR_PASSWORD, OCI_G(err))); password 3228 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIPasswordChange, (connection->svc, OCI_G(err), (text *)username, username_len, (text *)password, password_len, (text *)new_password, new_password_len, OCI_AUTH)); password 3290 ext/oci8/oci8.c static int php_oci_create_session(php_oci_connection *connection, php_oci_spool *session_pool, char *dbname, int dbname_len, char *username, int username_len, char *password, int password_len, char *new_password, int new_password_len, int session_mode) password 3308 ext/oci8/oci8.c !(connection->private_spool = php_oci_create_spool(username, username_len, password, password_len, dbname, dbname_len, NULL, connection->charset))) { password 425 ext/oci8/php_oci8_int.h php_oci_connection *php_oci_do_connect_ex(char *username, int username_len, char *password, int password_len, char *new_password, int new_password_len, char *dbname, int dbname_len, char *charset, zend_long session_mode, int persistent, int exclusive); password 150 ext/odbc/php_odbc.c ZEND_ARG_INFO(0, password) password 157 ext/odbc/php_odbc.c ZEND_ARG_INFO(0, password) password 267 ext/openssl/openssl.c ZEND_ARG_INFO(0, password) password 389 ext/openssl/openssl.c ZEND_ARG_INFO(0, password) password 397 ext/openssl/openssl.c ZEND_ARG_INFO(0, password) password 4023 ext/openssl/openssl.c char *password; password 4034 ext/openssl/openssl.c &password, &password_len, password 4058 ext/openssl/openssl.c PHP_OPENSSL_CHECK_SIZE_T_TO_INT(password_len, password); password 4063 ext/openssl/openssl.c if (PKCS5_PBKDF2_HMAC(password, (int)password_len, (unsigned char *)salt, (int)salt_len, (int)iterations, digest, (int)key_length, (unsigned char*)ZSTR_VAL(out_buffer)) == 1) { password 5236 ext/openssl/openssl.c char *data, *method, *password, *iv = ""; password 5245 ext/openssl/openssl.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "sss|ls", &data, &data_len, &method, &method_len, &password, &password_len, &options, &iv, &iv_len) == FAILURE) { password 5260 ext/openssl/openssl.c memcpy(key, password, password_len); password 5262 ext/openssl/openssl.c key = (unsigned char*)password; password 5276 ext/openssl/openssl.c PHP_OPENSSL_CHECK_SIZE_T_TO_INT(password_len, password); password 5304 ext/openssl/openssl.c if (key != (unsigned char*)password) { password 5319 ext/openssl/openssl.c char *data, *method, *password, *iv = ""; password 5329 ext/openssl/openssl.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "sss|ls", &data, &data_len, &method, &method_len, &password, &password_len, &options, &iv, &iv_len) == FAILURE) { password 5360 ext/openssl/openssl.c memcpy(key, password, password_len); password 5362 ext/openssl/openssl.c key = (unsigned char*)password; password 5372 ext/openssl/openssl.c PHP_OPENSSL_CHECK_SIZE_T_TO_INT(password_len, password); password 5390 ext/openssl/openssl.c if (key != (unsigned char*)password) { password 205 ext/pdo/pdo_dbh.c char *username=NULL, *password=NULL; password 215 ext/pdo/pdo_dbh.c &username, &usernamelen, &password, &passwordlen, &options)) { password 280 ext/pdo/pdo_dbh.c password ? password : "", password 287 ext/pdo/pdo_dbh.c password ? password : ""); password 337 ext/pdo/pdo_dbh.c dbh->password = password ? pestrdup(password, is_persistent) : NULL; password 343 ext/pdo/pdo_dbh.c if (!dbh->data_source || (username && !dbh->username) || (password && !dbh->password)) { password 1525 ext/pdo/pdo_dbh.c if (dbh->password) { password 1526 ext/pdo/pdo_dbh.c pefree(dbh->password, dbh->is_persistent); password 434 ext/pdo/php_pdo_driver.h char *username, *password; password 390 ext/pdo_dblib/dblib_driver.c if (dbh->password) { password 391 ext/pdo_dblib/dblib_driver.c if(FAIL == DBSETLPWD(H->login, dbh->password)) { password 668 ext/pdo_firebird/firebird_driver.c char const *dpb_values[] = { dbh->username, dbh->password, vars[1].optval, vars[2].optval }; password 768 ext/pdo_mysql/mysql_driver.c if (dbh->password) { password 769 ext/pdo_mysql/mysql_driver.c password_len = strlen(dbh->password); password 772 ext/pdo_mysql/mysql_driver.c if (mysqlnd_connect(H->server, host, dbh->username, dbh->password, password_len, dbname, dbname_len, password 775 ext/pdo_mysql/mysql_driver.c if (mysql_real_connect(H->server, host, dbh->username, dbh->password, dbname, port, unix_socket, connect_opts) == NULL) { password 678 ext/pdo_oci/oci_driver.c if (dbh->password) { password 680 ext/pdo_oci/oci_driver.c dbh->password, (ub4) strlen(dbh->password), password 451 ext/pdo_odbc/odbc_driver.c spprintf(&dsn, 0, "%s;UID=%s;PWD=%s", dbh->data_source, dbh->username, dbh->password); password 460 ext/pdo_odbc/odbc_driver.c rc = SQLConnect(H->dbc, (char*)dbh->data_source, SQL_NTS, dbh->username, SQL_NTS, dbh->password, SQL_NTS); password 1217 ext/pdo_pgsql/pgsql_driver.c tmp_pass = _pdo_pgsql_escape_credentials(dbh->password); password 37 ext/soap/php_http.c zval *login, *password; password 46 ext/soap/php_http.c if ((password = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_proxy_password", sizeof("_proxy_password")-1)) != NULL && password 47 ext/soap/php_http.c Z_TYPE_P(password) == IS_STRING) { password 48 ext/soap/php_http.c smart_str_appendl(&auth, Z_STRVAL_P(password), Z_STRLEN_P(password)); password 65 ext/soap/php_http.c zval *login, *password; password 75 ext/soap/php_http.c if ((password = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_password", sizeof("_password")-1)) != NULL && password 76 ext/soap/php_http.c Z_TYPE_P(password) == IS_STRING) { password 77 ext/soap/php_http.c smart_str_appendl(&auth, Z_STRVAL_P(password), Z_STRLEN_P(password)); password 531 ext/soap/php_http.c zval *cookies, *login, *password; password 668 ext/soap/php_http.c if ((password = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_password", sizeof("_password")-1)) != NULL && password 669 ext/soap/php_http.c Z_TYPE_P(password) == IS_STRING) { password 670 ext/soap/php_http.c PHP_MD5Update(&md5ctx, (unsigned char*)Z_STRVAL_P(password), Z_STRLEN_P(password)); password 783 ext/soap/php_http.c if ((password = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_password", sizeof("_password")-1)) != NULL && password 784 ext/soap/php_http.c Z_TYPE_P(password) == IS_STRING) { password 785 ext/soap/php_http.c smart_str_appendl(&auth, Z_STRVAL_P(password), Z_STRLEN_P(password)); password 1137 ext/soap/php_http.c zval *digest, *login, *password; password 1146 ext/soap/php_http.c (password = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_password", sizeof("_password")-1)) != NULL && password 1147 ext/soap/php_http.c Z_TYPE_P(password) == IS_STRING) { password 1834 ext/standard/basic_functions.c ZEND_ARG_INFO(0, password) password 1847 ext/standard/basic_functions.c ZEND_ARG_INFO(0, password) password 3634 ext/standard/basic_functions.c BASIC_MINIT_SUBMODULE(password) password 154 ext/standard/crypt.c PHPAPI zend_string *php_crypt(const char *password, const int pass_len, const char *salt, int salt_len, zend_bool quiet) password 167 ext/standard/crypt.c out = php_md5_crypt_r(password, salt, output); password 176 ext/standard/crypt.c crypt_res = php_sha512_crypt_r(password, salt, output, PHP_MAX_SALT_LEN); password 191 ext/standard/crypt.c crypt_res = php_sha256_crypt_r(password, salt, output, PHP_MAX_SALT_LEN); password 210 ext/standard/crypt.c crypt_res = php_crypt_blowfish_rn(password, salt, output, sizeof(output)); password 238 ext/standard/crypt.c crypt_res = _crypt_extended_r(password, salt, &buffer); password 265 ext/standard/crypt.c crypt_res = crypt_r(password, salt, &buffer); password 39 ext/standard/password.c PHP_MINIT_FUNCTION(password) /* {{{ */ password 230 ext/standard/password.c char *password, *hash; password 233 ext/standard/password.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss", &password, &password_len, &hash, &hash_len) == FAILURE) { password 236 ext/standard/password.c if ((ret = php_crypt(password, (int)password_len, hash, (int)hash_len, 1)) == NULL) { password 264 ext/standard/password.c char hash_format[8], *hash, *salt, *password; password 273 ext/standard/password.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "sl|H", &password, &password_len, &algo, &options) == FAILURE) { password 371 ext/standard/password.c if ((result = php_crypt(password, (int)password_len, hash, hash_len, 1)) == NULL) { password 26 ext/standard/php_crypt.h PHPAPI zend_string *php_crypt(const char *password, const int pass_len, const char *salt, int salt_len, zend_bool quiet); password 29 ext/standard/php_password.h PHP_MINIT_FUNCTION(password); password 39 ext/zip/lib/zip_fopen_encrypted.c zip_fopen_encrypted(zip_t *za, const char *fname, zip_flags_t flags, const char *password) password 46 ext/zip/lib/zip_fopen_encrypted.c return zip_fopen_index_encrypted(za, (zip_uint64_t)idx, flags, password); password 45 ext/zip/lib/zip_fopen_index_encrypted.c const char *password) password 50 ext/zip/lib/zip_fopen_index_encrypted.c if ((src=_zip_source_zip_new(za, za, index, flags, 0, 0, password)) == NULL) password 61 ext/zip/lib/zip_source_pkware.c zip_uint16_t em, int flags, const char *password) password 66 ext/zip/lib/zip_source_pkware.c if (password == NULL || src == NULL || em != ZIP_EM_TRAD_PKWARE) { password 85 ext/zip/lib/zip_source_pkware.c decrypt(ctx, NULL, (const zip_uint8_t *)password, strlen(password), 1); password 41 ext/zip/lib/zip_source_zip_new.c _zip_source_zip_new(zip_t *za, zip_t *srcza, zip_uint64_t srcidx, zip_flags_t flags, zip_uint64_t start, zip_uint64_t len, const char *password) password 84 ext/zip/lib/zip_source_zip_new.c if (password == NULL) { password 138 ext/zip/lib/zip_source_zip_new.c s2 = enc_impl(za, src, st.encryption_method, 0, password); password 1464 ext/zip/php_zip.c char *password; password 1473 ext/zip/php_zip.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &password, &password_len) == FAILURE) { password 1480 ext/zip/php_zip.c int res = zip_set_default_password(intern, (const char *)password); password 2805 ext/zip/php_zip.c ZEND_ARG_INFO(0, password)