Searched refs:l2cn (Results 1 – 4 of 4) sorted by relevance
/external/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()
|
/external/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
|
/external/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()
|