Searched refs:l2cn (Results 1 – 14 of 14) sorted by relevance
/third_party/openssl/crypto/rc2/ |
D | rc2_local.h | 47 #undef l2cn 48 #define l2cn(l1,l2,c,n) { \ macro
|
D | rc2_cbc.c | 77 l2cn(tout0, tout1, out, l + 8); in RC2_cbc_encrypt()
|
/third_party/openssl/crypto/des/ |
D | cfb_enc.c | 61 l2cn(d0, d1, out, n); in DES_cfb_encrypt() 142 l2cn(d0, d1, out, n); in DES_cfb_encrypt()
|
D | cfb64ede.c | 112 l2cn(d0, d1, out, n); in DES_ede3_cfb_encrypt() 181 l2cn(d0, d1, out, n); in DES_ede3_cfb_encrypt()
|
D | pcbc_enc.c | 59 l2cn(tout0, tout1, out, length); in DES_pcbc_encrypt()
|
D | ofb_enc.c | 60 l2cn(d0, d1, out, n); in DES_ofb_encrypt()
|
D | ncbc_enc.c | 92 l2cn(tout0, tout1, out, l + 8); in DES_cbc_encrypt()
|
D | xcbc_enc.c | 91 l2cn(tout0, tout1, out, l + 8); in DES_xcbc_encrypt()
|
D | des_local.h | 78 # define l2cn(l1,l2,c,n) { \ macro
|
D | des_enc.c | 286 l2cn(tout0, tout1, out, l + 8); in DES_ede3_cbc_encrypt()
|
/third_party/openssl/crypto/rc5/ |
D | rc5_local.h | 49 #undef l2cn 50 #define l2cn(l1,l2,c,n) { \ macro
|
D | rc5_enc.c | 79 l2cn(tout0, tout1, out, l + 8); in RC5_32_cbc_encrypt()
|
/third_party/openssl/crypto/cast/ |
D | cast_local.h | 44 #undef l2cn 45 #define l2cn(l1,l2,c,n) { \ macro
|
/third_party/openssl/ssl/ |
D | ssl_local.h | 106 # define l2cn(l1,l2,c,n) { \ macro
|