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

/external/boringssl/src/decrepit/des/
H A Dcfb64ede.c92 l2c(v0, iv);
93 l2c(v1, iv);
114 l2c(v0, iv);
115 l2c(v1, iv);
173 l2c(v0, iv);
174 l2c(v1, iv);
175 l2c(d0, iv);
176 l2c(d1, iv);
209 l2c(v0, iv);
210 l2c(v
[all...]
/external/boringssl/src/crypto/fipsmodule/des/
H A Ddes.c553 l2c(l, out);
555 l2c(l, out);
581 l2c(tout0, out);
583 l2c(tout1, out);
593 l2c(tout0, out);
595 l2c(tout1, out);
598 l2c(tout0, iv);
599 l2c(tout1, iv);
611 l2c(tout0, out);
612 l2c(tout
775 #undef l2c macro
[all...]
H A Dinternal.h77 #define l2c(l, c) \ macro
117 // NOTE - c is not incremented as per l2c
/external/boringssl/src/crypto/cipher_extra/
H A De_rc2.c102 #define l2c(l, c) \ macro
251 l2c(tout0, out);
253 l2c(tout1, out);
263 l2c(tout0, out);
265 l2c(tout1, out);
267 l2c(tout0, iv);
268 l2c(tout1, iv);
281 l2c(tout0, out);
282 l2c(tout1, out);
298 l2c(xor
[all...]
/external/tensorflow/tensorflow/contrib/eager/python/examples/resnet50/
H A Dresnet50.py252 self.l2c = id_block([64, 64, 256], stage=2, block='c')
299 x = self.l2c(x, training=training)

Completed in 175 milliseconds