Searched refs:E_CAST (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/cast/
H A Dc_enc.c71 E_CAST(0, k, l, r, +, ^, -);
72 E_CAST(1, k, r, l, ^, -, +);
73 E_CAST(2, k, l, r, -, +, ^);
74 E_CAST(3, k, r, l, +, ^, -);
75 E_CAST(4, k, l, r, ^, -, +);
76 E_CAST(5, k, r, l, -, +, ^);
77 E_CAST(6, k, l, r, +, ^, -);
78 E_CAST(7, k, r, l, ^, -, +);
79 E_CAST(8, k, l, r, -, +, ^);
80 E_CAST(
[all...]
H A Dcast_lcl.h167 # define E_CAST(n,key,L,R,OP1,OP2,OP3) \ macro
183 # define E_CAST(n,key,L,R,OP1,OP2,OP3) \ macro
205 # define E_CAST(n,key,L,R,OP1,OP2,OP3) \ macro
H A Dcastopts.c102 #undef E_CAST macro
110 #undef E_CAST macro
121 #undef E_CAST macro
/freebsd-9.3-release/crypto/openssl/crypto/cast/asm/
H A Dcast-586.pl80 &E_CAST( 0,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
81 &E_CAST( 1,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
82 &E_CAST( 2,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
83 &E_CAST( 3,$S,$R,$L,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
84 &E_CAST( 4,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
85 &E_CAST( 5,$S,$R,$L,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
86 &E_CAST( 6,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
87 &E_CAST( 7,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
88 &E_CAST( 8,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
89 &E_CAST(
129 sub E_CAST { subroutine
[all...]

Completed in 59 milliseconds