Searched refs:l2cn (Results 1 – 13 of 13) sorted by relevance
/openssl/crypto/rc2/ |
H A D | rc2_local.h | 47 #undef l2cn 48 #define l2cn(l1,l2,c,n) { \ macro
|
H A D | rc2_cbc.c | 83 l2cn(tout0, tout1, out, l + 8); in RC2_cbc_encrypt()
|
/openssl/crypto/rc5/ |
H A D | rc5_local.h | 49 #undef l2cn 50 #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()
|
/openssl/crypto/des/ |
H A D | cfb_enc.c | 67 l2cn(d0, d1, out, n); in DES_cfb_encrypt() 148 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 | 63 # define l2cn(l1,l2,c,n) { \ macro
|
H A D | des_enc.c | 292 l2cn(tout0, tout1, out, l + 8); in DES_ede3_cbc_encrypt()
|
/openssl/include/internal/ |
H A D | common.h | 160 # define l2cn(l1,l2,c,n) { \ macro
|
Completed in 18 milliseconds