/external/openssl/crypto/rc2/ |
D | rc2_locl.h | 66 #undef c2ln 67 #define c2ln(c,l1,l2,n) { \ macro
|
D | rc2_cbc.c | 89 c2ln(in,tin0,tin1,l+8); in RC2_cbc_encrypt()
|
/external/openssl/crypto/bf/ |
D | bf_locl.h | 70 #undef c2ln 71 #define c2ln(c,l1,l2,n) { \ macro
|
/external/openssl/crypto/des/ |
D | cfb_enc.c | 104 c2ln(in,d0,d1,n); in DES_cfb_encrypt() 151 c2ln(in,d0,d1,n); in DES_cfb_encrypt()
|
D | cfb64ede.c | 173 c2ln(in,d0,d1,n); in DES_ede3_cfb_encrypt() 215 c2ln(in,d0,d1,n); in DES_ede3_cfb_encrypt()
|
D | cbc_cksm.c | 81 c2ln(in,tin0,tin1,l); in DES_cbc_cksum()
|
D | pcbc_enc.c | 86 c2ln(in,sin0,sin1,length); in DES_pcbc_encrypt()
|
D | ofb_enc.c | 108 c2ln(in,d0,d1,n); in DES_ofb_encrypt()
|
D | ncbc_enc.c | 98 c2ln(in,tin0,tin1,l+8); in DES_cbc_encrypt()
|
D | ede_cbcm_enc.c | 106 c2ln(in,tin0,tin1,l+8); in DES_ede3_cbcm_encrypt()
|
D | xcbc_enc.c | 150 c2ln(in,tin0,tin1,l+8); in DES_xcbc_encrypt()
|
D | des_enc.c | 327 c2ln(in,tin0,tin1,l+8); in DES_ede3_cbc_encrypt()
|
D | des_locl.h | 114 #define c2ln(c,l1,l2,n) { \ macro
|
/external/chromium_org/third_party/boringssl/src/crypto/cipher/ |
D | e_rc2.c | 68 #define c2ln(c, l1, l2, n) \ macro 237 c2ln(in, tin0, tin1, l + 8); in RC2_cbc_encrypt()
|
/external/chromium_org/third_party/boringssl/src/crypto/des/ |
D | internal.h | 78 #define c2ln(c, l1, l2, n) \ macro
|
D | des.c | 563 c2ln(in, tin0, tin1, len); in DES_ncbc_encrypt() 643 c2ln(in, tin0, tin1, len); in DES_ede3_cbc_encrypt()
|
/external/chromium_org/third_party/boringssl/src/ssl/ |
D | ssl_locl.h | 167 #define c2ln(c,l1,l2,n) { \ macro
|
/external/openssl/ssl/ |
D | ssl_locl.h | 181 #define c2ln(c,l1,l2,n) { \ macro
|