Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/rc2/
H A Drc2_local.h56 #undef l2cn
57 #define l2cn(l1, l2, c, n) \ macro
H A Drc2_cbc.c83 l2cn(tout0, tout1, out, l + 8); in RC2_cbc_encrypt()
/freebsd/crypto/openssl/crypto/rc5/
H A Drc5_local.h58 #undef l2cn
59 #define l2cn(l1, l2, c, n) \ macro
H A Drc5_enc.c85 l2cn(tout0, tout1, out, l + 8); in RC5_32_cbc_encrypt()
/freebsd/crypto/openssl/crypto/des/
H A Dcfb_enc.c66 l2cn(d0, d1, out, n); in DES_cfb_encrypt()
145 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.h72 #define l2cn(l1, l2, c, n) \ macro
H A Ddes_enc.c294 l2cn(tout0, tout1, out, l + 8); in DES_ede3_cbc_encrypt()
/freebsd/crypto/openssl/include/internal/
H A Dcommon.h168 #define l2cn(l1, l2, c, n) \ macro
/freebsd/sys/crypto/des/
H A Ddes_locl.h109 #define l2cn(l1,l2,c,n) { \ macro