Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CipherSuiteName (0.15 sec)

  1. src/crypto/tls/tls_test.go

    		}
    
    		if got := CipherSuiteName(c.id); got != cc.Name {
    			t.Errorf("%#04x: unexpected CipherSuiteName: got %q, expected %q", c.id, got, cc.Name)
    		}
    	}
    
    	if got := CipherSuiteName(0xabc); got != "0x0ABC" {
    		t.Errorf("unexpected fallback CipherSuiteName: got %q, expected 0x0ABC", got)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 60.5K bytes
    - Viewed (0)
Back to top