Home
last modified time | relevance | path

Searched refs:NetToHost32 (Results 1 – 3 of 3) sorted by relevance

/external/libweave/third_party/chromium/crypto/
Dp224.cc29 inline uint32_t NetToHost32(uint32_t x) { in NetToHost32() function
645 out[0] = NetToHost32(in[6]) & kBottom28Bits; in Get224Bits()
646 out[1] = ((NetToHost32(in[5]) << 4) | in Get224Bits()
647 (NetToHost32(in[6]) >> 28)) & kBottom28Bits; in Get224Bits()
648 out[2] = ((NetToHost32(in[4]) << 8) | in Get224Bits()
649 (NetToHost32(in[5]) >> 24)) & kBottom28Bits; in Get224Bits()
650 out[3] = ((NetToHost32(in[3]) << 12) | in Get224Bits()
651 (NetToHost32(in[4]) >> 20)) & kBottom28Bits; in Get224Bits()
652 out[4] = ((NetToHost32(in[2]) << 16) | in Get224Bits()
653 (NetToHost32(in[3]) >> 16)) & kBottom28Bits; in Get224Bits()
[all …]
/external/libchrome/crypto/
Dp224.cc21 using base::NetToHost32;
616 out[0] = NetToHost32(in[6]) & kBottom28Bits; in Get224Bits()
617 out[1] = ((NetToHost32(in[5]) << 4) | in Get224Bits()
618 (NetToHost32(in[6]) >> 28)) & kBottom28Bits; in Get224Bits()
619 out[2] = ((NetToHost32(in[4]) << 8) | in Get224Bits()
620 (NetToHost32(in[5]) >> 24)) & kBottom28Bits; in Get224Bits()
621 out[3] = ((NetToHost32(in[3]) << 12) | in Get224Bits()
622 (NetToHost32(in[4]) >> 20)) & kBottom28Bits; in Get224Bits()
623 out[4] = ((NetToHost32(in[2]) << 16) | in Get224Bits()
624 (NetToHost32(in[3]) >> 16)) & kBottom28Bits; in Get224Bits()
[all …]
/external/libchrome/base/
Dsys_byteorder.h74 inline uint32_t NetToHost32(uint32_t x) { in NetToHost32() function