Searched refs:BF_ROUNDS (Results 1 – 2 of 2) sorted by relevance
70 #define BF_ROUNDS 16 macro74 uint32_t P[BF_ROUNDS + 2];
102 r ^= p[BF_ROUNDS + 1]; in BF_encrypt()117 l ^= p[BF_ROUNDS + 1]; in BF_decrypt()453 if (len > ((BF_ROUNDS + 2) * 4)) in BF_set_key()454 len = (BF_ROUNDS + 2) * 4; in BF_set_key()458 for (i = 0; i < BF_ROUNDS + 2; i++) { in BF_set_key()487 for (i = 0; i < BF_ROUNDS + 2; i += 2) { in BF_set_key()