Searched refs:n2l (Results 1 - 22 of 22) sorted by relevance

/freebsd-12-stable/sys/crypto/blowfish/
H A Dbf_ecb.c76 n2l(in,l); d[0]=l;
77 n2l(in,l); d[1]=l;
H A Dbf_locl.h114 /* NOTE - c is not incremented as per n2l */
145 #undef n2l macro
146 #define n2l(c,l) (l =((BF_LONG)(*((c)++)))<<24L, \ macro
/freebsd-12-stable/crypto/openssl/crypto/bf/
H A Dbf_ecb.c30 n2l(in, l);
32 n2l(in, l);
H A Dbf_cfb64.c33 n2l(iv, v0);
35 n2l(iv, v1);
53 n2l(iv, v0);
55 n2l(iv, v1);
H A Dbf_enc.c111 n2l(ivec, tout0);
112 n2l(ivec, tout1);
115 n2l(in, tin0);
116 n2l(in, tin1);
142 n2l(ivec, xor0);
143 n2l(ivec, xor1);
146 n2l(in, tin0);
147 n2l(in, tin1);
159 n2l(in, tin0);
160 n2l(i
[all...]
H A Dbf_local.h14 /* NOTE - c is not incremented as per n2l */
59 # undef n2l macro
60 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
H A Dbf_ofb64.c32 n2l(iv, v0);
33 n2l(iv, v1);
/freebsd-12-stable/crypto/openssl/crypto/cast/
H A Dc_ecb.c19 n2l(in, l);
21 n2l(in, l);
H A Dc_cfb64.c33 n2l(iv, v0);
35 n2l(iv, v1);
53 n2l(iv, v0);
55 n2l(iv, v1);
H A Dc_enc.c87 n2l(iv, tout0);
88 n2l(iv, tout1);
91 n2l(in, tin0);
92 n2l(in, tin1);
118 n2l(iv, xor0);
119 n2l(iv, xor1);
122 n2l(in, tin0);
123 n2l(in, tin1);
135 n2l(in, tin0);
136 n2l(i
[all...]
H A Dc_ofb64.c32 n2l(iv, v0);
33 n2l(iv, v1);
H A Dcast_local.h59 /* NOTE - c is not incremented as per n2l */
104 #undef n2l macro
105 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/freebsd-12-stable/crypto/openssl/crypto/idea/
H A Di_ecb.c24 n2l(in, l0);
26 n2l(in, l1);
H A Di_cfb64.c33 n2l(iv, v0);
35 n2l(iv, v1);
53 n2l(iv, v0);
55 n2l(iv, v1);
H A Di_cbc.c23 n2l(iv, tout0);
24 n2l(iv, tout1);
27 n2l(in, tin0);
28 n2l(in, tin1);
54 n2l(iv, xor0);
55 n2l(iv, xor1);
58 n2l(in, tin0);
60 n2l(in, tin1);
71 n2l(in, tin0);
73 n2l(i
[all...]
H A Di_ofb64.c32 n2l(iv, v0);
33 n2l(iv, v1);
H A Didea_local.h20 /* NOTE - c is not incremented as per n2l */
65 #undef n2l macro
66 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/freebsd-12-stable/crypto/openssl/crypto/rc2/
H A Drc2_local.h69 /* NOTE - c is not incremented as per n2l */
114 #undef n2l macro
115 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/freebsd-12-stable/crypto/openssl/crypto/rc5/
H A Drc5_local.h71 /* NOTE - c is not incremented as per n2l */
116 #undef n2l macro
117 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/freebsd-12-stable/crypto/openssl/crypto/des/
H A Ddes_local.h67 # define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
/freebsd-12-stable/sys/crypto/des/
H A Ddes_locl.h99 #define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
/freebsd-12-stable/crypto/openssl/ssl/
H A Dssl_local.h69 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24, \ macro

Completed in 265 milliseconds