Searched refs:BF_crypt (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/standard/ |
H A D | crypt_blowfish.c | 639 static char *BF_crypt(const char *key, const char *setting, in BF_crypt() function 822 retval = BF_crypt(key, setting, output, size, 16); in php_crypt_blowfish_rn() 841 p = BF_crypt(test_key, buf.s, buf.o, sizeof(buf.o) - (1 + 1), 1); in php_crypt_blowfish_rn()
|
Completed in 5 milliseconds