Home
last modified time | relevance | path

Searched defs:password (Results 1 – 25 of 28) sorted by relevance

12

/PHP-8.1/ext/standard/
H A Dpassword.c154 static bool php_password_bcrypt_verify(const zend_string *password, const zend_string *hash) { in php_password_bcrypt_verify()
180 static zend_string* php_password_bcrypt_hash(const zend_string *password, zend_array *options) { in php_password_bcrypt_hash()
306 static zend_string *php_password_argon2_hash(const zend_string *password, zend_array *options, argo… in php_password_argon2_hash()
388 static bool php_password_argon2i_verify(const zend_string *password, const zend_string *hash) { in php_password_argon2i_verify()
392 static zend_string *php_password_argon2i_hash(const zend_string *password, zend_array *options) { in php_password_argon2i_hash()
407 static bool php_password_argon2id_verify(const zend_string *password, const zend_string *hash) { in php_password_argon2id_verify()
411 static zend_string *php_password_argon2id_hash(const zend_string *password, zend_array *options) { in php_password_argon2id_hash()
425 PHP_MINIT_FUNCTION(password) /* {{{ */ in PHP_MINIT_FUNCTION() argument
460 PHP_MSHUTDOWN_FUNCTION(password) /* {{{ */ in PHP_MSHUTDOWN_FUNCTION() argument
631 zend_string *password, *hash; in PHP_FUNCTION() local
[all …]
H A Dcrypt.c82 PHPAPI zend_string *php_crypt(const char *password, const int pass_len, const char *salt, int salt_… in php_crypt()
/PHP-8.1/ext/sodium/
H A Dsodium_pwhash.c72 static zend_string *php_sodium_argon2_hash(const zend_string *password, zend_array *options, int al… in php_sodium_argon2_hash()
98 static bool php_sodium_argon2_verify(const zend_string *password, const zend_string *hash) { in php_sodium_argon2_verify()
145 static zend_string *php_sodium_argon2i_hash(const zend_string *password, zend_array *options) { in php_sodium_argon2i_hash()
160 static zend_string *php_sodium_argon2id_hash(const zend_string *password, zend_array *options) { in php_sodium_argon2id_hash()
H A Dlibsodium.stub.php119 function sodium_crypto_pwhash(int $length, string $password, string $salt, int $opslimit, int $meml…
121 function sodium_crypto_pwhash_str(string $password, int $opslimit, int $memlimit): string {}
123 function sodium_crypto_pwhash_str_verify(string $hash, string $password): bool {}
127 function sodium_crypto_pwhash_str_needs_rehash(string $password, int $opslimit, int $memlimit): boo…
131 function sodium_crypto_pwhash_scryptsalsa208sha256(int $length, string $password, string $salt, int…
133 function sodium_crypto_pwhash_scryptsalsa208sha256_str(string $password, int $opslimit, int $memlim…
135 function sodium_crypto_pwhash_scryptsalsa208sha256_str_verify(string $hash, string $password): bool…
/PHP-8.1/ext/oci8/
H A Doci8.c870 char *username, *password; in php_oci_do_connect() local
918 php_oci_connection *php_oci_do_connect_ex(char *username, int username_len, char *password, int pas… in php_oci_do_connect_ex()
1990 static php_oci_spool *php_oci_create_spool(char *username, int username_len, char *password, int pa… in php_oci_create_spool()
2127 static php_oci_spool *php_oci_get_spool(char *username, int username_len, char *password, int passw… in php_oci_get_spool()
2234 …ion, char *dbname, int dbname_len, char *username, int username_len, char *password, int password_… in php_oci_old_create_session()
2424 …ool, char *dbname, int dbname_len, char *username, int username_len, char *password, int password_… in php_oci_create_session()
H A Doci8.stub.php298 function oci_new_connect(string $username, string $password, ?string $connection_string = null, str…
305 function ocinlogon(string $username, string $password, ?string $connection_string = null, string $e…
310 function oci_connect(string $username, string $password, ?string $connection_string = null, string …
317 function ocilogon(string $username, string $password, ?string $connection_string = null, string $en…
320 function oci_pconnect(string $username, string $password, ?string $connection_string = null, string…
327 function ociplogon(string $username, string $password, ?string $connection_string = null, string $e…
/PHP-8.1/ext/soap/
H A Dphp_http.c42 zval *password = Z_CLIENT_PROXY_PASSWORD_P(this_ptr); in proxy_authentication() local
68 zval *password = Z_CLIENT_PASSWORD_P(this_ptr); in basic_authentication() local
536 zval *cookies, *login, *password; in make_http_soap_request() local
1152 zval *password = Z_CLIENT_PASSWORD_P(this_ptr); in make_http_soap_request() local
/PHP-8.1/ext/hash/
H A Dhash.stub.php47 function hash_pbkdf2(string $algo, string $password, string $salt, int $iterations, int $length = 0…
68 function mhash_keygen_s2k(int $algo, string $password, string $salt, int $length): string|false {}
H A Dhash.c1299 char *password, *salt; in PHP_FUNCTION() local
/PHP-8.1/ext/zip/
H A Dphp_zip.stub.php86 public function setPassword(string $password): bool {}
219 public function setEncryptionName(string $name, int $method, ?string $password = null): bool {}
222 public function setEncryptionIndex(int $index, int $method, ?string $password = null): bool {}
H A Dphp_zip.c1514 char *password; local
2284 char *name, *password = NULL; local
2318 char *password = NULL; local
/PHP-8.1/ext/pdo/
H A Dpdo_dbh.stub.php8 …public function __construct(string $dsn, ?string $username = null, ?string $password = null, ?arra…
H A Dpdo_dbh.c230 char *username=NULL, *password=NULL; in PHP_METHOD() local
H A Dphp_pdo_driver.h430 char *username, *password; member
/PHP-8.1/ext/ldap/
H A Dldap.stub.php36 …ect(?string $uri = null, int $port = 389, string $wallet = UNKNOWN, string $password = UNKNOWN, in…
46 function ldap_bind(LDAP\Connection $ldap, ?string $dn = null, ?string $password = null): bool {}
48 …function ldap_bind_ext(LDAP\Connection $ldap, ?string $dn = null, ?string $password = null, ?array…
51 …function ldap_sasl_bind(LDAP\Connection $ldap, ?string $dn = null, ?string $password = null, ?stri…
/PHP-8.1/ext/mysqli/
H A Dmysqli.stub.php134 ?string $password = null,
156 public function change_user(string $username, string $password, ?string $database): bool {}
185 ?string $password = null,
301 ?string $password = null,
754 function mysqli_change_user(mysqli $mysql, string $username, string $password, ?string $database): …
768 ?string $password = null,
947 ?string $password = null,
/PHP-8.1/ext/odbc/
H A Dodbc.stub.php73 function odbc_connect(string $dsn, string $user, string $password, int $cursor_option = SQL_CUR_USE…
76 function odbc_pconnect(string $dsn, string $user, string $password, int $cursor_option = SQL_CUR_US…
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_auth.c529 …nd_uchar * const buffer, const zend_uchar * const scramble, const zend_uchar * const password, con… in php_mysqlnd_scramble()
979 …nd_uchar * const buffer, const zend_uchar * const scramble, const zend_uchar * const password, con… in php_mysqlnd_scramble_sha2()
H A Dmysqlnd_wireprotocol.h285 zend_uchar * password; member
H A Dmysqlnd_connection.c2313 MYSQLND_CSTRING password = { passwd, passwd_len }; local
/PHP-8.1/ext/ftp/
H A Dftp.stub.php25 function ftp_login(FTP\Connection $ftp, string $username, string $password): bool {}
/PHP-8.1/ext/com_dotnet/
H A Dcom_com.c37 zend_string *user_name = NULL, *password = NULL, *domain_name = NULL; in PHP_METHOD() local
/PHP-8.1/ext/openssl/
H A Dopenssl.c3589 struct php_openssl_pem_password *password = userdata; in php_openssl_pem_password_cb() local
3728 struct php_openssl_pem_password password; in php_openssl_pkey_from_zval() local
5226 char *password; in PHP_FUNCTION() local
7514 const char *password, size_t password_len, in php_openssl_encrypt()
7606 char *data, *method, *password, *iv = "", *aad = ""; in PHP_FUNCTION() local
7627 const char *password, size_t password_len, in php_openssl_decrypt()
7707 char *data, *method, *password, *iv = "", *tag = NULL, *aad = ""; in PHP_FUNCTION() local
H A Dopenssl.stub.php130 function openssl_pbkdf2(string $password, string $salt, int $key_length, int $iterations, string $d…
/PHP-8.1/ext/imap/
H A Dphp_imap.stub.php18 …function imap_open(string $mailbox, string $user, string $password, int $flags = 0, int $retries =…

Completed in 162 milliseconds

12