Searched refs:l2c (Results 1 - 4 of 4) sorted by relevance

/external/boringssl/src/crypto/des/
H A Ddes.c561 l2c(l, out);
563 l2c(l, out);
589 l2c(tout0, out);
591 l2c(tout1, out);
601 l2c(tout0, out);
603 l2c(tout1, out);
606 l2c(tout0, iv);
607 l2c(tout1, iv);
619 l2c(tout0, out);
620 l2c(tout
[all...]
H A Dinternal.h71 #define l2c(l, c) \ macro
102 /* NOTE - c is not incremented as per l2c */
/external/boringssl/src/crypto/cipher/
H A De_rc2.c92 #define l2c(l, c) \ macro
232 l2c(tout0, out);
234 l2c(tout1, out);
244 l2c(tout0, out);
246 l2c(tout1, out);
248 l2c(tout0, iv);
249 l2c(tout1, iv);
262 l2c(tout0, out);
263 l2c(tout1, out);
279 l2c(xor
[all...]
/external/boringssl/src/ssl/
H A Dinternal.h387 #define l2c(l, c) \ macro
414 /* NOTE - c is not incremented as per l2c */

Completed in 80 milliseconds