Home | History | Annotate | Download | only in base

Lines Matching full:uint16

28 uint16 signature length:
35 uint16 keyid
39 uint16 key length:
51 uint16 RRtype
60 uint16 signature length:
65 uint16 length
72 uint16 signature length:
82 uint16 signature length:
141 const uint16 kRootKeyID = 19036;
237 uint16 DNSSECChainVerifier::rrtype() const {
392 // U16 reads, and removes, a big-endian uint16 from |chain_|
393 bool DNSSECChainVerifier::U16(uint16* v) {
397 *v = static_cast<uint16>(data[0]) << 8 |
398 static_cast<uint16>(data[1]);
403 // VariableLength16 reads, and removes, a big-endian, uint16, length-prefixed
406 uint16 length;
516 uint16 keyid,
553 uint16 root_keyid;
640 uint16 rrtype;
745 uint16 keyid = DNSSECKeySet::DNSKEYToKeyID(next_entry_key);