Home
last modified time | relevance | path

Searched defs:l (Results 1 – 25 of 165) sorted by relevance

1234567

/openssl/include/crypto/
H A Dmd32_common.h126 # define HOST_c2l(c,l) (l =(((unsigned long)(*((c)++)))<<24), \ argument
130 # define HOST_l2c(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ argument
138 # define HOST_c2l(c,l) (l =(((unsigned long)(*((c)++))) ), \ argument
142 # define HOST_l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ argument
158 HASH_LONG l; in HASH_UPDATE() local
/openssl/crypto/idea/
H A Didea_local.h66 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ argument
72 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ argument
78 #define s2n(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ argument
82 #define n2s(c,l) (l =((IDEA_INT)(*((c)++)))<< 8L, \ argument
/openssl/crypto/rc2/
H A Drc2_local.h11 #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ argument
41 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ argument
115 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ argument
121 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ argument
H A Drc2_cbc.c24 register long l = length; in RC2_cbc_encrypt() local
99 unsigned long l; in RC2_encrypt() local
145 unsigned long l; in RC2_decrypt() local
H A Drc2_ecb.c31 unsigned long l, d[2]; in RC2_ecb_encrypt() local
/openssl/ssl/record/
H A Drecord_local.h36 #define SSL3_BUFFER_set_len(b, l) ((b)->len = (l)) argument
38 #define SSL3_BUFFER_set_left(b, l) ((b)->left = (l)) argument
39 #define SSL3_BUFFER_sub_left(b, l) ((b)->left -= (l)) argument
44 #define SSL3_BUFFER_set_default_len(b, l) ((b)->default_len = (l)) argument
45 #define SSL3_BUFFER_set_app_buffer(b, l) ((b)->app_buffer = (l)) argument
61 #define SSL3_RECORD_set_length(r, l) ((r)->length = (l)) argument
62 #define SSL3_RECORD_add_length(r, l) ((r)->length += (l)) argument
63 #define SSL3_RECORD_sub_length(r, l) ((r)->length -= (l)) argument
/openssl/crypto/des/
H A Ddes_enc.c22 register DES_LONG l, r, t, u; in DES_encrypt1() local
93 register DES_LONG l, r, t, u; in DES_encrypt2() local
158 register DES_LONG l, r; in DES_encrypt3() local
178 register DES_LONG l, r; in DES_decrypt3() local
209 register long l = length; in DES_ede3_cbc_encrypt() local
H A Ddes_local.h29 # define c2l(c,l) (l =((DES_LONG)(*((c)++))) , \ argument
57 # define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ argument
67 # define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ argument
72 # define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ argument
214 # define IP(l,r) \ argument
224 # define FP(l,r) \ argument
H A Dcfb64ede.c30 register long l = length; in DES_ede3_cfb64_encrypt() local
97 register unsigned long l = length, n = ((unsigned int)numbits + 7) / 8; in DES_ede3_cfb_encrypt() local
/openssl/crypto/bf/
H A Dbf_enc.c32 register BF_LONG l, r; in BF_encrypt() local
71 register BF_LONG l, r; in BF_decrypt() local
113 register long l = length; in BF_cbc_encrypt() local
H A Dbf_local.h60 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ argument
66 # define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ argument
H A Dbf_ecb.c34 BF_LONG l, d[2]; in BF_ecb_encrypt() local
/openssl/crypto/cast/
H A Dc_enc.c21 CAST_LONG l, r, t; in CAST_encrypt() local
53 CAST_LONG l, r, t; in CAST_decrypt() local
89 register long l = length; in CAST_cbc_encrypt() local
H A Dc_skey.c20 #define CAST_exp(l,A,a,n) \ argument
38 CAST_LONG l, *K; in CAST_set_key() local
H A Dcast_local.h15 #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ argument
38 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ argument
105 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ argument
111 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ argument
H A Dc_ecb.c23 CAST_LONG l, d[2]; in CAST_ecb_encrypt() local
/openssl/crypto/bn/
H A Dbn_word.c82 BN_ULONG l, d; in BN_div_word() local
100 BN_ULONG l; in BN_add_word() local
/openssl/crypto/rc5/
H A Drc5_local.h13 #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ argument
43 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ argument
117 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ argument
123 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ argument
H A Drc5_ecb.c23 unsigned long l, d[2]; in RC5_32_ecb_encrypt() local
/openssl/include/openssl/
H A Ddes.h64 # define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \ argument
67 # define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \ argument
70 # define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \ argument
/openssl/doc/designs/ddd/
H A Dddd-02-conn-nonblocking.c125 int l; in tx() local
150 int l; in rx() local
228 int res = 1, l, tx_len = sizeof(tx_msg)-1; in main() local
H A Dddd-05-mem-nonblocking.c120 int rc, l; in tx() local
149 int rc, l; in rx() local
261 int l, l2; in pump() local
321 int l, tx_len = sizeof(tx_msg)-1; in main() local
H A Dddd-04-fd-nonblocking.c99 int rc, l; in tx() local
128 int rc, l; in rx() local
229 int l, tx_len = sizeof(tx_msg)-1; in main() local
/openssl/crypto/mdc2/
H A Dmdc2dgst.c24 #define c2l(c,l) (l =((DES_LONG)(*((c)++))) , \ argument
30 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ argument
/openssl/crypto/modes/
H A Dofb128.c30 size_t l = 0; in CRYPTO_ofb128_encrypt() local

Completed in 42 milliseconds

1234567