Symbol: RotLeft128
crypto/libressl/crypto/camellia/camellia.c
380
RotLeft128(s0, s1, s2, s3, 15); /* KA <<< 15 */
crypto/libressl/crypto/camellia/camellia.c
382
RotLeft128(s0, s1, s2, s3, 15); /* KA <<< 30 */
crypto/libressl/crypto/camellia/camellia.c
384
RotLeft128(s0, s1, s2, s3, 15); /* KA <<< 45 */
crypto/libressl/crypto/camellia/camellia.c
386
RotLeft128(s0, s1, s2, s3, 15); /* KA <<< 60 */
crypto/libressl/crypto/camellia/camellia.c
388
RotLeft128(s1, s2, s3, s0, 2); /* KA <<< 94 */
crypto/libressl/crypto/camellia/camellia.c
390
RotLeft128(s1, s2, s3, s0, 17); /* KA <<<111 */
crypto/libressl/crypto/camellia/camellia.c
394
RotLeft128(s0, s1, s2, s3, 15); /* KL <<< 15 */
crypto/libressl/crypto/camellia/camellia.c
396
RotLeft128(s0, s1, s2, s3, 30); /* KL <<< 45 */
crypto/libressl/crypto/camellia/camellia.c
398
RotLeft128(s0, s1, s2, s3, 15); /* KL <<< 60 */
crypto/libressl/crypto/camellia/camellia.c
400
RotLeft128(s0, s1, s2, s3, 17); /* KL <<< 77 */
crypto/libressl/crypto/camellia/camellia.c
402
RotLeft128(s0, s1, s2, s3, 17); /* KL <<< 94 */
crypto/libressl/crypto/camellia/camellia.c
404
RotLeft128(s0, s1, s2, s3, 17); /* KL <<<111 */
crypto/libressl/crypto/camellia/camellia.c
415
RotLeft128(s0, s1, s2, s3, 30); /* KB <<< 30 */
crypto/libressl/crypto/camellia/camellia.c
417
RotLeft128(s0, s1, s2, s3, 30); /* KB <<< 60 */
crypto/libressl/crypto/camellia/camellia.c
419
RotLeft128(s1, s2, s3, s0, 19); /* KB <<<111 */
crypto/libressl/crypto/camellia/camellia.c
423
RotLeft128(s0, s1, s2, s3, 15); /* KR <<< 15 */
crypto/libressl/crypto/camellia/camellia.c
425
RotLeft128(s0, s1, s2, s3, 15); /* KR <<< 30 */
crypto/libressl/crypto/camellia/camellia.c
427
RotLeft128(s0, s1, s2, s3, 30); /* KR <<< 60 */
crypto/libressl/crypto/camellia/camellia.c
429
RotLeft128(s1, s2, s3, s0, 2); /* KR <<< 94 */
crypto/libressl/crypto/camellia/camellia.c
433
RotLeft128(s0, s1, s2, s3, 15); /* KA <<< 15 */
crypto/libressl/crypto/camellia/camellia.c
435
RotLeft128(s0, s1, s2, s3, 30); /* KA <<< 45 */
crypto/libressl/crypto/camellia/camellia.c
439
RotLeft128(s1, s2, s3, s0, 17); /* KA <<< 94 */
crypto/libressl/crypto/camellia/camellia.c
443
RotLeft128(s1, s2, s3, s0, 13); /* KL <<< 45 */
crypto/libressl/crypto/camellia/camellia.c
445
RotLeft128(s1, s2, s3, s0, 15); /* KL <<< 60 */
crypto/libressl/crypto/camellia/camellia.c
447
RotLeft128(s1, s2, s3, s0, 17); /* KL <<< 77 */
crypto/libressl/crypto/camellia/camellia.c
449
RotLeft128(s2, s3, s0, s1, 2); /* KL <<<111 */