Searched defs:to_u64_be (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/ssl/
H A Ddtls_record.cc126 // to_u64_be treats |in| as a 8-byte big-endian integer and returns the value as
128 static uint64_t to_u64_be(const uint8_t in[8]) { function in namespace:bssl
144 uint64_t seq_num_u = to_u64_be(seq_num);
159 uint64_t seq_num_u = to_u64_be(seq_num);

Completed in 180 milliseconds