Searched refs:c_ctx (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/usr.bin/mkuzip/
H A Dmkuz_conveyor.c64 void *c_ctx; local
70 c_ctx = cfp->handler->f_init(cfp->blksz);
83 oblk = cfp->handler->f_compress(c_ctx, iblk);
H A Dmkuzip.c110 void *c_ctx; local
205 c_ctx = cfs.handler->f_init(cfs.blksz);
/freebsd-11-stable/crypto/openssl/crypto/threads/
H A Dmttest.c106 void do_threads(SSL_CTX *s_ctx, SSL_CTX *c_ctx);
188 SSL_CTX *c_ctx = NULL; local
265 c_ctx = SSL_CTX_new(ssl_method);
267 if ((c_ctx == NULL) || (s_ctx == NULL)) {
275 SSL_CTX_set_session_cache_mode(c_ctx,
291 SSL_CTX_use_certificate_file(c_ctx, ccert, SSL_FILETYPE_PEM);
292 SSL_CTX_use_RSAPrivateKey_file(c_ctx, ccert, SSL_FILETYPE_PEM);
297 (!SSL_CTX_load_verify_locations(c_ctx, CAfile, CApath)) ||
298 (!SSL_CTX_set_default_verify_paths(c_ctx))) {
312 SSL_CTX_set_verify(c_ctx, SSL_VERIFY_PEE
397 SSL_CTX *s_ctx, *c_ctx; local
699 do_threads(SSL_CTX *s_ctx, SSL_CTX *c_ctx) argument
824 do_threads(SSL_CTX *s_ctx, SSL_CTX *c_ctx) argument
913 do_threads(SSL_CTX *s_ctx, SSL_CTX *c_ctx) argument
1004 do_threads(SSL_CTX *s_ctx, SSL_CTX *c_ctx) argument
1089 do_threads(SSL_CTX *s_ctx, SSL_CTX *c_ctx) argument
1177 do_threads(SSL_CTX *s_ctx, SSL_CTX *c_ctx) argument
[all...]
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssltest.c1052 SSL_CTX *c_ctx = NULL; local
1534 c_ctx = SSL_CTX_new(meth);
1537 if ((c_ctx == NULL) || (s_ctx == NULL) || (s_ctx2 == NULL)) {
1543 SSL_CTX_set_cipher_list(c_ctx, cipher);
1605 SSL_CTX_set_tlsext_opaque_prf_input_callback(c_ctx, opaque_prf_input_cb);
1609 SSL_CTX_set_tlsext_opaque_prf_input_callback_arg(c_ctx, &co1);
1636 SSL_CTX_use_certificate_file(c_ctx, client_cert, SSL_FILETYPE_PEM);
1637 SSL_CTX_use_PrivateKey_file(c_ctx,
1646 (!SSL_CTX_load_verify_locations(c_ctx, CAfile, CApath)) ||
1647 (!SSL_CTX_set_default_verify_paths(c_ctx))) {
[all...]
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Dbio_enc.c302 EVP_CIPHER_CTX **c_ctx; local
365 c_ctx = (EVP_CIPHER_CTX **)ptr;
366 (*c_ctx) = &(ctx->cipher);

Completed in 184 milliseconds