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