HomeSort by relevance Sort by last modified time
    Searched refs:schannel (Results 1 - 14 of 14) sorted by null

  /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...]
SAX2.c 83 xmlStructuredErrorFunc schannel = NULL; local
91 schannel = ctxt->sax->serror;
92 __xmlRaiseError(schannel,
100 __xmlRaiseError(schannel,
    [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...]
xmlIO.c 459 xmlStructuredErrorFunc schannel = NULL; local
476 schannel = ctxt->sax->serror;
479 __xmlRaiseError(schannel, channel, data, ctxt, NULL, XML_FROM_IO,
    [all...]
valid.c 146 xmlStructuredErrorFunc schannel = NULL; local
163 __xmlRaiseError(schannel, channel, data, pctxt, node, XML_FROM_VALID, error,
189 xmlStructuredErrorFunc schannel = NULL; local
206 __xmlRaiseError(schannel, channel, data, pctxt, node, XML_FROM_VALID, error,
230 xmlStructuredErrorFunc schannel = NULL; local
247 __xmlRaiseError(schannel, channel, data, pctxt, node, XML_FROM_VALID, error,
    [all...]
parser.c 523 xmlStructuredErrorFunc schannel = NULL; local
530 schannel = ctxt->sax->serror;
532 __xmlRaiseError(schannel,
540 __xmlRaiseError(schannel, NULL, NULL,
561 xmlStructuredErrorFunc schannel = NULL; local
569 schannel = ctxt->sax->serror;
572 __xmlRaiseError(schannel,
580 __xmlRaiseError(schannel, NULL, NULL,
    [all...]
xmlschemas.c 1892 xmlStructuredErrorFunc schannel = NULL; local
1958 xmlStructuredErrorFunc schannel = NULL; local
2029 xmlStructuredErrorFunc schannel = NULL; local
    [all...]
  /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/libxml2/include/libxml/
xmlerror.h     [all...]
  /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/wpa_supplicant_8/hostapd/
Android.mk 544 ifeq ($(CONFIG_TLS), schannel)
Makefile 496 ifeq ($(CONFIG_TLS), schannel)
  /external/wpa_supplicant_8/wpa_supplicant/
Makefile 930 ifeq ($(CONFIG_TLS), schannel)
    [all...]

Completed in 253 milliseconds