Searched refs:BF_crypt (Results 1 – 1 of 1) sorted by relevance
| /trueos/contrib/apr-util/crypto/ |
| HD | crypt_blowfish.c | 644 static char *BF_crypt(const char *key, const char *setting, in BF_crypt() function 832 retval = BF_crypt(key, setting, output, size, 16); in _crypt_blowfish_rn() 847 p = BF_crypt(test_key, buf.s, buf.o, sizeof(buf.o) - (1 + 1), 1); in _crypt_blowfish_rn()
|