Home
last modified time | relevance | path

Searched refs:BF_crypt (Results 1 – 3 of 3) sorted by relevance

/PHP-5.6/ext/standard/tests/strings/
H A Dbug72703.phpt2 Bug #72703 Out of bounds global memory read in BF_crypt triggered by password_verify
/PHP-5.6/ext/standard/
H A Dcrypt_blowfish.c658 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-5.6/
H A DNEWS249 . Fixed bug #72703 (Out of bounds global memory read in BF_crypt triggered by

Completed in 1361 milliseconds