Searched refs:FIII (Results 1 – 1 of 1) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/ciphers/ |
A D | cast5.c | 523 INLINE static ulong32 FIII(ulong32 R, ulong32 Km, ulong32 Kr) in FIII() function 553 L ^= FIII(R, skey->cast5.K[2], skey->cast5.K[18]); in _cast5_ecb_encrypt() 556 R ^= FIII(L, skey->cast5.K[5], skey->cast5.K[21]); in _cast5_ecb_encrypt() 559 L ^= FIII(R, skey->cast5.K[8], skey->cast5.K[24]); in _cast5_ecb_encrypt() 562 R ^= FIII(L, skey->cast5.K[11], skey->cast5.K[27]); in _cast5_ecb_encrypt() 566 L ^= FIII(R, skey->cast5.K[14], skey->cast5.K[30]); in _cast5_ecb_encrypt() 606 L ^= FIII(R, skey->cast5.K[14], skey->cast5.K[30]); in _cast5_ecb_decrypt() 610 R ^= FIII(L, skey->cast5.K[11], skey->cast5.K[27]); in _cast5_ecb_decrypt() 613 L ^= FIII(R, skey->cast5.K[8], skey->cast5.K[24]); in _cast5_ecb_decrypt() 616 R ^= FIII(L, skey->cast5.K[5], skey->cast5.K[21]); in _cast5_ecb_decrypt() [all …]
|
Completed in 4 milliseconds