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.go315 eqUint16s(m.cipherSuites, m1.cipherSuites) &&
334 eqUint16s(m.supportedVersions, m1.supportedVersions) &&
345 eqUint16s(m.srtpProtectionProfiles, m1.srtpProtectionProfiles) &&
354 eqUint16s(m.compressedCertAlgs, m1.compressedCertAlgs) &&
2533 func eqUint16s(x, y []uint16) bool { func