Searched defs:salt (Results 1 – 12 of 12) sorted by relevance
/php-src/ext/standard/ |
H A D | crypt.c | 70 PHPAPI zend_string *php_crypt(const char *password, const int pass_len, const char *salt, int salt_… in php_crypt() 203 char salt[PHP_MAX_SALT_LEN + 1]; in PHP_FUNCTION() local
|
H A D | crypt_freesec.c | 349 setup_salt(uint32_t salt, struct php_crypt_extended_data *data) in setup_salt() 574 des_cipher(const char *in, char *out, uint32_t salt, int count, in des_cipher() 612 uint32_t count, salt, l, r0, r1, keybuf[2]; in _crypt_extended_r() local
|
H A D | crypt_sha256.c | 319 char * php_sha256_crypt_r(const char *key, const char *salt, char *buffer, int buflen) in php_sha256_crypt_r() 592 char * php_sha256_crypt(const char *key, const char *salt) in php_sha256_crypt() 662 const char *salt; member
|
H A D | crypt_sha512.c | 358 php_sha512_crypt_r(const char *key, const char *salt, char *buffer, int buflen) { in php_sha512_crypt_r() 644 php_sha512_crypt(const char *key, const char *salt) { in php_sha512_crypt() 730 const char *salt; member
|
H A D | password.c | 180 zend_string *result, *hash, *salt; in php_password_bcrypt_hash() local 202 ZSTR_VAL(salt)[ZSTR_LEN(salt)] = 0; in php_password_bcrypt_hash() local 303 zend_string *salt, *out, *encoded; in php_password_argon2_hash() local
|
H A D | php_crypt_r.c | 101 char * php_md5_crypt_r(const char *pw, const char *salt, char *out) in php_md5_crypt_r()
|
H A D | crypt_blowfish.c | 647 BF_word salt[4]; in BF_crypt() member
|
/php-src/ext/openssl/ |
H A D | openssl_pwhash.c | 92 const unsigned char *salt, size_t salt_len, in php_openssl_argon2_compute_hash() 139 unsigned char hash[PHP_OPENSSL_HASH_SIZE+1], salt[PHP_OPENSSL_SALT_SIZE+1]; in php_openssl_argon2_hash() local 173 uint32_t *threads, zend_string **salt, zend_string **hash) in php_openssl_argon2_extract() 222 zend_string *salt, *hash, *new; in php_openssl_argon2_verify() local
|
H A D | openssl.c | 5542 char *salt; in PHP_FUNCTION() local
|
/php-src/ext/hash/ |
H A D | hash.stub.php | 20 function hash_hmac(string $algo, string $data, #[\SensitiveParameter] string $key, bool $binary = f…
|
H A D | hash.c | 898 zend_string *returnval, *ikm, *algo, *info = NULL, *salt = NULL; in PHP_FUNCTION() local 992 char *salt, *pass = NULL; in PHP_FUNCTION() local 1292 char *password, *salt; in PHP_FUNCTION() local
|
/php-src/ext/sodium/ |
H A D | libsodium.c | 1416 unsigned char *salt; in PHP_FUNCTION() local 1606 unsigned char *salt; in PHP_FUNCTION() local 3182 unsigned char salt[crypto_generichash_blake2b_SALTBYTES]; in PHP_FUNCTION() local
|
Completed in 54 milliseconds