password           39 ext/com_dotnet/com_com.c 	char *user_name = NULL, *domain_name = NULL, *password = NULL;
password           98 ext/com_dotnet/com_com.c 			password = Z_STRVAL_PP(tmp);
password          134 ext/com_dotnet/com_com.c 			if (password) {
password          135 ext/com_dotnet/com_com.c 				authid.Password = (OLECHAR*)password;
password           65 ext/ftp/php_ftp.c 	ZEND_ARG_INFO(0, password)
password          936 ext/hash/hash.c 	char *password, *salt;
password          940 ext/hash/hash.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lssl", &algorithm, &password, &password_len, &salt, &salt_len, &l_bytes) == FAILURE) {
password          985 ext/hash/hash.c 					ops->hash_update(context, (unsigned char *)password, password_len);
password         1193 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         2976 ext/ldap/ldap.c 	ZEND_ARG_INFO(0, password)
password           54 ext/mssql/php_mssql.c 	ZEND_ARG_INFO(0, password)
password          142 ext/mysql/php_mysql.c 	ZEND_ARG_INFO(0, password)
password          150 ext/mysql/php_mysql.c 	ZEND_ARG_INFO(0, password)
password          639 ext/mysqli/mysqli_api.c 	char		*user, *password, *dbname;
password          646 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Osss", &mysql_link, mysqli_link_class_entry, &user, &user_len, &password, &password_len, &dbname, &dbname_len) == FAILURE) {
password          656 ext/mysqli/mysqli_api.c 	rc = mysqlnd_change_user_ex(mysql->mysql, user, password, dbname, FALSE, (size_t) password_len);
password          658 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          140 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 TSRMLS_DC);
password          141 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 TSRMLS_DC);
password          142 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 TSRMLS_DC);
password          143 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, char *hash_key, int hash_key_len, int charsetid TSRMLS_DC);
password          386 ext/oci8/oci8.c 	ZEND_ARG_INFO(0, password)
password          394 ext/oci8/oci8.c 	ZEND_ARG_INFO(0, password)
password          402 ext/oci8/oci8.c 	ZEND_ARG_INFO(0, password)
password         1758 ext/oci8/oci8.c 	char *username, *password;
password         1765 ext/oci8/oci8.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|ssl", &username, &username_len, &password, &password_len, &dbname, &dbname_len, &charset, &charset_len, &session_mode) == FAILURE) {
password         1779 ext/oci8/oci8.c 	connection = php_oci_do_connect_ex(username, username_len, password, password_len, NULL, 0, dbname, dbname_len, charset, session_mode, persistent, exclusive TSRMLS_CC);
password         1801 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, long session_mode, int persistent, int exclusive TSRMLS_DC)
password         1891 ext/oci8/oci8.c 		password_hash = zend_inline_hash_func(password, password_len);
password         1967 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, session_mode TSRMLS_CC)) {
password         2124 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 TSRMLS_CC))==NULL)
password         2150 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, session_mode TSRMLS_CC)) {
password         2156 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, session_mode TSRMLS_CC)) {
password         2828 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, char *hash_key, int hash_key_len, int charsetid TSRMLS_DC)
password         2933 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         2965 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 TSRMLS_DC)
password         2984 ext/oci8/oci8.c 		password_hash = zend_inline_hash_func(password, password_len);
password         3004 ext/oci8/oci8.c 		session_pool = php_oci_create_spool(username, username_len, password, password_len, dbname, dbname_len, spool_hashed_details.c, spool_hashed_details.len, charsetid TSRMLS_CC);
password         3070 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 TSRMLS_DC)
password         3137 ext/oci8/oci8.c 	if (password) {
password         3138 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         3191 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         3253 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 TSRMLS_DC)
password         3264 ext/oci8/oci8.c 		!(connection->private_spool = php_oci_create_spool(username, username_len, password, password_len, dbname, dbname_len, NULL, 0, connection->charset TSRMLS_CC))) {
password          410 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, long session_mode, int persistent, int exclusive TSRMLS_DC);
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          263 ext/openssl/openssl.c 	ZEND_ARG_INFO(0, password)
password          383 ext/openssl/openssl.c 	ZEND_ARG_INFO(0, password)
password          391 ext/openssl/openssl.c 	ZEND_ARG_INFO(0, password)
password         3987 ext/openssl/openssl.c 	char *password; int password_len;
password         3995 ext/openssl/openssl.c 				&password, &password_len,
password         4020 ext/openssl/openssl.c 	if (PKCS5_PBKDF2_HMAC(password, password_len, (unsigned char *)salt, salt_len, iterations, digest, key_length, out_buffer) == 1) {
password         5170 ext/openssl/openssl.c 	char *data, *method, *password, *iv = "";
password         5178 ext/openssl/openssl.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sss|ls", &data, &data_len, &method, &method_len, &password, &password_len, &options, &iv, &iv_len) == FAILURE) {
password         5191 ext/openssl/openssl.c 		memcpy(key, password, password_len);
password         5193 ext/openssl/openssl.c 		key = (unsigned char*)password;
password         5234 ext/openssl/openssl.c 	if (key != (unsigned char*)password) {
password         5249 ext/openssl/openssl.c 	char *data, *method, *password, *iv = "";
password         5259 ext/openssl/openssl.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sss|ls", &data, &data_len, &method, &method_len, &password, &password_len, &options, &iv, &iv_len) == FAILURE) {
password         5288 ext/openssl/openssl.c 		memcpy(key, password, password_len);
password         5290 ext/openssl/openssl.c 		key = (unsigned char*)password;
password         5316 ext/openssl/openssl.c 	if (key != (unsigned char*)password) {
password          209 ext/pdo/pdo_dbh.c 	char *username=NULL, *password=NULL;
password          217 ext/pdo/pdo_dbh.c 				&username, &usernamelen, &password, &passwordlen, &options)) {
password          288 ext/pdo/pdo_dbh.c 						password ? password : "",
password          302 ext/pdo/pdo_dbh.c 						password ? password : "");
password          374 ext/pdo/pdo_dbh.c 		dbh->password = password ? pestrdup(password, is_persistent) : NULL;
password          380 ext/pdo/pdo_dbh.c 	if (!dbh->data_source || (username && !dbh->username) || (password && !dbh->password)) {
password         1530 ext/pdo/pdo_dbh.c 	if (dbh->password) {
password         1531 ext/pdo/pdo_dbh.c 		pefree(dbh->password, dbh->is_persistent);
password          452 ext/pdo/php_pdo_driver.h 	char *username, *password;
password          338 ext/pdo_dblib/dblib_driver.c 	if (dbh->password) {
password          339 ext/pdo_dblib/dblib_driver.c 		if(FAIL == DBSETLPWD(H->login, dbh->password)) {
password          660 ext/pdo_firebird/firebird_driver.c 		char const *dpb_values[] = { dbh->username, dbh->password, vars[1].optval, vars[2].optval };
password          763 ext/pdo_mysql/mysql_driver.c 	if (dbh->password) {
password          764 ext/pdo_mysql/mysql_driver.c 		password_len = strlen(dbh->password);
password          767 ext/pdo_mysql/mysql_driver.c 	if (mysqlnd_connect(H->server, host, dbh->username, dbh->password, password_len, dbname, dbname_len,
password          770 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          673 ext/pdo_oci/oci_driver.c 	if (dbh->password) {
password          675 ext/pdo_oci/oci_driver.c 			   	dbh->password, 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 TSRMLS_CC);
password           37 ext/soap/php_http.c 	zval **login, **password;
password           47 ext/soap/php_http.c 		if (zend_hash_find(Z_OBJPROP_P(this_ptr), "_proxy_password", sizeof("_proxy_password"), (void **)&password) == SUCCESS &&
password           48 ext/soap/php_http.c 		    Z_TYPE_PP(password) == IS_STRING) {
password           49 ext/soap/php_http.c 			smart_str_appendl(&auth, Z_STRVAL_PP(password), Z_STRLEN_PP(password));
password           66 ext/soap/php_http.c 	zval **login, **password;
password           77 ext/soap/php_http.c 		if (zend_hash_find(Z_OBJPROP_P(this_ptr), "_password", sizeof("_password"), (void **)&password) == SUCCESS &&
password           78 ext/soap/php_http.c 		    Z_TYPE_PP(password) == IS_STRING) {
password           79 ext/soap/php_http.c 			smart_str_appendl(&auth, Z_STRVAL_PP(password), Z_STRLEN_PP(password));
password          529 ext/soap/php_http.c 		zval **cookies, **login, **password;
password          666 ext/soap/php_http.c 					if (zend_hash_find(Z_OBJPROP_P(this_ptr), "_password", sizeof("_password"), (void **)&password) == SUCCESS &&
password          667 ext/soap/php_http.c 					    Z_TYPE_PP(password) == IS_STRING) {
password          668 ext/soap/php_http.c 						PHP_MD5Update(&md5ctx, (unsigned char*)Z_STRVAL_PP(password), Z_STRLEN_PP(password));
password          792 ext/soap/php_http.c 				if (zend_hash_find(Z_OBJPROP_P(this_ptr), "_password", sizeof("_password"), (void **)&password) == SUCCESS &&
password          793 ext/soap/php_http.c 				    Z_TYPE_PP(password) == IS_STRING) {
password          794 ext/soap/php_http.c 					smart_str_appendl(&auth, Z_STRVAL_PP(password), Z_STRLEN_PP(password));
password         1140 ext/soap/php_http.c 		zval **digest, **login, **password;
password         1149 ext/soap/php_http.c 		    zend_hash_find(Z_OBJPROP_P(this_ptr), "_password", sizeof("_password"), (void **)&password) == SUCCESS &&
password         1150 ext/soap/php_http.c 		    Z_TYPE_PP(password) == IS_STRING) {
password         1839 ext/standard/basic_functions.c 	ZEND_ARG_INFO(0, password)
password         1852 ext/standard/basic_functions.c 	ZEND_ARG_INFO(0, password)
password         3624 ext/standard/basic_functions.c 	BASIC_MINIT_SUBMODULE(password)
password          148 ext/standard/crypt.c PHPAPI int php_crypt(const char *password, const int pass_len, const char *salt, int salt_len, char **result)
password          160 ext/standard/crypt.c 			out = php_md5_crypt_r(password, salt, output);
password          170 ext/standard/crypt.c 			crypt_res = php_sha512_crypt_r(password, salt, output, PHP_MAX_SALT_LEN);
password          185 ext/standard/crypt.c 			crypt_res = php_sha256_crypt_r(password, salt, output, PHP_MAX_SALT_LEN);
password          207 ext/standard/crypt.c 			crypt_res = php_crypt_blowfish_rn(password, salt, output, sizeof(output));
password          220 ext/standard/crypt.c 			crypt_res = _crypt_extended_r(password, salt, &buffer);
password          241 ext/standard/crypt.c 		crypt_res = crypt_r(password, salt, &buffer);
password           38 ext/standard/password.c PHP_MINIT_FUNCTION(password) /* {{{ */
password          277 ext/standard/password.c 	char *ret, *password, *hash;
password          279 ext/standard/password.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &password, &password_len, &hash, &hash_len) == FAILURE) {
password          282 ext/standard/password.c 	if (php_crypt(password, password_len, hash, hash_len, &ret) == FAILURE) {
password          310 ext/standard/password.c 	char hash_format[8], *hash, *salt, *password, *result;
password          317 ext/standard/password.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sl|H", &password, &password_len, &algo, &options) == FAILURE) {
password          438 ext/standard/password.c 	if (php_crypt(password, password_len, hash, hash_len, &result) == FAILURE) {
password           26 ext/standard/php_crypt.h PHPAPI int php_crypt(const char *password, const int pass_len, const char *salt, int salt_len, char **result);
password           29 ext/standard/php_password.h PHP_MINIT_FUNCTION(password);
password           48 ext/sybase_ct/php_sybase_ct.c 	ZEND_ARG_INFO(0, password)
password           57 ext/sybase_ct/php_sybase_ct.c 	ZEND_ARG_INFO(0, password)
password           41 ext/zip/lib/zip_fopen_encrypted.c zip_fopen_encrypted(struct zip *za, const char *fname, zip_flags_t flags, const char *password)
password           48 ext/zip/lib/zip_fopen_encrypted.c     return zip_fopen_index_encrypted(za, (zip_uint64_t)idx, flags, password);
password           48 ext/zip/lib/zip_fopen_index_encrypted.c 			  const char *password)
password           53 ext/zip/lib/zip_fopen_index_encrypted.c     if ((src=_zip_source_zip_new(za, za, index, flags, 0, 0, password)) == NULL)
password           65 ext/zip/lib/zip_source_pkware.c 		  zip_uint16_t em, int flags, const char *password)
password           70 ext/zip/lib/zip_source_pkware.c     if (password == NULL || src == NULL || em != ZIP_EM_TRAD_PKWARE) {
password           89 ext/zip/lib/zip_source_pkware.c     decrypt(ctx, NULL, (const zip_uint8_t *)password, strlen(password), 1);
password           44 ext/zip/lib/zip_source_zip_new.c 		    zip_uint64_t start, zip_uint64_t len, const char *password)
password           87 ext/zip/lib/zip_source_zip_new.c 	if (password == NULL) {
password          135 ext/zip/lib/zip_source_zip_new.c 	    if ((s2=enc_impl(za, src, st.encryption_method, 0, password)) == NULL) {
password         1585 ext/zip/php_zip.c 	char *password;
password         1594 ext/zip/php_zip.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &password, &password_len) == FAILURE) {
password         1601 ext/zip/php_zip.c 		int res = zip_set_default_password(intern, (const char *)password);
password         2848 ext/zip/php_zip.c 	ZEND_ARG_INFO(0, password)