HomeSort by relevance Sort by last modified time
    Searched refs:GetCertificate (Results 1 - 25 of 27) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/crypto/tls/
tls.go 30 // at least one certificate or else set GetCertificate.
62 // at least one certificate or else set GetCertificate.
73 // at least one certificate or else set GetCertificate.
75 if config == nil || (len(config.Certificates) == 0 && config.GetCertificate == nil) {
76 return nil, errors.New("tls: neither Certificates nor GetCertificate set in Config")
handshake_server_test.go 827 // tests the dynamic GetCertificate method
831 // Replace the NameToCertificate map with a GetCertificate function
834 config.GetCertificate = func(clientHello *ClientHelloInfo) (*Certificate, error) {
839 name: "SNI-GetCertificate",
848 // GetCertificate method doesn't return a cert, we fall back to what's in
853 config.GetCertificate = func(clientHello *ClientHelloInfo) (*Certificate, error) {
865 // GetCertificate result in a tls alert.
870 serverConfig.GetCertificate = func(clientHello *ClientHelloInfo) (*Certificate, error) {
889 serverConfig.GetCertificate = func(clientHello *ClientHelloInfo) (*Certificate, error) {
901 // With an empty Certificates and a nil GetCertificate, the serve
    [all...]
common.go 234 // guide certificate selection in the GetCertificate callback.
344 // at least one certificate or else set GetCertificate. Clients doing
357 // GetCertificate returns a Certificate based on the given
361 // If GetCertificate is nil or returns nil, then the certificate is
364 GetCertificate func(*ClientHelloInfo) (*Certificate, error)
557 GetCertificate: c.GetCertificate,
707 // getCertificate returns the best certificate for the given ClientHelloInfo,
709 func (c *Config) getCertificate(clientHello *ClientHelloInfo) (*Certificate, error) {
710 if c.GetCertificate != nil &
    [all...]
tls_test.go 630 GetCertificate: func(*ClientHelloInfo) (*Certificate, error) {
651 c2.GetCertificate(nil)
678 case "Time", "GetCertificate", "GetConfigForClient", "VerifyPeerCertificate", "GetClientCertificate":
conn_test.go 110 if cert, err := config.getCertificate(clientHello); err != nil {
278 GetCertificate: func(*ClientHelloInfo) (*Certificate, error) {
  /prebuilts/go/linux-x86/src/crypto/tls/
tls.go 30 // at least one certificate or else set GetCertificate.
62 // at least one certificate or else set GetCertificate.
73 // at least one certificate or else set GetCertificate.
75 if config == nil || (len(config.Certificates) == 0 && config.GetCertificate == nil) {
76 return nil, errors.New("tls: neither Certificates nor GetCertificate set in Config")
handshake_server_test.go 827 // tests the dynamic GetCertificate method
831 // Replace the NameToCertificate map with a GetCertificate function
834 config.GetCertificate = func(clientHello *ClientHelloInfo) (*Certificate, error) {
839 name: "SNI-GetCertificate",
848 // GetCertificate method doesn't return a cert, we fall back to what's in
853 config.GetCertificate = func(clientHello *ClientHelloInfo) (*Certificate, error) {
865 // GetCertificate result in a tls alert.
870 serverConfig.GetCertificate = func(clientHello *ClientHelloInfo) (*Certificate, error) {
889 serverConfig.GetCertificate = func(clientHello *ClientHelloInfo) (*Certificate, error) {
901 // With an empty Certificates and a nil GetCertificate, the serve
    [all...]
common.go 234 // guide certificate selection in the GetCertificate callback.
344 // at least one certificate or else set GetCertificate. Clients doing
357 // GetCertificate returns a Certificate based on the given
361 // If GetCertificate is nil or returns nil, then the certificate is
364 GetCertificate func(*ClientHelloInfo) (*Certificate, error)
557 GetCertificate: c.GetCertificate,
707 // getCertificate returns the best certificate for the given ClientHelloInfo,
709 func (c *Config) getCertificate(clientHello *ClientHelloInfo) (*Certificate, error) {
710 if c.GetCertificate != nil &
    [all...]
tls_test.go 630 GetCertificate: func(*ClientHelloInfo) (*Certificate, error) {
651 c2.GetCertificate(nil)
678 case "Time", "GetCertificate", "GetConfigForClient", "VerifyPeerCertificate", "GetClientCertificate":
conn_test.go 110 if cert, err := config.getCertificate(clientHello); err != nil {
278 GetCertificate: func(*ClientHelloInfo) (*Certificate, error) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certcli.h 393 virtual HRESULT WINAPI GetCertificate(LONG Flags,BSTR *pstrCertificate) = 0;
411 HRESULT (WINAPI *GetCertificate)(ICertRequest *This,LONG Flags,BSTR *pstrCertificate);
431 #define ICertRequest_GetCertificate(This,Flags,pstrCertificate) (This)->lpVtbl->GetCertificate(This,Flags,pstrCertificate)
479 HRESULT (WINAPI *GetCertificate)(ICertRequest2 *This,LONG Flags,BSTR *pstrCertificate);
505 #define ICertRequest2_GetCertificate(This,Flags,pstrCertificate) (This)->lpVtbl->GetCertificate(This,Flags,pstrCertificate)
d3d11.idl     [all...]
d3d11.h     [all...]
  /external/boringssl/src/ssl/test/
bssl_shim.cc 474 static bool GetCertificate(SSL *ssl, bssl::UniquePtr<X509> *out_x509,
509 if (!GetCertificate(ssl, &x509, &chain, &pkey)) {
655 if (!GetCertificate(ssl, &x509, &chain, &pkey)) {
    [all...]
  /external/mesa3d/include/D3D9/
d3d9.h 140 virtual HRESULT WINAPI GetCertificate(UINT CertifacteSize, BYTE *ppCertificate) = 0;
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
server.go     [all...]
serve_test.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
server.go     [all...]
serve_test.go     [all...]
  /external/boringssl/src/ssl/
ssl_test.cc     [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 

Completed in 465 milliseconds

1 2