/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/boringssl/src/decrepit/des/ |
D | cfb64ede.c | 161 l2cn(d0, d1, out, n); in DES_ede3_cfb_encrypt() 228 l2cn(d0, d1, out, n); in DES_ede3_cfb_encrypt()
|
/third_party/boringssl/src/crypto/fipsmodule/des/ |
D | des.c | 624 l2cn(tout0, tout1, out, len); in DES_ncbc_encrypt() 745 l2cn(tout0, tout1, out, len); in DES_ede3_cbc_encrypt() 777 #undef l2cn
|
D | internal.h | 118 #define l2cn(l1, l2, c, n) \ macro
|
/third_party/boringssl/src/crypto/cipher_extra/ |
D | e_rc2.c | 110 #define l2cn(l1, l2, c, n) \ macro 294 l2cn(tout0, tout1, out, l + 8); in RC2_cbc_encrypt()
|
/third_party/openssl/ssl/ |
D | ssl_local.h | 106 # define l2cn(l1,l2,c,n) { \ macro
|