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