Home
last modified time | relevance | path

Searched refs:l2cn (Results 1 – 14 of 14) sorted by relevance

/openssl/crypto/rc2/
H A Drc2_local.h47 #undef l2cn
48 #define l2cn(l1,l2,c,n) { \ macro
H A Drc2_cbc.c83 l2cn(tout0, tout1, out, l + 8); in RC2_cbc_encrypt()
/openssl/crypto/des/
H A Dcfb_enc.c67 l2cn(d0, d1, out, n); in DES_cfb_encrypt()
148 l2cn(d0, d1, out, n); in DES_cfb_encrypt()
H A Dcfb64ede.c118 l2cn(d0, d1, out, n); in DES_ede3_cfb_encrypt()
187 l2cn(d0, d1, out, n); in DES_ede3_cfb_encrypt()
H A Dpcbc_enc.c65 l2cn(tout0, tout1, out, length); in DES_pcbc_encrypt()
H A Dofb_enc.c66 l2cn(d0, d1, out, n); in DES_ofb_encrypt()
H A Dncbc_enc.c92 l2cn(tout0, tout1, out, l + 8); in DES_cbc_encrypt()
H A Dxcbc_enc.c97 l2cn(tout0, tout1, out, l + 8); in DES_xcbc_encrypt()
H A Ddes_local.h78 # define l2cn(l1,l2,c,n) { \ macro
H A Ddes_enc.c292 l2cn(tout0, tout1, out, l + 8); in DES_ede3_cbc_encrypt()
/openssl/crypto/rc5/
H A Drc5_local.h49 #undef l2cn
50 #define l2cn(l1,l2,c,n) { \ macro
H A Drc5_enc.c85 l2cn(tout0, tout1, out, l + 8); in RC5_32_cbc_encrypt()
/openssl/crypto/cast/
H A Dcast_local.h44 #undef l2cn
45 #define l2cn(l1,l2,c,n) { \ macro
/openssl/ssl/
H A Dssl_local.h109 # define l2cn(l1,l2,c,n) { \ macro

Completed in 47 milliseconds