HomeSort by relevance Sort by last modified time
    Searched defs:HOST_l2c (Results 1 - 6 of 6) sorted by null

  /external/boringssl/src/crypto/fipsmodule/digest/
md32_common.h 149 #define HOST_l2c(l, c) \
167 #define HOST_l2c(l, c) \
250 HOST_l2c(c->Nh, p);
251 HOST_l2c(c->Nl, p);
253 HOST_l2c(c->Nl, p);
254 HOST_l2c(c->Nh, p);
  /external/boringssl/src/crypto/fipsmodule/md4/
md4.c 98 HOST_l2c(ll, (s)); \
100 HOST_l2c(ll, (s)); \
102 HOST_l2c(ll, (s)); \
104 HOST_l2c(ll, (s)); \
254 #undef HOST_l2c
  /external/boringssl/src/crypto/fipsmodule/md5/
md5.c 104 HOST_l2c(ll, (s)); \
106 HOST_l2c(ll, (s)); \
108 HOST_l2c(ll, (s)); \
110 HOST_l2c(ll, (s)); \
299 #undef HOST_l2c
  /external/boringssl/src/crypto/fipsmodule/sha/
sha1.c 94 HOST_l2c(ll, (s)); \
96 HOST_l2c(ll, (s)); \
98 HOST_l2c(ll, (s)); \
100 HOST_l2c(ll, (s)); \
102 HOST_l2c(ll, (s)); \
369 #undef HOST_l2c
sha256.c 143 HOST_l2c(ll, (s)); \
149 HOST_l2c(ll, (s)); \
158 HOST_l2c(ll, (s)); \
337 #undef HOST_l2c
  /external/mdnsresponder/mDNSCore/
DNSDigest.c 267 ll=(c)->A; HOST_l2c(ll,(s)); \
268 ll=(c)->B; HOST_l2c(ll,(s)); \
269 ll=(c)->C; HOST_l2c(ll,(s)); \
270 ll=(c)->D; HOST_l2c(ll,(s)); \
605 #define HOST_l2c(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \
641 #define HOST_l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \
    [all...]

Completed in 288 milliseconds