Home
last modified time | relevance | path

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

/openssl/crypto/idea/
H A Di_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()
H A Di_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()
H A Di_ecb.c31 n2l(in, l0); in IDEA_ecb_encrypt()
33 n2l(in, l1); in IDEA_ecb_encrypt()
H A Di_ofb64.c44 n2l(iv, v0); in IDEA_ofb64_encrypt()
45 n2l(iv, v1); in IDEA_ofb64_encrypt()
H A Didea_local.h65 #undef n2l
66 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/openssl/crypto/cast/
H A Dc_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()
H A Dc_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()
H A Dc_ecb.c25 n2l(in, l); in CAST_ecb_encrypt()
27 n2l(in, l); in CAST_ecb_encrypt()
H A Dc_ofb64.c38 n2l(iv, v0); in CAST_ofb64_encrypt()
39 n2l(iv, v1); in CAST_ofb64_encrypt()
H A Dcast_local.h104 #undef n2l
105 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/openssl/crypto/bf/
H A Dbf_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()
H A Dbf_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()
H A Dbf_ecb.c36 n2l(in, l); in BF_ecb_encrypt()
38 n2l(in, l); in BF_ecb_encrypt()
H A Dbf_ofb64.c38 n2l(iv, v0); in BF_ofb64_encrypt()
39 n2l(iv, v1); in BF_ofb64_encrypt()
H A Dbf_local.h59 # undef n2l
60 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/openssl/crypto/rc2/
H A Drc2_local.h114 #undef n2l
115 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/openssl/crypto/rc5/
H A Drc5_local.h116 #undef n2l
117 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/openssl/crypto/des/
H A Ddes_local.h67 # define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
/openssl/ssl/
H A Dssl_local.h72 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24, \ macro

Completed in 63 milliseconds