Searched refs:pass_len (Results 1 – 9 of 9) sorted by relevance
/PHP-7.3/ext/standard/ |
H A D | php_crypt.h | 24 PHPAPI zend_string *php_crypt(const char *password, const int pass_len, const char *salt, int salt_…
|
H A D | crypt.c | 106 PHPAPI zend_string *php_crypt(const char *password, const int pass_len, const char *salt, int salt_… in php_crypt() argument
|
/PHP-7.3/ext/mysqlnd/ |
H A D | mysqlnd_auth.h | 115 …t buffer, const zend_uchar * const scramble, const zend_uchar * const pass, const size_t pass_len);
|
H A D | mysqlnd.h | 87 #define mysqlnd_connect(conn, host, user, pass, pass_len, db, db_len, port, socket, mysql_flags, cl… argument 88 …mysqlnd_connection_connect((conn), (host), (user), (pass), (pass_len), (db), (db_len), (port), (so…
|
/PHP-7.3/ext/ftp/ |
H A D | ftp.h | 110 …n(ftpbuf_t *ftp, const char *user, const size_t user_len, const char *pass, const size_t pass_len);
|
H A D | php_ftp.c | 444 size_t user_len, pass_len; in PHP_FUNCTION() local 446 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rss", &z_ftp, &user, &user_len, &pass, &pass_len) == F… in PHP_FUNCTION() 455 if (!ftp_login(ftp, user, user_len, pass, pass_len)) { in PHP_FUNCTION()
|
H A D | ftp.c | 238 …in(ftpbuf_t *ftp, const char *user, const size_t user_len, const char *pass, const size_t pass_len) in ftp_login() argument 374 if (!ftp_putcmd(ftp, "PASS", sizeof("PASS")-1, pass, pass_len)) { in ftp_login()
|
/PHP-7.3/ext/hash/ |
H A D | hash.c | 722 size_t algo_len, pass_len, salt_len = 0; in PHP_FUNCTION() local 727 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "sssl|lb", &algo, &algo_len, &pass, &pass_len, &salt, &… in PHP_FUNCTION() 765 php_hash_hmac_prep_key(K1, ops, context, (unsigned char *) pass, pass_len); in PHP_FUNCTION()
|
/PHP-7.3/ext/openssl/ |
H A D | openssl.c | 2784 size_t pass_len; in PHP_FUNCTION() local 2791 …NUM_ARGS(), "zpzs|a", &zcert, &filename, &filename_len, &zpkey, &pass, &pass_len, &args) == FAILUR… in PHP_FUNCTION() 2879 size_t pass_len; in PHP_FUNCTION() local 2884 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "zz/zs|a", &zcert, &zout, &zpkey, &pass, &pass_len, &ar… in PHP_FUNCTION() 2957 size_t pass_len, zp12_len; in PHP_FUNCTION() local 2965 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "sz/s", &zp12, &zp12_len, &zout, &pass, &pass_len) == F… in PHP_FUNCTION()
|
Completed in 45 milliseconds