Searched refs:rot_128 (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/ciphers/ |
| H A D | camellia.c | 190 static void rot_128(const unsigned char *in, unsigned count, unsigned char *out) in rot_128() function 282 rot_128(kL, 15, T+32); in camellia_setup() 287 rot_128(kA, 15, T+32); in camellia_setup() 292 rot_128(kA, 30, T+32); in camellia_setup() 297 rot_128(kL, 45, T+32); in camellia_setup() 302 rot_128(kA, 45, T+32); in camellia_setup() 304 rot_128(kL, 60, T+32); in camellia_setup() 308 rot_128(kA, 60, T+32); in camellia_setup() 313 rot_128(kL, 77, T+32); in camellia_setup() 318 rot_128(kL, 94, T+32); in camellia_setup() [all …]
|