Home
last modified time | relevance | path

Searched defs:salt (Results 1 – 9 of 9) sorted by relevance

/PHP-7.0/ext/standard/
H A Dcrypt.c154 PHPAPI zend_string *php_crypt(const char *password, const int pass_len, const char *salt, int salt_… in php_crypt()
289 char salt[PHP_MAX_SALT_LEN + 1]; in PHP_FUNCTION() local
H A Dphp_crypt_r.c127 char * php_md5_crypt_r(const char *pw, const char *salt, char *out) { in php_md5_crypt_r()
319 char * php_md5_crypt_r(const char *pw, const char *salt, char *out) in php_md5_crypt_r()
H A Dcrypt_freesec.c355 setup_salt(uint32_t salt, struct php_crypt_extended_data *data) in setup_salt()
580 des_cipher(const char *in, char *out, uint32_t salt, int count, in des_cipher()
618 uint32_t count, salt, l, r0, r1, keybuf[2]; in _crypt_extended_r() local
H A Dcrypt_sha512.c369 php_sha512_crypt_r(const char *key, const char *salt, char *buffer, int buflen) { in php_sha512_crypt_r()
641 php_sha512_crypt(const char *key, const char *salt) { in php_sha512_crypt()
727 const char *salt; member
H A Dcrypt_sha256.c334 char * php_sha256_crypt_r(const char *key, const char *salt, char *buffer, int buflen) in php_sha256_crypt_r()
593 char * php_sha256_crypt(const char *key, const char *salt) in php_sha256_crypt()
663 const char *salt; member
H A Dpassword.c264 char hash_format[8], *hash, *salt, *password; in PHP_FUNCTION() local
H A Dcrypt_blowfish.c669 BF_word salt[4]; in BF_crypt() member
/PHP-7.0/ext/hash/
H A Dhash.c612 char *algo, *salt, *pass = NULL; in PHP_FUNCTION() local
934 char *password, *salt; in PHP_FUNCTION() local
/PHP-7.0/ext/openssl/
H A Dopenssl.c4471 char *salt; in PHP_FUNCTION() local

Completed in 38 milliseconds