Searched refs:BF_crypt (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/ext/standard/ |
H A D | crypt_blowfish.c | 658 static char *BF_crypt(const char *key, const char *setting, in BF_crypt() function 844 retval = BF_crypt(key, setting, output, size, 16); in php_crypt_blowfish_rn() 863 p = BF_crypt(test_key, buf.s, buf.o, sizeof(buf.o) - (1 + 1), 1); in php_crypt_blowfish_rn()
|
/PHP-7.2/ |
H A D | NEWS | 2485 . Fixed bug #72703 (Out of bounds global memory read in BF_crypt triggered by
|
Completed in 17 milliseconds