Home
last modified time | relevance | path

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

/freebsd-head/crypto/openssl/crypto/idea/
HDi_cbc.c30 n2l(iv, tout0); in IDEA_cbc_encrypt()
31 n2l(iv, tout1); in IDEA_cbc_encrypt()
34 n2l(in, tin0); in IDEA_cbc_encrypt()
35 n2l(in, tin1); in IDEA_cbc_encrypt()
61 n2l(iv, xor0); in IDEA_cbc_encrypt()
62 n2l(iv, xor1); in IDEA_cbc_encrypt()
65 n2l(in, tin0); in IDEA_cbc_encrypt()
67 n2l(in, tin1); in IDEA_cbc_encrypt()
78 n2l(in, tin0); in IDEA_cbc_encrypt()
80 n2l(in, tin1); in IDEA_cbc_encrypt()
HDi_cfb64.c45 n2l(iv, v0); in IDEA_cfb64_encrypt()
47 n2l(iv, v1); in IDEA_cfb64_encrypt()
65 n2l(iv, v0); in IDEA_cfb64_encrypt()
67 n2l(iv, v1); in IDEA_cfb64_encrypt()
HDi_ecb.c31 n2l(in, l0); in IDEA_ecb_encrypt()
33 n2l(in, l1); in IDEA_ecb_encrypt()
HDi_ofb64.c44 n2l(iv, v0); in IDEA_ofb64_encrypt()
45 n2l(iv, v1); in IDEA_ofb64_encrypt()
HDidea_local.h65 #undef n2l
66 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/freebsd-head/crypto/openssl/crypto/cast/
HDc_enc.c93 n2l(iv, tout0); in CAST_cbc_encrypt()
94 n2l(iv, tout1); in CAST_cbc_encrypt()
97 n2l(in, tin0); in CAST_cbc_encrypt()
98 n2l(in, tin1); in CAST_cbc_encrypt()
124 n2l(iv, xor0); in CAST_cbc_encrypt()
125 n2l(iv, xor1); in CAST_cbc_encrypt()
128 n2l(in, tin0); in CAST_cbc_encrypt()
129 n2l(in, tin1); in CAST_cbc_encrypt()
141 n2l(in, tin0); in CAST_cbc_encrypt()
142 n2l(in, tin1); in CAST_cbc_encrypt()
HDc_cfb64.c39 n2l(iv, v0); in CAST_cfb64_encrypt()
41 n2l(iv, v1); in CAST_cfb64_encrypt()
59 n2l(iv, v0); in CAST_cfb64_encrypt()
61 n2l(iv, v1); in CAST_cfb64_encrypt()
HDc_ecb.c25 n2l(in, l); in CAST_ecb_encrypt()
27 n2l(in, l); in CAST_ecb_encrypt()
HDc_ofb64.c38 n2l(iv, v0); in CAST_ofb64_encrypt()
39 n2l(iv, v1); in CAST_ofb64_encrypt()
HDcast_local.h104 #undef n2l
105 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/freebsd-head/crypto/openssl/crypto/bf/
HDbf_enc.c117 n2l(ivec, tout0); in BF_cbc_encrypt()
118 n2l(ivec, tout1); in BF_cbc_encrypt()
121 n2l(in, tin0); in BF_cbc_encrypt()
122 n2l(in, tin1); in BF_cbc_encrypt()
148 n2l(ivec, xor0); in BF_cbc_encrypt()
149 n2l(ivec, xor1); in BF_cbc_encrypt()
152 n2l(in, tin0); in BF_cbc_encrypt()
153 n2l(in, tin1); in BF_cbc_encrypt()
165 n2l(in, tin0); in BF_cbc_encrypt()
166 n2l(in, tin1); in BF_cbc_encrypt()
HDbf_cfb64.c39 n2l(iv, v0); in BF_cfb64_encrypt()
41 n2l(iv, v1); in BF_cfb64_encrypt()
59 n2l(iv, v0); in BF_cfb64_encrypt()
61 n2l(iv, v1); in BF_cfb64_encrypt()
HDbf_ecb.c36 n2l(in, l); in BF_ecb_encrypt()
38 n2l(in, l); in BF_ecb_encrypt()
HDbf_ofb64.c38 n2l(iv, v0); in BF_ofb64_encrypt()
39 n2l(iv, v1); in BF_ofb64_encrypt()
HDbf_local.h59 # undef n2l
60 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/freebsd-head/crypto/openssl/crypto/rc2/
HDrc2_local.h114 #undef n2l
115 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/freebsd-head/crypto/openssl/crypto/rc5/
HDrc5_local.h116 #undef n2l
117 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/freebsd-head/sys/contrib/device-tree/src/arm64/amlogic/
HDmeson-g12b-odroid-n2l.dts13 compatible = "hardkernel,odroid-n2l", "amlogic,s922x", "amlogic,g12b";
/freebsd-head/crypto/openssl/crypto/des/
HDdes_local.h67 # define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
/freebsd-head/sys/crypto/des/
HDdes_locl.h98 #define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
/freebsd-head/crypto/openssl/ssl/
HDssl_local.h70 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24, \ macro