Searched refs:FL (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/ciphers/ |
| H A D | kasumi.c | 117 static ulong32 FL( ulong32 in, int round_no, const symmetric_key *key ) in FL() function 146 temp = FL(left, n, skey); in kasumi_ecb_encrypt() 150 temp = FL(temp, n++, skey); in kasumi_ecb_encrypt() 174 temp = FL(temp, n--, skey); in kasumi_ecb_decrypt() 176 temp = FL(left, n, skey); in kasumi_ecb_decrypt()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | camellia.c | 220 #define FL(XL, XR, KL, KR) \ macro 495 FL(X[0], X[1], RK[0], RK[1]); in mbedtls_camellia_crypt_ecb()
|