Searched refs:l2cn (Results 1 – 14 of 14) sorted by relevance
| /freebsd/crypto/openssl/crypto/rc2/ |
| H A D | rc2_local.h | 56 #undef l2cn 57 #define l2cn(l1, l2, c, n) \ macro
|
| H A D | rc2_cbc.c | 83 l2cn(tout0, tout1, out, l + 8); in RC2_cbc_encrypt()
|
| /freebsd/crypto/openssl/crypto/rc5/ |
| H A D | rc5_local.h | 58 #undef l2cn 59 #define l2cn(l1, l2, c, n) \ macro
|
| H A D | rc5_enc.c | 85 l2cn(tout0, tout1, out, l + 8); in RC5_32_cbc_encrypt()
|
| /freebsd/crypto/openssl/crypto/des/ |
| H A D | cfb_enc.c | 66 l2cn(d0, d1, out, n); in DES_cfb_encrypt() 145 l2cn(d0, d1, out, n); in DES_cfb_encrypt()
|
| H A D | cfb64ede.c | 118 l2cn(d0, d1, out, n); in DES_ede3_cfb_encrypt() 187 l2cn(d0, d1, out, n); in DES_ede3_cfb_encrypt()
|
| H A D | pcbc_enc.c | 65 l2cn(tout0, tout1, out, length); in DES_pcbc_encrypt()
|
| H A D | ofb_enc.c | 66 l2cn(d0, d1, out, n); in DES_ofb_encrypt()
|
| H A D | ncbc_enc.c | 92 l2cn(tout0, tout1, out, l + 8); in DES_cbc_encrypt()
|
| H A D | xcbc_enc.c | 97 l2cn(tout0, tout1, out, l + 8); in DES_xcbc_encrypt()
|
| H A D | des_local.h | 72 #define l2cn(l1, l2, c, n) \ macro
|
| H A D | des_enc.c | 294 l2cn(tout0, tout1, out, l + 8); in DES_ede3_cbc_encrypt()
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | common.h | 168 #define l2cn(l1, l2, c, n) \ macro
|
| /freebsd/sys/crypto/des/ |
| H A D | des_locl.h | 109 #define l2cn(l1,l2,c,n) { \ macro
|