Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dpassword.c425 zend_string *salt = zend_string_alloc(required_salt_len, 0); in php_password_get_salt() local
435 zend_string *salt = zend_string_alloc(required_salt_len, 0); in php_password_get_salt() local
462 zend_string *result, *hash, *salt; in PHP_FUNCTION() local
479 ZSTR_VAL(salt)[ZSTR_LEN(salt)] = 0; in PHP_FUNCTION() local
508 zend_string *salt, *out, *encoded; in PHP_FUNCTION() local
H A Dcrypt.c106 PHPAPI zend_string *php_crypt(const char *password, const int pass_len, const char *salt, int salt_… in php_crypt()
241 char salt[PHP_MAX_SALT_LEN + 1]; in PHP_FUNCTION() local
H A Dphp_crypt_r.c126 char * php_md5_crypt_r(const char *pw, const char *salt, char *out) { in php_md5_crypt_r()
318 char * php_md5_crypt_r(const char *pw, const char *salt, char *out) in php_md5_crypt_r()
H A Dcrypt_freesec.c351 setup_salt(uint32_t salt, struct php_crypt_extended_data *data) in setup_salt()
576 des_cipher(const char *in, char *out, uint32_t salt, int count, in des_cipher()
614 uint32_t count, salt, l, r0, r1, keybuf[2]; in _crypt_extended_r() local
H A Dcrypt_sha256.c329 char * php_sha256_crypt_r(const char *key, const char *salt, char *buffer, int buflen) in php_sha256_crypt_r()
581 char * php_sha256_crypt(const char *key, const char *salt) in php_sha256_crypt()
651 const char *salt; member
H A Dcrypt_sha512.c364 php_sha512_crypt_r(const char *key, const char *salt, char *buffer, int buflen) { in php_sha512_crypt_r()
629 php_sha512_crypt(const char *key, const char *salt) { in php_sha512_crypt()
715 const char *salt; member
H A Dcrypt_blowfish.c668 BF_word salt[4]; in BF_crypt() member
/PHP-7.3/ext/hash/
H A Dhash.c620 zend_string *returnval, *ikm, *algo, *info = NULL, *salt = NULL; in PHP_FUNCTION() local
719 char *algo, *salt, *pass = NULL; in PHP_FUNCTION() local
1038 char *password, *salt; in PHP_FUNCTION() local
/PHP-7.3/ext/sodium/
H A Dlibsodium.c1808 unsigned char *salt; in PHP_FUNCTION() local
2000 unsigned char *salt; in PHP_FUNCTION() local
3303 unsigned char salt[crypto_generichash_blake2b_SALTBYTES]; in PHP_FUNCTION() local
/PHP-7.3/ext/openssl/
H A Dopenssl.c5015 char *salt; in PHP_FUNCTION() local

Completed in 56 milliseconds