/external/boringssl/src/crypto/des/ |
internal.h | 67 #define c2l(c, l) \ macro 77 /* NOTE - c is not incremented as per c2l */
|
/external/boringssl/src/crypto/cipher/ |
e_rc2.c | 63 #define c2l(c, l) \ macro 220 c2l(iv, tout0); 221 c2l(iv, tout1); 224 c2l(in, tin0); 225 c2l(in, tin1); 251 c2l(iv, xor0); 252 c2l(iv, xor1); 255 c2l(in, tin0); 257 c2l(in, tin1); 268 c2l(in, tin0) [all...] |
/external/boringssl/src/ssl/ |
internal.h | 357 #define c2l(c, l) \ macro 362 /* NOTE - c is not incremented as per c2l */ [all...] |