/external/wpa_supplicant/ |
tls_schannel.c | 2 * WPA Supplicant / SSL/TLS interface functions for Microsoft Schannel 26 #include <schannel.h> 189 /* Schannel does not export master secret or client/server random. */ 199 * Cannot get master_key from Schannel, but EapKeyBlock can be used to 203 * and just use Schannel or CryptoAPI for low-level crypto 264 wpa_hexdump(MSG_MSGDUMP, "SChannel - ClientHello", 276 wpa_printf(MSG_ERROR, "SChannel: Failed to generate ClientHello"); 308 wpa_hexdump_key(MSG_MSGDUMP, "Schannel - EapKeyBlock - rgbKeys", 310 wpa_hexdump_key(MSG_MSGDUMP, "Schannel - EapKeyBlock - rgbIVs", 339 wpa_printf(MSG_DEBUG, "SChannel: %d bytes handshake data to process" [all...] |
Android.mk | 403 ifeq ($(CONFIG_TLS), schannel) 469 ifeq ($(CONFIG_TLS), schannel) 488 ifeq ($(CONFIG_TLS), schannel)
|
Makefile | 483 ifeq ($(CONFIG_TLS), schannel) 549 ifeq ($(CONFIG_TLS), schannel) 568 ifeq ($(CONFIG_TLS), schannel)
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
tls_schannel.c | 2 * WPA Supplicant / SSL/TLS interface functions for Microsoft Schannel 26 #include <schannel.h> 189 /* Schannel does not export master secret or client/server random. */ 199 * Cannot get master_key from Schannel, but EapKeyBlock can be used to 203 * and just use Schannel or CryptoAPI for low-level crypto 264 wpa_hexdump(MSG_MSGDUMP, "SChannel - ClientHello", 276 wpa_printf(MSG_ERROR, "SChannel: Failed to generate ClientHello"); 308 wpa_hexdump_key(MSG_MSGDUMP, "Schannel - EapKeyBlock - rgbKeys", 310 wpa_hexdump_key(MSG_MSGDUMP, "Schannel - EapKeyBlock - rgbIVs", 339 wpa_printf(MSG_DEBUG, "SChannel: %d bytes handshake data to process" [all...] |
/device/samsung/crespo/alsa-lib/src/pcm/ |
pcm_route.c | 936 long schannel; local 940 err = safe_strtol(id, &schannel); 945 if (schannel + 1 > ssize) 946 ssize = schannel + 1; 999 long schannel; local 1003 err = safe_strtol(id, &schannel); 1005 schannel < 0 || (unsigned int) schannel > tt_ssize || 1006 (schannels > 0 && schannel >= schannels)) { 1020 ttable[cchannel * tt_ssize + schannel] = value [all...] |
pcm_multi.c | 1111 long schannel = -1; local 1151 err = snd_config_get_integer(n, &schannel); [all...] |
pcm_share.c | 1695 long schannel = -1; local [all...] |
pcm_direct.c | 1380 long cchannel, schannel; local [all...] |
pcm_plug.c | [all...] |
/external/libxml2/ |
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; 604 schannel = xmlStructuredError [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 | 436 xmlStructuredErrorFunc schannel = NULL; local 442 schannel = ctxt->serror; 449 __xmlRaiseError(schannel, channel, data, 455 __xmlRaiseError(schannel, channel, data, 471 xmlStructuredErrorFunc schannel = NULL; local 477 schannel = ctxt->serror; 484 __xmlRaiseError(schannel, channel, data, 490 __xmlRaiseError(schannel, channel, data, 511 xmlStructuredErrorFunc schannel = NULL; local 517 schannel = ctxt->serror 545 xmlStructuredErrorFunc schannel = NULL; local [all...] |
SAX2.c | 83 xmlStructuredErrorFunc schannel = NULL; local 91 schannel = ctxt->sax->serror; 92 __xmlRaiseError(schannel, 100 __xmlRaiseError(schannel, [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...] |
xmlIO.c | 456 xmlStructuredErrorFunc schannel = NULL; local 473 schannel = ctxt->sax->serror; 476 __xmlRaiseError(schannel, channel, data, ctxt, NULL, XML_FROM_IO, [all...] |
xmlschemas.c | 1892 xmlStructuredErrorFunc schannel = NULL; local 1958 xmlStructuredErrorFunc schannel = NULL; local 2029 xmlStructuredErrorFunc schannel = NULL; local [all...] |
parser.c | 514 xmlStructuredErrorFunc schannel = NULL; local 521 schannel = ctxt->sax->serror; 522 __xmlRaiseError(schannel, 544 xmlStructuredErrorFunc schannel = NULL; local 552 schannel = ctxt->sax->serror; 554 __xmlRaiseError(schannel, [all...] |
/external/chromium/net/socket/ |
ssl_client_socket_win.h | 27 // An SSL client socket implemented with the Windows Schannel. 148 // recv_buffer_ holds the received ciphertext. Since Schannel decrypts
|
ssl_client_socket_win.cc | 34 case SEC_E_WRONG_PRINCIPAL: // Schannel 37 case SEC_E_UNTRUSTED_ROOT: // Schannel 40 case SEC_E_CERT_EXPIRED: // Schannel 47 case CRYPT_E_REVOKED: // Schannel and CryptoAPI 168 // Schannel will make its own copy of client_cert. 183 // Schannel keeps the session in its session cache. 365 // Schannel doesn't return the certificate_types field of the 470 // If we pass 0 to GetCredHandle, we will let Schannel select the protocols, 867 // We told Schannel to not verify the server certificate 874 // "Schannel Error Codes for TLS and SSL Alerts", which maps TLS aler [all...] |
/device/samsung/crespo/alsa-lib/doc/ |
asoundrc.txt | 141 SCHANNEL REAL # route value (0.0 ... 1.0) 195 SCHANNEL REAL # route value (0.0 ... 1.0) 266 schannel { # Slave channels
|
/external/chromium/net/base/ |
x509_certificate_win.cc | 35 case SEC_E_WRONG_PRINCIPAL: // Schannel 38 case SEC_E_UNTRUSTED_ROOT: // Schannel 41 case SEC_E_CERT_EXPIRED: // Schannel 48 case CRYPT_E_REVOKED: // Schannel and CryptoAPI
|
/external/wpa_supplicant_6/wpa_supplicant/ |
Android.mk | 714 ifeq ($(CONFIG_TLS), schannel) 783 ifeq ($(CONFIG_TLS), schannel) 802 ifeq ($(CONFIG_TLS), schannel)
|
Makefile | 691 ifeq ($(CONFIG_TLS), schannel) 760 ifeq ($(CONFIG_TLS), schannel) 779 ifeq ($(CONFIG_TLS), schannel)
|
/external/libxml2/include/libxml/ |
xmlerror.h | [all...] |