Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dpassword.c230 static zend_bool php_password_bcrypt_verify(const zend_string *password, const zend_string *hash) { in php_password_bcrypt_verify()
256 static zend_string* php_password_bcrypt_hash(const zend_string *password, zend_array *options) { in php_password_bcrypt_hash()
377 static zend_string *php_password_argon2_hash(const zend_string *password, zend_array *options, argo… in php_password_argon2_hash()
459 static zend_bool php_password_argon2i_verify(const zend_string *password, const zend_string *hash) { in php_password_argon2i_verify()
463 static zend_string *php_password_argon2i_hash(const zend_string *password, zend_array *options) { in php_password_argon2i_hash()
478 static zend_bool php_password_argon2id_verify(const zend_string *password, const zend_string *hash)… in php_password_argon2id_verify()
482 static zend_string *php_password_argon2id_hash(const zend_string *password, zend_array *options) { in php_password_argon2id_hash()
496 PHP_MINIT_FUNCTION(password) /* {{{ */ in PHP_MINIT_FUNCTION() argument
531 PHP_MSHUTDOWN_FUNCTION(password) /* {{{ */ in PHP_MSHUTDOWN_FUNCTION() argument
712 zend_string *password, *hash; in PHP_FUNCTION() local
[all …]
H A Dcrypt.c98 PHPAPI zend_string *php_crypt(const char *password, const int pass_len, const char *salt, int salt_… in php_crypt()
/PHP-7.4/ext/sodium/
H A Dsodium_pwhash.c74 static zend_string *php_sodium_argon2_hash(const zend_string *password, zend_array *options, int al… in php_sodium_argon2_hash()
100 static zend_bool php_sodium_argon2_verify(const zend_string *password, const zend_string *hash) { in php_sodium_argon2_verify()
147 static zend_string *php_sodium_argon2i_hash(const zend_string *password, zend_array *options) { in php_sodium_argon2i_hash()
162 static zend_string *php_sodium_argon2id_hash(const zend_string *password, zend_array *options) { in php_sodium_argon2id_hash()
/PHP-7.4/ext/oci8/
H A Doci8.c1627 char *username, *password; in php_oci_do_connect() local
1675 php_oci_connection *php_oci_do_connect_ex(char *username, int username_len, char *password, int pas… in php_oci_do_connect_ex()
2755 static php_oci_spool *php_oci_create_spool(char *username, int username_len, char *password, int pa… in php_oci_create_spool()
2892 static php_oci_spool *php_oci_get_spool(char *username, int username_len, char *password, int passw… in php_oci_get_spool()
3009 …ion, char *dbname, int dbname_len, char *username, int username_len, char *password, int password_… in php_oci_old_create_session()
3199 …ool, char *dbname, int dbname_len, char *username, int username_len, char *password, int password_… in php_oci_create_session()
/PHP-7.4/ext/soap/
H A Dphp_http.c37 zval *login, *password; in proxy_authentication() local
65 zval *login, *password; in basic_authentication() local
539 zval *cookies, *login, *password; in make_http_soap_request() local
1163 zval *digest, *login, *password; in make_http_soap_request() local
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_auth.c549 …nd_uchar * const buffer, const zend_uchar * const scramble, const zend_uchar * const password, con… in php_mysqlnd_scramble()
985 …nd_uchar * const buffer, const zend_uchar * const scramble, const zend_uchar * const password, con… in php_mysqlnd_scramble_sha2()
H A Dmysqlnd_wireprotocol.h289 zend_uchar * password; member
H A Dmysqlnd_connection.c2681 MYSQLND_CSTRING password = { passwd, passwd_len }; local
H A Dmysqlnd_structs.h928 MYSQLND_STRING password; member
/PHP-7.4/ext/openssl/
H A Dopenssl.c3781 struct php_openssl_pem_password *password = userdata; in php_openssl_pem_password_cb() local
3954 struct php_openssl_pem_password password; in php_openssl_evp_from_zval() local
5092 char *password; in PHP_FUNCTION() local
6709 …ncrypt(char *data, size_t data_len, char *method, size_t method_len, char *password, size_t passwo… in php_openssl_encrypt()
6798 char *data, *method, *password, *iv = "", *aad = ""; in PHP_FUNCTION() local
6816 …ecrypt(char *data, size_t data_len, char *method, size_t method_len, char *password, size_t passwo… in php_openssl_decrypt()
6893 char *data, *method, *password, *iv = "", *tag = NULL, *aad = ""; in PHP_FUNCTION() local
/PHP-7.4/ext/com_dotnet/
H A Dcom_com.c37 char *user_name = NULL, *domain_name = NULL, *password = NULL; in PHP_FUNCTION() local
/PHP-7.4/ext/zip/
H A Dphp_zip.c1512 char *password; local
2235 char *name, *password = NULL; local
2268 char *password = NULL; local
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c231 char *username=NULL, *password=NULL; in PHP_METHOD() local
H A Dphp_pdo_driver.h441 char *username, *password; member
/PHP-7.4/ext/hash/
H A Dhash.c1045 char *password, *salt; in PHP_FUNCTION() local
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c614 char *user, *password, *dbname; in PHP_FUNCTION() local

Completed in 134 milliseconds