Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dcrypt.c82 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 Dcrypt_freesec.c349 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 Dcrypt_sha256.c325 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.c360 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 Dphp_crypt_r.c101 char * php_md5_crypt_r(const char *pw, const char *salt, char *out) in php_md5_crypt_r()
H A Dpassword.c183 zend_string *result, *hash, *salt; in php_password_bcrypt_hash() local
200 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 Dcrypt_blowfish.c647 BF_word salt[4]; in BF_crypt() member
H A Dbasic_functions.stub.php384 function crypt(string $string, string $salt): string {} argument
/PHP-8.0/ext/hash/
H A Dhash.stub.php31 function hash_pbkdf2(string $algo, string $password, string $salt, int $iterations, int $length = 0…
35 function hash_hkdf(string $algo, string $key, int $length = 0, string $info = "", string $salt = ""…
42 function mhash_keygen_s2k(int $algo, string $password, string $salt, int $length): string|false {}
H A Dhash.c882 zend_string *returnval, *ikm, *algo, *info = NULL, *salt = NULL; in PHP_FUNCTION() local
976 char *salt, *pass = NULL; in PHP_FUNCTION() local
1282 char *password, *salt; in PHP_FUNCTION() local
/PHP-8.0/ext/sodium/
H A Dlibsodium.stub.php88 function sodium_crypto_pwhash(int $length, string $password, string $salt, int $opslimit, int $meml…
100 function sodium_crypto_pwhash_scryptsalsa208sha256(int $length, string $password, string $salt, int…
H A Dlibsodium.c1475 unsigned char *salt; in PHP_FUNCTION() local
1665 unsigned char *salt; in PHP_FUNCTION() local
2905 unsigned char salt[crypto_generichash_blake2b_SALTBYTES]; in PHP_FUNCTION() local
/PHP-8.0/ext/openssl/
H A Dopenssl.stub.php106 function openssl_pbkdf2(string $password, string $salt, int $key_length, int $iterations, string $d…
H A Dopenssl.c4894 char *salt; in PHP_FUNCTION() local

Completed in 93 milliseconds