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

1 2 3 4

  /external/curl/lib/vtls/
schannel.c 163 #define BACKEND connssl->backend
262 BACKEND->use_alpn = conn->bits.tls_enable_alpn &&
268 BACKEND->use_alpn = false;
271 BACKEND->cred = NULL;
277 BACKEND->cred = old_cred;
281 BACKEND->cred->refcount++;
283 BACKEND->cred->refcount);
288 if(!BACKEND->cred) {
358 BACKEND->cred = (struct curl_schannel_cred *
    [all...]
polarssl.c 83 #define BACKEND connssl->backend
212 ssl_set_min_version(&BACKEND->ssl, SSL_MAJOR_VERSION_3, ssl_min_ver);
213 ssl_set_max_version(&BACKEND->ssl, SSL_MAJOR_VERSION_3, ssl_max_ver);
241 if((ret = ctr_drbg_init(&BACKEND->ctr_drbg, entropy_func_mutex, &entropy,
248 entropy_init(&BACKEND->entropy);
250 if((ret = ctr_drbg_init(&BACKEND->ctr_drbg, entropy_func, &BACKEND->entropy,
259 memset(&BACKEND->cacert, 0, sizeof(x509_crt));
262 ret = x509_crt_parse_file(&BACKEND->cacert
    [all...]
cyassl.c 129 #define BACKEND connssl->backend
226 if(BACKEND->ctx)
227 SSL_CTX_free(BACKEND->ctx);
228 BACKEND->ctx = SSL_CTX_new(req_method);
230 if(!BACKEND->ctx) {
246 if((wolfSSL_CTX_SetMinVersion(BACKEND->ctx, WOLFSSL_TLSV1) != 1) &&
247 (wolfSSL_CTX_SetMinVersion(BACKEND->ctx, WOLFSSL_TLSV1_1) != 1) &&
248 (wolfSSL_CTX_SetMinVersion(BACKEND->ctx, WOLFSSL_TLSV1_2) != 1)) {
258 if(!SSL_CTX_set_cipher_list(BACKEND->ctx, ciphers))
    [all...]
mbedtls.c 77 #define BACKEND connssl->backend
232 mbedtls_ssl_conf_min_version(&BACKEND->config, MBEDTLS_SSL_MAJOR_VERSION_3,
234 mbedtls_ssl_conf_max_version(&BACKEND->config, MBEDTLS_SSL_MAJOR_VERSION_3,
266 mbedtls_ctr_drbg_init(&BACKEND->ctr_drbg);
268 ret = mbedtls_ctr_drbg_seed(&BACKEND->ctr_drbg, entropy_func_mutex,
278 mbedtls_entropy_init(&BACKEND->entropy);
279 mbedtls_ctr_drbg_init(&BACKEND->ctr_drbg);
281 ret = mbedtls_ctr_drbg_seed(&BACKEND->ctr_drbg, mbedtls_entropy_func,
282 &BACKEND->entropy, NULL, 0)
    [all...]
gskit.c 106 #define BACKEND connssl->backend
504 QsoWaitForIOCompletion(BACKEND->iocport, &cstat, (struct timeval *) NULL);
510 QsoDestroyIOCompletionPort(BACKEND->iocport);
511 BACKEND->iocport = -1;
629 FD_SET(BACKEND->remotefd, &fds_write);
630 n = BACKEND->remotefd;
633 FD_SET(BACKEND->remotefd, &fds_read);
634 n = BACKEND->remotefd;
643 if(FD_ISSET(BACKEND->remotefd, &fds_write))
    [all...]
darwinssl.c 135 #define BACKEND connssl->backend
151 /* this backend supports CURLOPT_PINNEDPUBLICKEY */
198 int sock = BACKEND->ssl_sockfd;
227 BACKEND->ssl_direction = false;
258 int sock = BACKEND->ssl_sockfd;
278 BACKEND->ssl_direction = true;
    [all...]
axtls.c 55 #define BACKEND connssl->backend
114 if(BACKEND->ssl) {
115 ssl_free(BACKEND->ssl);
116 BACKEND->ssl = NULL;
118 if(BACKEND->ssl_ctx) {
119 ssl_ctx_free(BACKEND->ssl_ctx);
120 BACKEND->ssl_ctx = NULL;
180 BACKEND->ssl_ctx = ssl_ctx;
181 BACKEND->ssl = NULL
    [all...]
openssl.c 199 #define BACKEND connssl->backend
    [all...]
  /external/elfutils/backends/
alpha_auxv.c 33 #define BACKEND alpha_
arm_auxv.c 33 #define BACKEND arm_
i386_auxv.c 33 #define BACKEND i386_
ppc_auxv.c 33 #define BACKEND ppc_
sparc_auxv.c 33 #define BACKEND sparc_
i386_syscall.c 33 #define BACKEND i386_
ppc_syscall.c 33 #define BACKEND ppc_
s390_symbol.c 36 #define BACKEND s390_
tilegx_symbol.c 37 #define BACKEND tilegx_
x86_64_symbol.c 38 #define BACKEND x86_64_
x86_64_syscall.c 33 #define BACKEND x86_64_
sparc_attrs.c 36 #define BACKEND sparc_
tilegx_init.c 1 /* Initialization of TILE-Gx specific backend library.
33 #define BACKEND tilegx_
aarch64_init.c 1 /* Initialization of AArch64 specific backend library.
33 #define BACKEND aarch64_
i386_cfi.c 35 #define BACKEND i386_
i386_symbol.c 39 #define BACKEND i386_
ppc_attrs.c 36 #define BACKEND ppc_

Completed in 285 milliseconds

1 2 3 4