Searched refs:c2ln (Results 1 – 7 of 7) sorted by relevance
/openbsd/lib/libcrypto/rc2/ |
H A D | rc2_local.h | 66 #undef c2ln 67 #define c2ln(c,l1,l2,n) { \ macro
|
H A D | rc2_cbc.c | 90 c2ln(in, tin0, tin1, l + 8); in RC2_cbc_encrypt()
|
/openbsd/lib/libcrypto/des/ |
H A D | des.c | 94 c2ln(in, tin0, tin1, l + 8); in DES_cbc_encrypt() 234 c2ln(in, d0, d1, n); in DES_ede3_cfb_encrypt() 276 c2ln(in, d0, d1, n); in DES_ede3_cfb_encrypt() 420 c2ln(in, d0, d1, n); in DES_cfb_encrypt() 466 c2ln(in, d0, d1, n); in DES_cfb_encrypt() 603 c2ln(in, tin0, tin1, l + 8); in DES_ede3_cbcm_encrypt() 841 c2ln(in, d0, d1, n); in DES_ofb_encrypt() 893 c2ln(in, sin0, sin1, length); in DES_pcbc_encrypt() 971 c2ln(in, tin0, tin1, l + 8); in DES_xcbc_encrypt()
|
H A D | des_cksum.c | 94 c2ln(in, tin0, tin1, l); in DES_cbc_cksum()
|
H A D | des_enc.c | 453 c2ln(in, tin0, tin1, l + 8); in DES_ncbc_encrypt() 541 c2ln(in, tin0, tin1, l + 8); in DES_ede3_cbc_encrypt()
|
H A D | des_local.h | 83 #define c2ln(c,l1,l2,n) { \ macro
|
/openbsd/lib/libcrypto/cast/ |
H A D | cast_local.h | 66 #undef c2ln 67 #define c2ln(c,l1,l2,n) { \ macro
|