Searched refs:ctx_set_cert (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/demos/tunala/
H A Dtunala.c657 static int ctx_set_cert(SSL_CTX *ctx, const char *cert, const char *key) function
693 fprintf(stderr, "Error, ctx_set_cert called with " "NULLs!\n");
833 if ((cert || key) && !ctx_set_cert(ctx, cert, key))
836 if ((dcert || dkey) && !ctx_set_cert(ctx, dcert, dkey))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/demos/tunala/
H A Dtunala.c607 static int ctx_set_cert(SSL_CTX *ctx, const char *cert, const char *key) function
643 fprintf(stderr, "Error, ctx_set_cert called with "
781 if((cert || key) && !ctx_set_cert(ctx, cert, key))
784 if((dcert || dkey) && !ctx_set_cert(ctx, dcert, dkey))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/demos/tunala/
H A Dtunala.c607 static int ctx_set_cert(SSL_CTX *ctx, const char *cert, const char *key) function
643 fprintf(stderr, "Error, ctx_set_cert called with "
781 if((cert || key) && !ctx_set_cert(ctx, cert, key))
784 if((dcert || dkey) && !ctx_set_cert(ctx, dcert, dkey))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/demos/tunala/
H A Dtunala.c657 static int ctx_set_cert(SSL_CTX *ctx, const char *cert, const char *key) function
693 fprintf(stderr, "Error, ctx_set_cert called with " "NULLs!\n");
833 if ((cert || key) && !ctx_set_cert(ctx, cert, key))
836 if ((dcert || dkey) && !ctx_set_cert(ctx, dcert, dkey))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/demos/tunala/
H A Dtunala.c657 static int ctx_set_cert(SSL_CTX *ctx, const char *cert, const char *key) function
693 fprintf(stderr, "Error, ctx_set_cert called with " "NULLs!\n");
833 if ((cert || key) && !ctx_set_cert(ctx, cert, key))
836 if ((dcert || dkey) && !ctx_set_cert(ctx, dcert, dkey))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/demos/tunala/
H A Dtunala.c607 static int ctx_set_cert(SSL_CTX *ctx, const char *cert, const char *key) function
643 fprintf(stderr, "Error, ctx_set_cert called with "
781 if((cert || key) && !ctx_set_cert(ctx, cert, key))
784 if((dcert || dkey) && !ctx_set_cert(ctx, dcert, dkey))

Completed in 134 milliseconds