Searched defs:salt (Results 1 – 7 of 7) sorted by relevance
/PHP-5.3/ext/standard/ |
H A D | php_crypt_r.c | 127 char * php_md5_crypt_r(const char *pw, const char *salt, char *out) { in php_md5_crypt_r() 324 char * php_md5_crypt_r(const char *pw, const char *salt, char *out) in php_md5_crypt_r()
|
H A D | crypt_freesec.c | 357 setup_salt(uint32_t salt, struct php_crypt_extended_data *data) in setup_salt() 582 des_cipher(const char *in, char *out, uint32_t salt, int count, in des_cipher() 620 uint32_t count, salt, l, r0, r1, keybuf[2]; in _crypt_extended_r() local
|
H A D | crypt_sha512.c | 375 php_sha512_crypt_r(const char *key, const char *salt, char *buffer, int buflen) { in php_sha512_crypt_r() 647 php_sha512_crypt(const char *key, const char *salt) { in php_sha512_crypt() 733 const char *salt; member
|
H A D | crypt_sha256.c | 340 char * php_sha256_crypt_r(const char *key, const char *salt, char *buffer, int buflen) in php_sha256_crypt_r() 600 char * php_sha256_crypt(const char *key, const char *salt) in php_sha256_crypt() 670 const char *salt; member
|
H A D | crypt.c | 152 char salt[PHP_MAX_SALT_LEN + 1]; in PHP_FUNCTION() local
|
H A D | crypt_blowfish.c | 663 BF_word salt[4]; in BF_crypt() member
|
/PHP-5.3/ext/hash/ |
H A D | hash.c | 746 char *password, *salt; in PHP_FUNCTION() local
|
Completed in 26 milliseconds