Searched refs:c_ctx (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.bin/mkuzip/ |
H A D | mkuz_conveyor.c | 61 void *c_ctx; in cworker() local 67 c_ctx = cfp->handler->f_init(&cfp->comp_level); in cworker() 81 cfp->handler->f_compress(c_ctx, iblk, oblk); in cworker()
|
/freebsd/crypto/openssl/test/ |
H A D | ssl_old_test.c | 895 SSL_CTX *c_ctx = NULL; in main() local 1387 c_ctx = SSL_CTX_new_ex(libctx, NULL, meth); in main() 1390 if ((c_ctx == NULL) || (s_ctx == NULL) || (s_ctx2 == NULL)) { in main() 1399 SSL_CTX_set_security_level(c_ctx, 0); in main() 1404 SSL_CTX_set_options(c_ctx, SSL_OP_NO_TICKET); in main() 1408 if (SSL_CTX_set_min_proto_version(c_ctx, min_version) == 0) in main() 1410 if (SSL_CTX_set_max_proto_version(c_ctx, max_version) == 0) in main() 1419 if (!SSL_CTX_set_cipher_list(c_ctx, cipher)) { in main() 1458 if (!SSL_CTX_set_cipher_list(c_ctx, cipher) in main() 1467 if (!SSL_CTX_set_ciphersuites(c_ctx, ciphersuites) in main() [all …]
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | bio_enc.c | 300 EVP_CIPHER_CTX **c_ctx; in enc_ctrl() local 375 c_ctx = (EVP_CIPHER_CTX **)ptr; in enc_ctrl() 376 *c_ctx = ctx->cipher; in enc_ctrl()
|