HomeSort by relevance Sort by last modified time
    Searched full:schannel (Results 1 - 25 of 50) sorted by null

1 2

  /external/wpa_supplicant_8/src/crypto/
tls_schannel.c 2 * SSL/TLS interface functions for Microsoft Schannel
20 #include <schannel.h>
183 /* Schannel does not export master secret or client/server random. */
193 * Cannot get master_key from Schannel, but EapKeyBlock can be used to
197 * and just use Schannel or CryptoAPI for low-level crypto
257 wpa_hexdump(MSG_MSGDUMP, "SChannel - ClientHello",
268 wpa_printf(MSG_ERROR, "SChannel: Failed to generate ClientHello");
300 wpa_hexdump_key(MSG_MSGDUMP, "Schannel - EapKeyBlock - rgbKeys",
302 wpa_hexdump_key(MSG_MSGDUMP, "Schannel - EapKeyBlock - rgbIVs",
330 wpa_printf(MSG_DEBUG, "SChannel: %d bytes handshake data to process"
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
sslstreamadapter.cc 37 // SChannel support for DTLS and peer-to-peer mode are not
65 // Note: this matches the logic above with SCHANNEL dominating
sslconfig.h 31 // If no preference has been indicated, default to SChannel on Windows and
schanneladapter.cc 31 #include <schannel.h>
167 LOG(LS_VERBOSE) << "SChannel cipher strength: "
177 LOG(LS_VERBOSE) << "SChannel supported algorithms:";
321 // We don't support client authentication in schannel.
  /external/chromium_org/third_party/libxml/src/
error.c 418 * @schannel: the structured callback channel
441 __xmlRaiseError(xmlStructuredErrorFunc schannel,
461 if ((schannel == NULL) && (ctxt != NULL) && (ctxt->sax != NULL) &&
463 schannel = ctxt->sax->serror;
468 if (schannel == NULL) {
469 schannel = xmlStructuredError;
473 if (schannel != NULL)
480 if ((schannel == NULL) && (ctxt != NULL) && (ctxt->sax != NULL) &&
482 schannel = ctxt->sax->serror;
603 if ((schannel == NULL) && (xmlStructuredError != NULL))
    [all...]
schematron.c 251 xmlStructuredErrorFunc schannel = NULL; local
258 schannel = ctxt->serror;
260 __xmlRaiseError(schannel, channel, data, ctxt, node, XML_FROM_SCHEMASP,
1409 xmlStructuredErrorFunc schannel = NULL; local
    [all...]
relaxng.c 438 xmlStructuredErrorFunc schannel = NULL; local
444 schannel = ctxt->serror;
451 __xmlRaiseError(schannel, channel, data,
457 __xmlRaiseError(schannel, channel, data,
473 xmlStructuredErrorFunc schannel = NULL; local
479 schannel = ctxt->serror;
486 __xmlRaiseError(schannel, channel, data,
492 __xmlRaiseError(schannel, channel, data,
513 xmlStructuredErrorFunc schannel = NULL; local
519 schannel = ctxt->serror
547 xmlStructuredErrorFunc schannel = NULL; local
    [all...]
  /external/chromium/net/base/
ssl_connection_status_flags.h 27 // library that doesn't report it, like SChannel.)
ssl_config_service.h 56 // TODO(rsleevi): Not implemented when using Schannel.
x509_certificate_win.cc 58 case SEC_E_WRONG_PRINCIPAL: // Schannel
61 case SEC_E_UNTRUSTED_ROOT: // Schannel
64 case SEC_E_CERT_EXPIRED: // Schannel
71 case CRYPT_E_REVOKED: // Schannel and CryptoAPI
    [all...]
  /external/chromium_org/net/ssl/
ssl_connection_status_flags.h 26 // library that doesn't report it, like SChannel.)
  /external/libxml2/
error.c 418 * @schannel: the structured callback channel
441 __xmlRaiseError(xmlStructuredErrorFunc schannel,
463 if ((schannel == NULL) && (ctxt != NULL) && (ctxt->sax != NULL) &&
466 schannel = ctxt->sax->serror;
473 if (schannel == NULL) {
474 schannel = xmlStructuredError;
478 if (schannel != NULL)
587 if (schannel != NULL) {
588 schannel(data, to);
schematron.c 251 xmlStructuredErrorFunc schannel = NULL; local
258 schannel = ctxt->serror;
260 __xmlRaiseError(schannel, channel, data, ctxt, node, XML_FROM_SCHEMASP,
1409 xmlStructuredErrorFunc schannel = NULL; local
    [all...]
relaxng.c 438 xmlStructuredErrorFunc schannel = NULL; local
444 schannel = ctxt->serror;
451 __xmlRaiseError(schannel, channel, data,
457 __xmlRaiseError(schannel, channel, data,
473 xmlStructuredErrorFunc schannel = NULL; local
479 schannel = ctxt->serror;
486 __xmlRaiseError(schannel, channel, data,
492 __xmlRaiseError(schannel, channel, data,
513 xmlStructuredErrorFunc schannel = NULL; local
519 schannel = ctxt->serror
547 xmlStructuredErrorFunc schannel = NULL; local
    [all...]
  /external/chromium/net/socket/
ssl_client_socket_win.h 33 // An SSL client socket implemented with the Windows Schannel.
168 // recv_buffer_ holds the received ciphertext. Since Schannel decrypts
ssl_client_socket_win.cc 39 case SEC_E_WRONG_PRINCIPAL: // Schannel - server certificate error.
42 case SEC_E_UNTRUSTED_ROOT: // Schannel - server certificate error or
46 case SEC_E_CERT_EXPIRED: // Schannel - server certificate error or
54 case CRYPT_E_REVOKED: // CryptoAPI and Schannel server certificate error,
85 // by Schannel for authentication errors that happen locally, so it has
209 // Schannel will make its own copy of client_cert.
222 // Schannel keeps the session in its session cache.
462 // SChannel doesn't support TLS compression, so cipher_info doesn't have
476 // Schannel doesn't return the certificate_types field of the
590 // If we pass 0 to GetCredHandle, we will let Schannel select the protocols
    [all...]
ssl_client_socket_unittest.cc 560 // TODO(rsleevi): Not implemented for Schannel. As Schannel is only used when
  /external/chromium/third_party/libjingle/source/talk/base/
schanneladapter.cc 31 #include <schannel.h>
167 LOG(LS_VERBOSE) << "SChannel cipher strength: "
177 LOG(LS_VERBOSE) << "SChannel supported algorithms:";
324 // We don't support client authentication in schannel.
  /external/chromium_org/net/cert/
cert_verify_proc_win.cc 77 case SEC_E_WRONG_PRINCIPAL: // Schannel
80 case SEC_E_UNTRUSTED_ROOT: // Schannel
83 case SEC_E_CERT_EXPIRED: // Schannel
90 case CRYPT_E_REVOKED: // Schannel and CryptoAPI
  /hardware/ti/omap4xxx/security/tee_client_api/
schannel6_protocol.h 39 * SChannel protocol.
tee_client_api_linux_driver.c 150 * @param pCommand a SChannel command message that must have been filled except for the operation parameters
151 * @param pAnswer a placeholder for the SChannel answer
153 * and is updated with the SChannel answer data as appropriate. This parameter is
  /external/chromium/net/http/
http_auth_sspi_win.cc 119 // and INCOMPLETE_MESSAGE are intended for schannel).
  /external/chromium_org/net/http/
http_auth_sspi_win.cc 119 // and INCOMPLETE_MESSAGE are intended for schannel).
  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlerror.h     [all...]
  /external/libxml2/include/libxml/
xmlerror.h     [all...]

Completed in 3363 milliseconds

1 2