Home
last modified time | relevance | path

Searched refs:c_ctx (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/mkuzip/
H A Dmkuz_conveyor.c61 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 Dssl_old_test.c895 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 Dbio_enc.c300 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()