Searched refs:blowfish (Results 1 – 3 of 3) sorted by relevance
295 …ne F(x) ((skey->blowfish.S[0][LTC_BYTE(x,3)] + skey->blowfish.S[1][LTC_BYTE(x,2)]) ^ skey->blowfis…306 S1 = skey->blowfish.S[0]; in s_blowfish_encipher()307 S2 = skey->blowfish.S[1]; in s_blowfish_encipher()308 S3 = skey->blowfish.S[2]; in s_blowfish_encipher()309 S4 = skey->blowfish.S[3]; in s_blowfish_encipher()317 l ^= skey->blowfish.K[rounds++]; r ^= F(l); in s_blowfish_encipher()318 r ^= skey->blowfish.K[rounds++]; l ^= F(r); in s_blowfish_encipher()319 l ^= skey->blowfish.K[rounds++]; r ^= F(l); in s_blowfish_encipher()320 r ^= skey->blowfish.K[rounds++]; l ^= F(r); in s_blowfish_encipher()324 l ^= skey->blowfish.K[16]; in s_blowfish_encipher()[all …]
191 struct blowfish_key blowfish; member
5859 * Added blowfish algorithm (Generic and cipher layer)