Home
last modified time | relevance | path

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

/php-src/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()
177 static zend_string* php_password_bcrypt_hash(const zend_string *password, zend_array *options) { in php_password_bcrypt_hash()
303 static zend_string *php_password_argon2_hash(const zend_string *password, zend_array *options, argo… in php_password_argon2_hash()
385 static bool php_password_argon2i_verify(const zend_string *password, const zend_string *hash) { in php_password_argon2i_verify()
389 static zend_string *php_password_argon2i_hash(const zend_string *password, zend_array *options) { in php_password_argon2i_hash()
404 static bool php_password_argon2id_verify(const zend_string *password, const zend_string *hash) { in php_password_argon2id_verify()
408 static zend_string *php_password_argon2id_hash(const zend_string *password, zend_array *options) { in php_password_argon2id_hash()
422 PHP_MINIT_FUNCTION(password) /* {{{ */ in PHP_MINIT_FUNCTION() argument
445 PHP_MSHUTDOWN_FUNCTION(password) /* {{{ */ in PHP_MSHUTDOWN_FUNCTION() argument
616 zend_string *password, *hash; in PHP_FUNCTION() local
[all …]
H A Dcrypt.c70 PHPAPI zend_string *php_crypt(const char *password, const int pass_len, const char *salt, int salt_… in php_crypt()
/php-src/ext/sodium/
H A Dsodium_pwhash.c62 static zend_string *php_sodium_argon2_hash(const zend_string *password, zend_array *options, int al… in php_sodium_argon2_hash()
88 static bool php_sodium_argon2_verify(const zend_string *password, const zend_string *hash) { in php_sodium_argon2_verify()
135 static zend_string *php_sodium_argon2i_hash(const zend_string *password, zend_array *options) { in php_sodium_argon2i_hash()
150 static zend_string *php_sodium_argon2id_hash(const zend_string *password, zend_array *options) { in php_sodium_argon2id_hash()
H A Dlibsodium.stub.php549 function sodium_crypto_aead_aes256gcm_decrypt(string $ciphertext, string $additional_data, string $… argument
/php-src/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
538 zval *cookies, *login, *password; in make_http_soap_request() local
1173 zval *password = Z_CLIENT_PASSWORD_P(this_ptr); in make_http_soap_request() local
/php-src/ext/hash/
H A Dhash.stub.php20 function hash_hmac(string $algo, string $data, #[\SensitiveParameter] string $key, bool $binary = f…
H A Dhash.c1288 char *password, *salt; in PHP_FUNCTION() local
/php-src/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.c2300 MYSQLND_CSTRING password = { passwd, passwd_len }; local
H A Dmysqlnd_structs.h896 MYSQLND_STRING password; member
/php-src/ext/com_dotnet/
H A Dcom_com.c37 zend_string *user_name = NULL, *password = NULL, *domain_name = NULL; in PHP_METHOD() local
/php-src/ext/openssl/
H A Dopenssl.c3552 struct php_openssl_pem_password *password = userdata; in php_openssl_pem_password_cb() local
3693 struct php_openssl_pem_password password; in php_openssl_pkey_from_zval() local
5351 char *password; in PHP_FUNCTION() local
7654 const char *password, size_t password_len, in php_openssl_encrypt()
7746 char *data, *method, *password, *iv = "", *aad = ""; in PHP_FUNCTION() local
7767 const char *password, size_t password_len, in php_openssl_decrypt()
7847 char *data, *method, *password, *iv = "", *tag = NULL, *aad = ""; in PHP_FUNCTION() local
/php-src/ext/zip/
H A Dphp_zip.c1525 char *password; local
2349 char *name, *password = NULL; local
2383 char *password = NULL; local
/php-src/ext/pdo/
H A Dpdo_dbh.c285 char *username=NULL, *password=NULL; in internal_construct() local
H A Dphp_pdo_driver.h430 char *username, *password; member
/php-src/ext/mysqli/
H A Dmysqli.stub.php768 …public function change_user(string $username, #[\SensitiveParameter] string $password, ?string $da…
H A Dmysqli_api.c211 char *user, *password, *dbname; in PHP_FUNCTION() local

Completed in 211 milliseconds