github.com/refraction-networking/utls.SignatureAlgorithmsExtension.SupportedSignatureAlgorithms (field)

48 uses

	github.com/refraction-networking/utls (current package)
		u_parrots.go#L62: 				&SignatureAlgorithmsExtension{SupportedSignatureAlgorithms: []SignatureScheme{
		u_parrots.go#L117: 				&SignatureAlgorithmsExtension{SupportedSignatureAlgorithms: []SignatureScheme{
		u_parrots.go#L198: 				&SignatureAlgorithmsExtension{SupportedSignatureAlgorithms: []SignatureScheme{
		u_parrots.go#L271: 				&SignatureAlgorithmsExtension{SupportedSignatureAlgorithms: []SignatureScheme{
		u_parrots.go#L343: 				&SignatureAlgorithmsExtension{SupportedSignatureAlgorithms: []SignatureScheme{
		u_parrots.go#L415: 				&SignatureAlgorithmsExtension{SupportedSignatureAlgorithms: []SignatureScheme{
		u_parrots.go#L488: 				&SignatureAlgorithmsExtension{SupportedSignatureAlgorithms: []SignatureScheme{
		u_parrots.go#L559: 				&SignatureAlgorithmsExtension{SupportedSignatureAlgorithms: []SignatureScheme{
		u_parrots.go#L632: 				&SignatureAlgorithmsExtension{SupportedSignatureAlgorithms: []SignatureScheme{
		u_parrots.go#L705: 				&SignatureAlgorithmsExtension{SupportedSignatureAlgorithms: []SignatureScheme{
		u_parrots.go#L779: 				&SignatureAlgorithmsExtension{SupportedSignatureAlgorithms: []SignatureScheme{
		u_parrots.go#L852: 				&SignatureAlgorithmsExtension{SupportedSignatureAlgorithms: []SignatureScheme{
		u_parrots.go#L925: 				&SignatureAlgorithmsExtension{SupportedSignatureAlgorithms: []SignatureScheme{
		u_parrots.go#L988: 				&SignatureAlgorithmsExtension{SupportedSignatureAlgorithms: []SignatureScheme{
		u_parrots.go#L1059: 				&SignatureAlgorithmsExtension{SupportedSignatureAlgorithms: []SignatureScheme{
		u_parrots.go#L1139: 				&SignatureAlgorithmsExtension{SupportedSignatureAlgorithms: []SignatureScheme{ //signature_algorithms
		u_parrots.go#L1218: 				&SignatureAlgorithmsExtension{SupportedSignatureAlgorithms: []SignatureScheme{ //signature_algorithms
		u_parrots.go#L1317: 					SupportedSignatureAlgorithms: []SignatureScheme{
		u_parrots.go#L1424: 					SupportedSignatureAlgorithms: []SignatureScheme{
		u_parrots.go#L1492: 				&SignatureAlgorithmsExtension{SupportedSignatureAlgorithms: []SignatureScheme{
		u_parrots.go#L1552: 				&SignatureAlgorithmsExtension{SupportedSignatureAlgorithms: []SignatureScheme{
		u_parrots.go#L1617: 				&SignatureAlgorithmsExtension{SupportedSignatureAlgorithms: []SignatureScheme{
		u_parrots.go#L1710: 				&SignatureAlgorithmsExtension{SupportedSignatureAlgorithms: []SignatureScheme{
		u_parrots.go#L1775: 				&SignatureAlgorithmsExtension{SupportedSignatureAlgorithms: []SignatureScheme{
		u_parrots.go#L1840: 					SupportedSignatureAlgorithms: []SignatureScheme{
		u_parrots.go#L1944: 					SupportedSignatureAlgorithms: []SignatureScheme{
		u_parrots.go#L2056: 					SupportedSignatureAlgorithms: []SignatureScheme{
		u_parrots.go#L2168: 					SupportedSignatureAlgorithms: []SignatureScheme{
		u_parrots.go#L2236: 					SupportedSignatureAlgorithms: []SignatureScheme{
		u_parrots.go#L2344: 					SupportedSignatureAlgorithms: []SignatureScheme{
		u_parrots.go#L2439: 				&SignatureAlgorithmsExtension{SupportedSignatureAlgorithms: []SignatureScheme{
		u_parrots.go#L2510: 				&SignatureAlgorithmsExtension{SupportedSignatureAlgorithms: []SignatureScheme{
		u_parrots.go#L2581: 				&SignatureAlgorithmsExtension{SupportedSignatureAlgorithms: []SignatureScheme{
		u_parrots.go#L2655: 				&SignatureAlgorithmsExtension{SupportedSignatureAlgorithms: []SignatureScheme{
		u_parrots.go#L3049: 	sigAndHash := SignatureAlgorithmsExtension{SupportedSignatureAlgorithms: sigAndHashAlgos}
		u_tls_extensions.go#L401: 	SupportedSignatureAlgorithms []SignatureScheme
		u_tls_extensions.go#L405: 	return 6 + 2*len(e.SupportedSignatureAlgorithms)
		u_tls_extensions.go#L415: 	b[2] = byte((2 + 2*len(e.SupportedSignatureAlgorithms)) >> 8)
		u_tls_extensions.go#L416: 	b[3] = byte(2 + 2*len(e.SupportedSignatureAlgorithms))
		u_tls_extensions.go#L417: 	b[4] = byte((2 * len(e.SupportedSignatureAlgorithms)) >> 8)
		u_tls_extensions.go#L418: 	b[5] = byte(2 * len(e.SupportedSignatureAlgorithms))
		u_tls_extensions.go#L419: 	for i, sigScheme := range e.SupportedSignatureAlgorithms {
		u_tls_extensions.go#L436: 			e.SupportedSignatureAlgorithms = append(e.SupportedSignatureAlgorithms, GREASE_PLACEHOLDER)
		u_tls_extensions.go#L441: 			e.SupportedSignatureAlgorithms = append(e.SupportedSignatureAlgorithms, SignatureScheme(scheme))
		u_tls_extensions.go#L466: 	e.SupportedSignatureAlgorithms = supportedSignatureAlgorithms
		u_tls_extensions.go#L471: 	uc.HandshakeState.Hello.SupportedSignatureAlgorithms = e.SupportedSignatureAlgorithms