HomeSort by relevance Sort by last modified time
    Searched refs:c2l (Results 1 - 4 of 4) sorted by null

  /external/boringssl/src/decrepit/des/
cfb64ede.c 82 c2l(iv, v0);
83 c2l(iv, v1);
104 c2l(iv, v0);
105 c2l(iv, v1);
148 c2l(iv, v0);
149 c2l(iv, v1);
187 c2l(iv, v0);
188 c2l(iv, v1);
223 c2l(iv, v0);
224 c2l(iv, v1)
    [all...]
  /external/boringssl/src/crypto/fipsmodule/des/
des.c 305 c2l(in, c);
306 c2l(in, d);
547 c2l(in, l);
549 c2l(in, l);
570 c2l(iv, tout0);
571 c2l(iv, tout1);
573 c2l(in, tin0);
574 c2l(in, tin1);
601 c2l(iv, xor0);
602 c2l(iv, xor1)
774 #undef c2l macro
    [all...]
internal.h 69 #define c2l(c, l) \ macro
85 // NOTE - c is not incremented as per c2l
  /external/boringssl/src/crypto/cipher_extra/
e_rc2.c 63 #define c2l(c, l) \ macro
239 c2l(iv, tout0);
240 c2l(iv, tout1);
243 c2l(in, tin0);
244 c2l(in, tin1);
270 c2l(iv, xor0);
271 c2l(iv, xor1);
274 c2l(in, tin0);
276 c2l(in, tin1);
287 c2l(in, tin0)
    [all...]

Completed in 139 milliseconds