| /freebsd-11-stable/crypto/openssl/crypto/bf/ |
| HD | bf_cbc.c | 84 l2n(tout0, out); in BF_cbc_encrypt() 85 l2n(tout1, out); in BF_cbc_encrypt() 96 l2n(tout0, out); in BF_cbc_encrypt() 97 l2n(tout1, out); in BF_cbc_encrypt() 99 l2n(tout0, ivec); in BF_cbc_encrypt() 100 l2n(tout1, ivec); in BF_cbc_encrypt() 113 l2n(tout0, out); in BF_cbc_encrypt() 114 l2n(tout1, out); in BF_cbc_encrypt() 130 l2n(xor0, ivec); in BF_cbc_encrypt() 131 l2n(xor1, ivec); in BF_cbc_encrypt()
|
| HD | bf_ofb64.c | 86 l2n(v0, dp); in BF_ofb64_encrypt() 87 l2n(v1, dp); in BF_ofb64_encrypt() 93 l2n(t, dp); in BF_ofb64_encrypt() 95 l2n(t, dp); in BF_ofb64_encrypt() 105 l2n(v0, iv); in BF_ofb64_encrypt() 106 l2n(v1, iv); in BF_ofb64_encrypt()
|
| HD | bf_enc.c | 247 l2n(tout0, out); in BF_cbc_encrypt() 248 l2n(tout1, out); in BF_cbc_encrypt() 259 l2n(tout0, out); in BF_cbc_encrypt() 260 l2n(tout1, out); in BF_cbc_encrypt() 262 l2n(tout0, ivec); in BF_cbc_encrypt() 263 l2n(tout1, ivec); in BF_cbc_encrypt() 276 l2n(tout0, out); in BF_cbc_encrypt() 277 l2n(tout1, out); in BF_cbc_encrypt() 293 l2n(xor0, ivec); in BF_cbc_encrypt() 294 l2n(xor1, ivec); in BF_cbc_encrypt()
|
| HD | bf_cfb64.c | 89 l2n(t, iv); in BF_cfb64_encrypt() 91 l2n(t, iv); in BF_cfb64_encrypt() 109 l2n(t, iv); in BF_cfb64_encrypt() 111 l2n(t, iv); in BF_cfb64_encrypt()
|
| HD | bf_ecb.c | 96 l2n(l, out); in BF_ecb_encrypt() 98 l2n(l, out); in BF_ecb_encrypt()
|
| HD | bf_locl.h | 145 # undef l2n 146 # define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
|
| /freebsd-11-stable/crypto/openssl/crypto/idea/ |
| HD | i_cbc.c | 84 l2n(tout0, out); in idea_cbc_encrypt() 86 l2n(tout1, out); in idea_cbc_encrypt() 96 l2n(tout0, out); in idea_cbc_encrypt() 98 l2n(tout1, out); in idea_cbc_encrypt() 100 l2n(tout0, iv); in idea_cbc_encrypt() 101 l2n(tout1, iv); in idea_cbc_encrypt() 114 l2n(tout0, out); in idea_cbc_encrypt() 115 l2n(tout1, out); in idea_cbc_encrypt() 131 l2n(xor0, iv); in idea_cbc_encrypt() 132 l2n(xor1, iv); in idea_cbc_encrypt()
|
| HD | i_ofb64.c | 86 l2n(v0, dp); in idea_ofb64_encrypt() 87 l2n(v1, dp); in idea_ofb64_encrypt() 93 l2n(t, dp); in idea_ofb64_encrypt() 95 l2n(t, dp); in idea_ofb64_encrypt() 105 l2n(v0, iv); in idea_ofb64_encrypt() 106 l2n(v1, iv); in idea_ofb64_encrypt()
|
| HD | i_cfb64.c | 89 l2n(t, iv); in idea_cfb64_encrypt() 91 l2n(t, iv); in idea_cfb64_encrypt() 109 l2n(t, iv); in idea_cfb64_encrypt() 111 l2n(t, iv); in idea_cfb64_encrypt()
|
| HD | i_ecb.c | 84 l2n(l0, out); in idea_ecb_encrypt() 86 l2n(l1, out); in idea_ecb_encrypt()
|
| HD | idea_lcl.h | 133 #undef l2n 134 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
|
| /freebsd-11-stable/crypto/openssl/crypto/cast/ |
| HD | c_ofb64.c | 86 l2n(v0, dp); in CAST_ofb64_encrypt() 87 l2n(v1, dp); in CAST_ofb64_encrypt() 93 l2n(t, dp); in CAST_ofb64_encrypt() 95 l2n(t, dp); in CAST_ofb64_encrypt() 105 l2n(v0, iv); in CAST_ofb64_encrypt() 106 l2n(v1, iv); in CAST_ofb64_encrypt()
|
| HD | c_enc.c | 149 l2n(tout0, out); in CAST_cbc_encrypt() 150 l2n(tout1, out); in CAST_cbc_encrypt() 161 l2n(tout0, out); in CAST_cbc_encrypt() 162 l2n(tout1, out); in CAST_cbc_encrypt() 164 l2n(tout0, iv); in CAST_cbc_encrypt() 165 l2n(tout1, iv); in CAST_cbc_encrypt() 178 l2n(tout0, out); in CAST_cbc_encrypt() 179 l2n(tout1, out); in CAST_cbc_encrypt() 195 l2n(xor0, iv); in CAST_cbc_encrypt() 196 l2n(xor1, iv); in CAST_cbc_encrypt()
|
| HD | c_cfb64.c | 89 l2n(t, iv); in CAST_cfb64_encrypt() 91 l2n(t, iv); in CAST_cfb64_encrypt() 109 l2n(t, iv); in CAST_cfb64_encrypt() 111 l2n(t, iv); in CAST_cfb64_encrypt()
|
| HD | c_ecb.c | 79 l2n(l, out); in CAST_ecb_encrypt() 81 l2n(l, out); in CAST_ecb_encrypt()
|
| HD | cast_lcl.h | 147 #undef l2n 148 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
|
| /freebsd-11-stable/sys/crypto/blowfish/ |
| HD | bf_ecb.c | 82 l=d[0]; l2n(l,out); in BF_ecb_encrypt() 83 l=d[1]; l2n(l,out); in BF_ecb_encrypt()
|
| HD | bf_locl.h | 151 #undef l2n 152 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
|
| /freebsd-11-stable/crypto/openssl/ssl/ |
| HD | s3_cbc.c | 328 l2n(sha1->h0, md_out); in tls1_sha1_final_raw() 329 l2n(sha1->h1, md_out); in tls1_sha1_final_raw() 330 l2n(sha1->h2, md_out); in tls1_sha1_final_raw() 331 l2n(sha1->h3, md_out); in tls1_sha1_final_raw() 332 l2n(sha1->h4, md_out); in tls1_sha1_final_raw() 344 l2n(sha256->h[i], md_out); in tls1_sha256_final_raw()
|
| HD | s2_enc.c | 179 l2n(seq, p); in ssl2_mac()
|
| /freebsd-11-stable/crypto/openssl/crypto/rc2/ |
| HD | rc2_locl.h | 141 #undef l2n 142 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
|
| /freebsd-11-stable/crypto/openssl/crypto/rc5/ |
| HD | rc5_locl.h | 143 #undef l2n 144 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
|
| /freebsd-11-stable/crypto/openssl/crypto/des/ |
| HD | enc_writ.c | 132 l2n(len, p); in DES_enc_write()
|
| HD | des_locl.h | 145 # define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
|
| /freebsd-11-stable/sys/crypto/des/ |
| HD | des_locl.h | 104 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
|