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.go49 eqUint16s(m.cipherSuites, m1.cipherSuites) &&
66 eqUint16s(m.srtpProtectionProfiles, m1.srtpProtectionProfiles) &&
1662 eqUint16s(m.cipherSuites, m1.cipherSuites) &&
1816 func eqUint16s(x, y []uint16) bool { func