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

  /external/boringssl/src/include/openssl/
md4.h 96 uint32_t Nl, Nh;
md5.h 97 uint32_t Nl, Nh;
ripemd.h 73 uint32_t Nl, Nh;
sha.h 114 uint32_t Nl, Nh;
184 uint32_t Nl, Nh;
246 uint64_t Nl, Nh;
  /external/mdnsresponder/mDNSCore/
DNSDigest.c 192 mDNSu32 Nl,Nh;
313 * HASH_LONG Nl,Nh;
666 c->Nh++;
667 c->Nh+=(len>>29);
822 if (i>(HASH_LBLOCK-2)) /* save room for Nl and Nh */
832 p[HASH_LBLOCK-2]=c->Nh;
836 p[HASH_LBLOCK-1]=c->Nh;
934 c->Nh=0;
    [all...]

Completed in 1271 milliseconds