vendor/golang.org/x/crypto/cryptobyte.String.ReadUint16 (method)
39 uses
vendor/golang.org/x/crypto/cryptobyte (current package)
string.go#L53: func (s *String) ReadUint16(out *uint16) bool {
crypto/tls
ech.go#L59: if !s.ReadUint16(&ec.Version) {
ech.go#L62: if !s.ReadUint16(&ec.Length) {
ech.go#L76: if !s.ReadUint16(&ec.KemID) {
ech.go#L88: if !cipherSuites.ReadUint16(&c.KDFID) {
ech.go#L91: if !cipherSuites.ReadUint16(&c.AEADID) {
ech.go#L110: if !extensions.ReadUint16(&e.Type) {
ech.go#L128: if !s.ReadUint16(&length) {
ech.go#L225: if !s.ReadUint16(&skip) {
ech.go#L253: if !extensions.ReadUint16(&extension) ||
ech.go#L314: if !extensions.ReadUint16(&extension) ||
ech.go#L327: if !extData.ReadUint16(&extType) {
ech.go#L522: if !s.ReadUint16(&cs.KDFID) {
ech.go#L526: if !s.ReadUint16(&cs.AEADID) {
handshake_messages.go#L423: !s.ReadUint16(&m.vers) || !s.ReadBytes(&m.random, 32) ||
handshake_messages.go#L436: if !cipherSuites.ReadUint16(&suite) {
handshake_messages.go#L463: if !extensions.ReadUint16(&extension) ||
handshake_messages.go#L520: if !curves.ReadUint16(&curve) {
handshake_messages.go#L543: if !sigAndAlgs.ReadUint16(&sigAndAlg) {
handshake_messages.go#L557: if !sigAndAlgs.ReadUint16(&sigAndAlg) {
handshake_messages.go#L596: if !versList.ReadUint16(&vers) {
handshake_messages.go#L615: if !clientShares.ReadUint16((*uint16)(&ks.group)) ||
handshake_messages.go#L876: !s.ReadUint16(&m.vers) || !s.ReadBytes(&m.random, 32) ||
handshake_messages.go#L878: !s.ReadUint16(&m.cipherSuite) ||
handshake_messages.go#L897: if !extensions.ReadUint16(&extension) ||
handshake_messages.go#L944: if !extData.ReadUint16(&m.supportedVersion) {
handshake_messages.go#L956: if !extData.ReadUint16((*uint16)(&m.selectedGroup)) {
handshake_messages.go#L960: if !extData.ReadUint16((*uint16)(&m.serverShare.group)) ||
handshake_messages.go#L967: if !extData.ReadUint16(&m.selectedIdentity) {
handshake_messages.go#L1068: if !extensions.ReadUint16(&extension) ||
handshake_messages.go#L1222: if !extensions.ReadUint16(&extension) ||
handshake_messages.go#L1328: if !extensions.ReadUint16(&extension) ||
handshake_messages.go#L1345: if !sigAndAlgs.ReadUint16(&sigAndAlg) {
handshake_messages.go#L1358: if !sigAndAlgs.ReadUint16(&sigAndAlg) {
handshake_messages.go#L1555: if !extensions.ReadUint16(&extension) ||
handshake_messages.go#L1876: if !s.ReadUint16((*uint16)(&m.signatureAlgorithm)) {
ticket.go#L193: if !s.ReadUint16(&ss.version) ||
ticket.go#L195: !s.ReadUint16(&ss.cipherSuite) ||
ticket.go#L289: if !s.ReadUint16((*uint16)(&ss.curveID)) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |