type github.com/refraction-networking/utls.SignatureAlgorithmsExtension

42 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#L1316: 				&SignatureAlgorithmsExtension{
		u_parrots.go#L1423: 				&SignatureAlgorithmsExtension{
		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#L1839: 				&SignatureAlgorithmsExtension{
		u_parrots.go#L1943: 				&SignatureAlgorithmsExtension{
		u_parrots.go#L2055: 				&SignatureAlgorithmsExtension{
		u_parrots.go#L2167: 				&SignatureAlgorithmsExtension{
		u_parrots.go#L2235: 				&SignatureAlgorithmsExtension{
		u_parrots.go#L2343: 				&SignatureAlgorithmsExtension{
		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#L31: 		return &SignatureAlgorithmsExtension{}
		u_tls_extensions.go#L400: type SignatureAlgorithmsExtension struct {
		u_tls_extensions.go#L404: func (e *SignatureAlgorithmsExtension) Len() int {
		u_tls_extensions.go#L408: func (e *SignatureAlgorithmsExtension) Read(b []byte) (int, error) {
		u_tls_extensions.go#L426: func (e *SignatureAlgorithmsExtension) UnmarshalJSON(data []byte) error {
		u_tls_extensions.go#L449: func (e *SignatureAlgorithmsExtension) Write(b []byte) (int, error) {
		u_tls_extensions.go#L470: func (e *SignatureAlgorithmsExtension) writeToUConn(uc *UConn) error {