Symbol: RotLeft128
crypto/openssl/crypto/camellia/camellia.c
321
RotLeft128(s0, s1, s2, s3, 15); /* KA <<< 15 */
crypto/openssl/crypto/camellia/camellia.c
323
RotLeft128(s0, s1, s2, s3, 15); /* KA <<< 30 */
crypto/openssl/crypto/camellia/camellia.c
325
RotLeft128(s0, s1, s2, s3, 15); /* KA <<< 45 */
crypto/openssl/crypto/camellia/camellia.c
327
RotLeft128(s0, s1, s2, s3, 15); /* KA <<< 60 */
crypto/openssl/crypto/camellia/camellia.c
329
RotLeft128(s1, s2, s3, s0, 2); /* KA <<< 94 */
crypto/openssl/crypto/camellia/camellia.c
331
RotLeft128(s1, s2, s3, s0, 17); /* KA <<<111 */
crypto/openssl/crypto/camellia/camellia.c
335
RotLeft128(s0, s1, s2, s3, 15); /* KL <<< 15 */
crypto/openssl/crypto/camellia/camellia.c
337
RotLeft128(s0, s1, s2, s3, 30); /* KL <<< 45 */
crypto/openssl/crypto/camellia/camellia.c
339
RotLeft128(s0, s1, s2, s3, 15); /* KL <<< 60 */
crypto/openssl/crypto/camellia/camellia.c
341
RotLeft128(s0, s1, s2, s3, 17); /* KL <<< 77 */
crypto/openssl/crypto/camellia/camellia.c
343
RotLeft128(s0, s1, s2, s3, 17); /* KL <<< 94 */
crypto/openssl/crypto/camellia/camellia.c
345
RotLeft128(s0, s1, s2, s3, 17); /* KL <<<111 */
crypto/openssl/crypto/camellia/camellia.c
356
RotLeft128(s0, s1, s2, s3, 30); /* KB <<< 30 */
crypto/openssl/crypto/camellia/camellia.c
358
RotLeft128(s0, s1, s2, s3, 30); /* KB <<< 60 */
crypto/openssl/crypto/camellia/camellia.c
360
RotLeft128(s1, s2, s3, s0, 19); /* KB <<<111 */
crypto/openssl/crypto/camellia/camellia.c
364
RotLeft128(s0, s1, s2, s3, 15); /* KR <<< 15 */
crypto/openssl/crypto/camellia/camellia.c
366
RotLeft128(s0, s1, s2, s3, 15); /* KR <<< 30 */
crypto/openssl/crypto/camellia/camellia.c
368
RotLeft128(s0, s1, s2, s3, 30); /* KR <<< 60 */
crypto/openssl/crypto/camellia/camellia.c
370
RotLeft128(s1, s2, s3, s0, 2); /* KR <<< 94 */
crypto/openssl/crypto/camellia/camellia.c
374
RotLeft128(s0, s1, s2, s3, 15); /* KA <<< 15 */
crypto/openssl/crypto/camellia/camellia.c
376
RotLeft128(s0, s1, s2, s3, 30); /* KA <<< 45 */
crypto/openssl/crypto/camellia/camellia.c
380
RotLeft128(s1, s2, s3, s0, 17); /* KA <<< 94 */
crypto/openssl/crypto/camellia/camellia.c
384
RotLeft128(s1, s2, s3, s0, 13); /* KL <<< 45 */
crypto/openssl/crypto/camellia/camellia.c
386
RotLeft128(s1, s2, s3, s0, 15); /* KL <<< 60 */
crypto/openssl/crypto/camellia/camellia.c
388
RotLeft128(s1, s2, s3, s0, 17); /* KL <<< 77 */
crypto/openssl/crypto/camellia/camellia.c
390
RotLeft128(s2, s3, s0, s1, 2); /* KL <<<111 */