Home
last modified time | relevance | path

Searched refs:SUBL (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/crypto/camellia/
H A Dcamellia.c74 #define SUBL(INDEX) (subkey[(INDEX)*2+1]) macro
546 SUBL(0) = subl(0) ^ subl(2); in camellia_setup128()
548 SUBL(2) = subl(3); in camellia_setup128()
550 SUBL(3) = subl(2) ^ subl(4); in camellia_setup128()
552 SUBL(4) = subl(3) ^ subl(5); in camellia_setup128()
554 SUBL(5) = subl(4) ^ subl(6); in camellia_setup128()
556 SUBL(6) = subl(5) ^ subl(7); in camellia_setup128()
560 SUBL(7) = subl(6) ^ tl; in camellia_setup128()
562 SUBL(8) = subl(8); in camellia_setup128()
564 SUBL(9) = subl(9); in camellia_setup128()
[all …]