Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go192 eqUint16s(m.cipherSuites, m1.cipherSuites) &&
210 eqUint16s(m.supportedVersions, m1.supportedVersions) &&
218 eqUint16s(m.srtpProtectionProfiles, m1.srtpProtectionProfiles) &&
2361 func eqUint16s(x, y []uint16) bool { func