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

  /external/syslinux/gpxe/src/crypto/axtls/
aes.c 67 #define l2n(l,c) *c++=htonl(l) macro
289 l2n(tout0, out_32);
291 l2n(tout1, out_32);
293 l2n(tout2, out_32);
295 l2n(tout3, out_32);
298 l2n(tout0, iv);
299 l2n(tout1, iv);
300 l2n(tout2, iv);
301 l2n(tout3, iv);
347 l2n(tout0, out_32)
    [all...]
  /external/boringssl/src/decrepit/cast/
cast.c 80 l2n(d[0], out);
81 l2n(d[1], out);
187 l2n(tout0, out);
188 l2n(tout1, out);
199 l2n(tout0, out);
200 l2n(tout1, out);
202 l2n(tout0, iv);
203 l2n(tout1, iv);
216 l2n(tout0, out);
217 l2n(tout1, out)
    [all...]
  /external/boringssl/src/decrepit/
macros.h 86 /* NOTE - c is not incremented as per l2n */
110 #define l2n(l, c) \ macro
  /external/boringssl/src/decrepit/blowfish/
blowfish.c 148 l2n(d[0], out);
149 l2n(d[1], out);
173 l2n(tout0, out);
174 l2n(tout1, out);
185 l2n(tout0, out);
186 l2n(tout1, out);
188 l2n(tout0, ivec);
189 l2n(tout1, ivec);
202 l2n(tout0, out);
203 l2n(tout1, out)
    [all...]

Completed in 2610 milliseconds