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