Searched refs:BF_set_key (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/ext/standard/ |
H A D | crypt_blowfish.c | 552 static void BF_set_key(const char *key, BF_key expanded, BF_key initial, in BF_set_key() function 704 BF_set_key(key, data.expanded_key, data.ctx.P, in BF_crypt() 872 BF_set_key(k, ae, ai, 2); /* $2a$ */ in php_crypt_blowfish_rn() 873 BF_set_key(k, ye, yi, 4); /* $2y$ */ in php_crypt_blowfish_rn()
|
/PHP-7.2/ |
H A D | README.REDIST.BINS | 85 please refer to the comments in BF_set_key() and to the crypt(3) man page
|
Completed in 11 milliseconds