OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSL_SET_OPTION
(Results
1 - 12
of
12
) sorted by null
/external/curl/lib/vtls/
gtls.c
583
if(
SSL_SET_OPTION
(authtype) == CURL_TLSAUTH_SRP) {
584
infof(data, "Using TLS-SRP username: %s\n",
SSL_SET_OPTION
(username));
595
SSL_SET_OPTION
(username),
596
SSL_SET_OPTION
(password));
650
if(
SSL_SET_OPTION
(CRLfile)) {
653
SSL_SET_OPTION
(CRLfile),
657
SSL_SET_OPTION
(CRLfile), gnutls_strerror(rc));
662
rc,
SSL_SET_OPTION
(CRLfile));
834
if(
SSL_SET_OPTION
(cert)) {
835
if(
SSL_SET_OPTION
(key_passwd))
[
all
...]
polarssl.c
288
if(
SSL_SET_OPTION
(cert)) {
290
SSL_SET_OPTION
(cert));
295
SSL_SET_OPTION
(cert), -ret, errorbuf);
302
if(
SSL_SET_OPTION
(key)) {
305
ret = pk_parse_keyfile(&pk,
SSL_SET_OPTION
(key),
306
SSL_SET_OPTION
(key_passwd));
318
SSL_SET_OPTION
(key), -ret, errorbuf);
327
if(
SSL_SET_OPTION
(CRLfile)) {
329
SSL_SET_OPTION
(CRLfile));
334
SSL_SET_OPTION
(CRLfile), -ret, errorbuf)
[
all
...]
cyassl.c
308
if(
SSL_SET_OPTION
(cert) &&
SSL_SET_OPTION
(key)) {
309
int file_type = do_file_type(
SSL_SET_OPTION
(cert_type));
311
if(SSL_CTX_use_certificate_file(BACKEND->ctx,
SSL_SET_OPTION
(cert),
318
file_type = do_file_type(
SSL_SET_OPTION
(key_type));
319
if(SSL_CTX_use_PrivateKey_file(BACKEND->ctx,
SSL_SET_OPTION
(key),
415
if(
SSL_SET_OPTION
(primary.sessionid)) {
635
if(
SSL_SET_OPTION
(primary.sessionid)) {
mbedtls.c
246
char * const ssl_cert =
SSL_SET_OPTION
(cert);
247
const char * const ssl_crlfile =
SSL_SET_OPTION
(CRLfile);
342
if(
SSL_SET_OPTION
(key)) {
343
ret = mbedtls_pk_parse_keyfile(&BACKEND->pk,
SSL_SET_OPTION
(key),
344
SSL_SET_OPTION
(key_passwd));
353
SSL_SET_OPTION
(key), -ret, errorbuf);
450
if(
SSL_SET_OPTION
(primary.sessionid)) {
470
if(
SSL_SET_OPTION
(key)) {
706
if(
SSL_SET_OPTION
(primary.sessionid)) {
nss.c
685
status = PK11_Authenticate(slot, PR_TRUE,
SSL_SET_OPTION
(key_passwd));
[
all
...]
openssl.c
[
all
...]
mesalink.c
226
if(
SSL_SET_OPTION
(primary.sessionid)) {
310
if(
SSL_SET_OPTION
(primary.sessionid)) {
vtls.h
136
#define
SSL_SET_OPTION
(var) (SSL_IS_PROXY() ? data->set.proxy_ssl.var : \
vtls.c
324
DEBUGASSERT(
SSL_SET_OPTION
(primary.sessionid));
326
if(!
SSL_SET_OPTION
(primary.sessionid))
428
DEBUGASSERT(
SSL_SET_OPTION
(primary.sessionid));
[
all
...]
sectransp.c
[
all
...]
gskit.c
801
const char * const keyringpwd =
SSL_SET_OPTION
(key_passwd);
802
const char * const keyringlabel =
SSL_SET_OPTION
(cert);
[
all
...]
schannel.c
497
if(
SSL_SET_OPTION
(primary.sessionid)) {
525
/* TODO s/data->set.ssl.no_revoke/
SSL_SET_OPTION
(no_revoke)/g */
[
all
...]
Completed in 303 milliseconds