HomeSort by relevance Sort by last modified time
    Searched full:matchhostnames (Results 1 - 8 of 8) sorted by null

  /prebuilts/go/darwin-x86/src/crypto/x509/
verify.go 329 func matchHostnames(pattern, host string) bool {
411 if matchHostnames(toLowerCaseASCII(match), lowered) {
416 } else if matchHostnames(toLowerCaseASCII(c.Subject.CommonName), lowered) {
x509_test.go 194 r := matchHostnames(test.pattern, test.host)
    [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/
verify.go 329 func matchHostnames(pattern, host string) bool {
411 if matchHostnames(toLowerCaseASCII(match), lowered) {
416 } else if matchHostnames(toLowerCaseASCII(c.Subject.CommonName), lowered) {
x509_test.go 194 r := matchHostnames(test.pattern, test.host)
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/crypto/
x509.a     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/crypto/
x509.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/crypto/
x509.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/crypto/
x509.a     [all...]

Completed in 362 milliseconds