Home
last modified time | relevance | path

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

12

/PHP-8.0/ext/standard/
H A Dpassword.c154 static zend_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()
301 static zend_string *php_password_argon2_hash(const zend_string *password, zend_array *options, argo… in php_password_argon2_hash()
383 static zend_bool php_password_argon2i_verify(const zend_string *password, const zend_string *hash) { in php_password_argon2i_verify()
387 static zend_string *php_password_argon2i_hash(const zend_string *password, zend_array *options) { in php_password_argon2i_hash()
402 static zend_bool php_password_argon2id_verify(const zend_string *password, const zend_string *hash)… in php_password_argon2id_verify()
406 static zend_string *php_password_argon2id_hash(const zend_string *password, zend_array *options) { in php_password_argon2id_hash()
420 PHP_MINIT_FUNCTION(password) /* {{{ */ in PHP_MINIT_FUNCTION() argument
455 PHP_MSHUTDOWN_FUNCTION(password) /* {{{ */ in PHP_MSHUTDOWN_FUNCTION() argument
626 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.0/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 zend_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.php88 function sodium_crypto_pwhash(int $length, string $password, string $salt, int $opslimit, int $meml…
90 function sodium_crypto_pwhash_str(string $password, int $opslimit, int $memlimit): string {}
92 function sodium_crypto_pwhash_str_verify(string $hash, string $password): bool {}
96 function sodium_crypto_pwhash_str_needs_rehash(string $password, int $opslimit, int $memlimit): boo…
100 function sodium_crypto_pwhash_scryptsalsa208sha256(int $length, string $password, string $salt, int…
102 function sodium_crypto_pwhash_scryptsalsa208sha256_str(string $password, int $opslimit, int $memlim…
104 function sodium_crypto_pwhash_scryptsalsa208sha256_str_verify(string $hash, string $password): bool…
/PHP-8.0/ext/oci8/
H A Doci8.c864 char *username, *password; in php_oci_do_connect() local
912 php_oci_connection *php_oci_do_connect_ex(char *username, int username_len, char *password, int pas… in php_oci_do_connect_ex()
1984 static php_oci_spool *php_oci_create_spool(char *username, int username_len, char *password, int pa… in php_oci_create_spool()
2121 static php_oci_spool *php_oci_get_spool(char *username, int username_len, char *password, int passw… in php_oci_get_spool()
2228 …ion, char *dbname, int dbname_len, char *username, int username_len, char *password, int password_… in php_oci_old_create_session()
2418 …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.0/ext/hash/
H A Dhash.stub.php31 function hash_pbkdf2(string $algo, string $password, string $salt, int $iterations, int $length = 0…
42 function mhash_keygen_s2k(int $algo, string $password, string $salt, int $length): string|false {}
H A Dhash.c1282 char *password, *salt; in PHP_FUNCTION() local
/PHP-8.0/ext/soap/
H A Dphp_http.c36 zval *login, *password; in proxy_authentication() local
64 zval *login, *password; in basic_authentication() local
538 zval *cookies, *login, *password; in make_http_soap_request() local
1167 zval *digest, *login, *password; in make_http_soap_request() local
/PHP-8.0/ext/mysqli/
H A Dmysqli.stub.php14 ?string $password = null,
36 public function change_user(string $username, string $password, ?string $database) {}
64 ?string $password = null,
177 ?string $password = null,
530 function mysqli_change_user(mysqli $mysql, string $username, string $password, ?string $database): …
541 ?string $password = null,
663 ?string $password = null,
/PHP-8.0/ext/pdo/
H A Dpdo_dbh.stub.php7 …public function __construct(string $dsn, ?string $username = null, ?string $password = null, ?arra…
H A Dpdo_dbh.c232 char *username=NULL, *password=NULL; in PHP_METHOD() local
H A Dphp_pdo_driver.h439 char *username, *password; member
/PHP-8.0/ext/zip/
H A Dphp_zip.stub.php73 public function setPassword(string $password) {}
206 public function setEncryptionName(string $name, int $method, ?string $password = null) {}
209 public function setEncryptionIndex(int $index, int $method, ?string $password = null) {}
H A Dphp_zip.c1505 char *password; local
2275 char *name, *password = NULL; local
2309 char *password = NULL; local
/PHP-8.0/ext/ldap/
H A Dldap.stub.php7 …ect(?string $uri = null, int $port = 389, string $wallet = UNKNOWN, string $password = UNKNOWN, in…
23 function ldap_bind($ldap, ?string $dn = null, ?string $password = null): bool {}
29 function ldap_bind_ext($ldap, ?string $dn = null, ?string $password = null, ?array $controls = null…
33 function ldap_sasl_bind($ldap, ?string $dn = null, ?string $password = null, ?string $mech = null, …
/PHP-8.0/ext/odbc/
H A Dodbc.stub.php70 function odbc_connect(string $dsn, string $user, string $password, int $cursor_option = SQL_CUR_USE…
73 function odbc_pconnect(string $dsn, string $user, string $password, int $cursor_option = SQL_CUR_US…
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_auth.c547 …nd_uchar * const buffer, const zend_uchar * const scramble, const zend_uchar * const password, con… in php_mysqlnd_scramble()
983 …nd_uchar * const buffer, const zend_uchar * const scramble, const zend_uchar * const password, con… in php_mysqlnd_scramble_sha2()
H A Dmysqlnd_wireprotocol.h287 zend_uchar * password; member
H A Dmysqlnd_connection.c2670 MYSQLND_CSTRING password = { passwd, passwd_len }; local
/PHP-8.0/ext/ftp/
H A Dftp.stub.php14 function ftp_login($ftp, string $username, string $password): bool {}
/PHP-8.0/ext/com_dotnet/
H A Dcom_com.c37 zend_string *user_name = NULL, *password = NULL, *domain_name = NULL; in PHP_METHOD() local
/PHP-8.0/ext/openssl/
H A Dopenssl.c3599 struct php_openssl_pem_password *password = userdata; in php_openssl_pem_password_cb() local
3739 struct php_openssl_pem_password password; in php_openssl_pkey_from_zval() local
4892 char *password; in PHP_FUNCTION() local
7197 const char *password, size_t password_len, in php_openssl_encrypt()
7289 char *data, *method, *password, *iv = "", *aad = ""; in PHP_FUNCTION() local
7310 const char *password, size_t password_len, in php_openssl_decrypt()
7390 char *data, *method, *password, *iv = "", *tag = NULL, *aad = ""; in PHP_FUNCTION() local
H A Dopenssl.stub.php106 function openssl_pbkdf2(string $password, string $salt, int $key_length, int $iterations, string $d…
/PHP-8.0/ext/imap/
H A Dphp_imap.stub.php8 function imap_open(string $mailbox, string $user, string $password, int $flags = 0, int $retries = …

Completed in 122 milliseconds

12