Searched refs:AV_BF_ROUNDS (Results 1 – 2 of 2) sorted by relevance
30 static const uint32_t orig_p[AV_BF_ROUNDS + 2] = {317 for (i = 0; i < AV_BF_ROUNDS + 2; ++i) { in av_blowfish_init()329 for (i = 0; i < AV_BF_ROUNDS + 2; i += 2) { in av_blowfish_init()354 Xl ^= ctx->p[AV_BF_ROUNDS + 1]; in av_blowfish_crypt_ecb()355 for (i = AV_BF_ROUNDS; i > 0; i-=2) { in av_blowfish_crypt_ecb()363 for (i = 1; i < AV_BF_ROUNDS+1; i+=2){ in av_blowfish_crypt_ecb()368 Xr ^= ctx->p[AV_BF_ROUNDS + 1]; in av_blowfish_crypt_ecb()
33 #define AV_BF_ROUNDS 16 macro36 uint32_t p[AV_BF_ROUNDS + 2];