Home
last modified time | relevance | path

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

/trueos/contrib/apr-util/crypto/
HDcrypt_blowfish.c385 static int BF_decode(BF_word *dst, const char *src, int size) in BF_decode() function
687 if (count < min || BF_decode(data.binary.salt, &setting[7], 16)) { in BF_crypt()