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

  /external/dhcpcd-6.8.2/compat/
endian.h 34 be32enc(uint8_t *buf, uint32_t u) function
47 be32enc(buf, (uint32_t)(u >> 32));
48 be32enc(buf + sizeof(uint32_t), (uint32_t)(u & 0xffffffffULL));
  /external/scrypt/lib/util/
sysendian.h 57 be32enc(void *pp, uint32_t x) function
  /external/dhcpcd-6.8.2/crypt/
sha256.c 56 be32enc(dst + i * 4, src[i]);

Completed in 497 milliseconds