Home
last modified time | relevance | path

Searched defs:cctx (Results 1 – 25 of 71) sorted by relevance

123

/freebsd-src/crypto/openssl/ssl/
H A Dssl_conf.c106 static void ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags, in ssl_set_option()
142 static int ssl_match_option(SSL_CONF_CTX *cctx, const ssl_flag_tbl *tbl, in ssl_match_option()
160 SSL_CONF_CTX *cctx = usr; in ssl_set_option_list() local
189 static int cmd_SignatureAlgorithms(SSL_CONF_CTX *cctx, const char *value) in cmd_SignatureAlgorithms()
201 static int cmd_ClientSignatureAlgorithms(SSL_CONF_CTX *cctx, const char *value) in cmd_ClientSignatureAlgorithms()
212 static int cmd_Groups(SSL_CONF_CTX *cctx, const char *value) in cmd_Groups()
224 static int cmd_Curves(SSL_CONF_CTX *cctx, const char *value) in cmd_Curves()
230 static int cmd_ECDHParameters(SSL_CONF_CTX *cctx, const char *value) in cmd_ECDHParameters()
255 static int cmd_CipherString(SSL_CONF_CTX *cctx, const char *value) in cmd_CipherString()
266 static int cmd_Ciphersuites(SSL_CONF_CTX *cctx, const char *value) in cmd_Ciphersuites()
[all …]
/freebsd-src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c69 static void ZSTD_initCCtx(ZSTD_CCtx* cctx, ZSTD_customMem memManager) in ZSTD_initCCtx()
86 { ZSTD_CCtx* const cctx = (ZSTD_CCtx*)ZSTD_malloc(sizeof(ZSTD_CCtx), customMem); in ZSTD_createCCtx_advanced() local
96 ZSTD_CCtx* cctx; in ZSTD_initStaticCCtx() local
120 static void ZSTD_clearAllDicts(ZSTD_CCtx* cctx) in ZSTD_clearAllDicts()
136 static void ZSTD_freeCCtxContent(ZSTD_CCtx* cctx) in ZSTD_freeCCtxContent()
147 size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx) in ZSTD_freeCCtx()
163 static size_t ZSTD_sizeof_mtctx(const ZSTD_CCtx* cctx) in ZSTD_sizeof_mtctx()
174 size_t ZSTD_sizeof_CCtx(const ZSTD_CCtx* cctx) in ZSTD_sizeof_CCtx()
482 size_t ZSTD_CCtx_setParameter(ZSTD_CCtx* cctx, ZSTD_cParameter param, int value) in ZSTD_CCtx_setParameter()
714 size_t ZSTD_CCtx_getParameter(ZSTD_CCtx* cctx, ZSTD_cParameter param, int* value) in ZSTD_CCtx_getParameter()
[all …]
/freebsd-src/usr.bin/mkuzip/
H A Dmkuz_zstd.c49 ZSTD_CCtx *cctx; in mkuz_zstd_init() local
81 ZSTD_CCtx *cctx; in mkuz_zstd_compress() local
/freebsd-src/crypto/openssl/test/
H A Dsslapitest.c350 SSL_CTX *cctx = NULL, *sctx = NULL; in test_keylog() local
431 SSL_CTX *cctx in test_keylog_no_master_key() local
574 SSL_CTX *cctx = NULL, *sctx = NULL; test_client_cert_verify_cb() local
754 SSL_CTX *cctx = NULL, *sctx = NULL; test_client_hello_cb() local
796 SSL_CTX *cctx = NULL, *sctx = NULL; test_no_ems() local
847 SSL_CTX *cctx = NULL, *sctx = NULL; test_ccs_change_cipher() local
1001 SSL_CTX *cctx = NULL, *sctx = NULL; execute_test_large_message() local
1167 SSL_CTX *cctx = NULL, *sctx = NULL; execute_test_ktls() local
1299 SSL_CTX *cctx = NULL, *sctx = NULL; execute_test_ktls_sendfile() local
1533 SSL_CTX *cctx = NULL, *sctx = NULL; test_large_app_data() local
1691 SSL_CTX *cctx = NULL, *sctx = NULL; execute_cleanse_plaintext() local
1874 SSL_CTX *cctx = NULL, *sctx = NULL; test_tlsext_status_type() local
2035 SSL_CTX *sctx = NULL, *cctx = NULL; execute_test_session() local
2440 setup_ticket_test(int stateful,int idx,SSL_CTX ** sctx,SSL_CTX ** cctx) setup_ticket_test() argument
2463 check_resumption(int idx,SSL_CTX * sctx,SSL_CTX * cctx,int succ) check_resumption() argument
2522 SSL_CTX *sctx = NULL, *cctx = NULL; test_tickets() local
2639 SSL_CTX *sctx = NULL, *cctx = NULL; test_psk_tickets() local
2694 SSL_CTX *sctx = NULL, *cctx = NULL; test_extra_tickets() local
2905 SSL_CTX *sctx = NULL, *cctx = NULL; test_ssl_set_bio() local
3143 SSL_CTX *cctx = NULL, *sctx = NULL; test_set_sigalgs() local
3401 setupearly_data_test(SSL_CTX ** cctx,SSL_CTX ** sctx,SSL ** clientssl,SSL ** serverssl,SSL_SESSION ** sess,int idx,size_t mdsize) setupearly_data_test() argument
3513 SSL_CTX *cctx = NULL, *sctx = NULL; test_early_data_read_write() local
3752 SSL_CTX *cctx = NULL, *sctx = NULL; test_early_data_replay_int() local
3904 SSL_CTX *cctx = NULL, *sctx = NULL; early_data_skip_helper() local
4127 SSL_CTX *cctx = NULL, *sctx = NULL; test_early_data_not_sent() local
4210 SSL_CTX *cctx = NULL, *sctx = NULL; test_early_data_psk() local
4398 SSL_CTX *cctx = NULL, *sctx = NULL; test_early_data_psk_with_all_ciphers() local
4508 SSL_CTX *cctx = NULL, *sctx = NULL; test_early_data_not_expected() local
4569 SSL_CTX *cctx = NULL, *sctx = NULL; test_early_data_tls1_2() local
4653 SSL_CTX *cctx = NULL, *sctx = NULL; test_set_ciphersuite() local
4720 SSL_CTX *cctx = NULL, *sctx = NULL; test_ciphersuite_change() local
4876 SSL_CTX *sctx = NULL, *cctx = NULL; test_key_exchange() local
5104 SSL_CTX *sctx = NULL, *cctx = NULL; test_negotiated_group() local
5266 SSL_CTX *sctx = NULL, *cctx = NULL; test_tls13_ciphersuite() local
5408 SSL_CTX *sctx = NULL, *cctx = NULL; test_tls13_psk() local
5678 SSL_CTX *sctx = NULL, *cctx = NULL; test_stateless() local
5893 SSL_CTX *cctx = NULL, *sctx = NULL, *sctx2 = NULL; test_custom_exts() local
6163 SSL_CTX *sctx = NULL, *cctx = NULL; test_serverinfo_custom() local
6259 SSL_CTX *cctx = NULL, *sctx = NULL, *sctx2 = NULL; test_export_key_mat() local
6428 SSL_CTX *cctx = NULL, *sctx = NULL; test_export_key_mat_early() local
6500 SSL_CTX *cctx = NULL, *sctx = NULL; test_key_update() local
6559 SSL_CTX *cctx = NULL, *sctx = NULL; test_key_update_peer_in_write() local
6645 SSL_CTX *cctx = NULL, *sctx = NULL; test_key_update_peer_in_read() local
6728 SSL_CTX *cctx = NULL, *sctx = NULL; test_key_update_local_in_write() local
6819 SSL_CTX *cctx = NULL, *sctx = NULL; test_key_update_local_in_read() local
6897 SSL_CTX *cctx = NULL, *sctx = NULL; test_ssl_clear() local
7064 SSL_CTX *cctx = NULL, *sctx = NULL; test_pha_key_update() local
7268 SSL_CTX *cctx = NULL, *sctx = NULL; test_srp() local
7488 SSL_CTX *cctx = NULL, *sctx = NULL; test_info_callback() local
7616 SSL_CTX *cctx = NULL, *sctx = NULL; test_ssl_pending() local
7773 SSL_CTX *cctx = NULL, *sctx = NULL; int_test_ssl_get_shared_ciphers() local
8016 SSL_CTX *cctx = NULL, *sctx = NULL; test_ticket_callbacks() local
8176 SSL_CTX *cctx = NULL, *sctx = NULL; test_incorrect_shutdown() local
8235 SSL_CTX *cctx = NULL, *sctx = NULL; test_shutdown() local
8486 SSL_CTX *cctx = NULL, *sctx = NULL, *snictx = NULL; test_cert_cb_int() local
8612 SSL_CTX *cctx = NULL, *sctx = NULL; test_client_cert_cb() local
8669 SSL_CTX *cctx = NULL, *sctx = NULL; test_ca_names_int() local
8819 SSL_CTX *cctx = NULL, *sctx = NULL; test_multiblock_write() local
9025 SSL_CTX *sctx = NULL, *cctx = NULL; test_session_cache_overflow() local
9149 SSL_CTX *cctx = NULL, *sctx = NULL; test_servername() local
9303 SSL_CTX *cctx = NULL, *sctx = NULL; test_sigalgs_available() local
9444 SSL_CTX *cctx = NULL, *sctx = NULL; test_pluggable_group() local
9494 SSL_CTX *cctx = NULL, *sctx = NULL; test_ssl_dup() local
9657 SSL_CTX *cctx = NULL, *sctx = NULL; test_set_tmp_dh() local
9765 SSL_CTX *cctx = NULL, *sctx = NULL; test_dh_auto() local
9878 SSL_CTX *cctx = NULL, *sctx = NULL, *sctx2 = NULL; test_sni_tls13() local
9932 SSL_CTX *cctx = NULL, *sctx = NULL; test_ticket_lifetime() local
10272 SSL_CONF_CTX *cctx = NULL; test_load_dhfile() local
10322 SSL_CTX *cctx = NULL, *sctx = NULL; test_pipelining() local
10519 SSL_CTX *cctx = NULL, *sctx = NULL; test_handshake_retry() local
10598 SSL_CTX *cctx; global() member
10656 SSL_CTX *sctx = NULL, *cctx = NULL; test_multi_resume() local
[all...]
H A Ddtlstest.c73 SSL_CTX *sctx = NULL, *cctx = NULL; in test_dtls_unprocessed() local
193 SSL_CTX *sctx = NULL, *cctx = NULL; in test_dtls_drop_records() local
311 SSL_CTX *sctx = NULL, *cctx = NULL; in test_cookie() local
351 SSL_CTX *sctx = NULL, *cctx = NULL; in test_dtls_duplicate_records() local
474 SSL_CTX *sctx = NULL, *cctx = NULL; in test_swap_records() local
H A Dfatalerrtest.c21 SSL_CTX *sctx = NULL, *cctx = NULL; in test_fatalerr() local
/freebsd-src/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c97 static void ZSTD_initCCtx(ZSTD_CCtx* cctx, ZSTD_customMem memManager) in ZSTD_initCCtx()
114 { ZSTD_CCtx* const cctx = (ZSTD_CCtx*)ZSTD_customMalloc(sizeof(ZSTD_CCtx), customMem); in ZSTD_createCCtx_advanced() local
124 ZSTD_CCtx* cctx; in ZSTD_initStaticCCtx() local
148 static void ZSTD_clearAllDicts(ZSTD_CCtx* cctx) in ZSTD_clearAllDicts()
164 static void ZSTD_freeCCtxContent(ZSTD_CCtx* cctx) in ZSTD_freeCCtxContent()
175 size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx) in ZSTD_freeCCtx()
191 static size_t ZSTD_sizeof_mtctx(const ZSTD_CCtx* cctx) in ZSTD_sizeof_mtctx()
202 size_t ZSTD_sizeof_CCtx(const ZSTD_CCtx* cctx) in ZSTD_sizeof_CCtx()
644 size_t ZSTD_CCtx_setParameter(ZSTD_CCtx* cctx, ZSTD_cParameter param, int value) in ZSTD_CCtx_setParameter()
924 size_t ZSTD_CCtx_getParameter(ZSTD_CCtx const* cctx, ZSTD_cParameter param, int* value) in ZSTD_CCtx_getParameter()
[all …]
/freebsd-src/crypto/openssl/crypto/evp/
H A Dp5_crpt.c26 int PKCS5_PBE_keyivgen_ex(EVP_CIPHER_CTX *cctx, const char *pass, int passlen, in PKCS5_PBE_keyivgen_ex()
113 int PKCS5_PBE_keyivgen(EVP_CIPHER_CTX *cctx, const char *pass, int passlen, in PKCS5_PBE_keyivgen()
H A De_aes.c317 EVP_AES_CCM_CTX *cctx = EVP_C_DATA(EVP_AES_CCM_CTX,ctx); in aesni_ccm_init_key() local
672 EVP_AES_CCM_CTX *cctx = EVP_C_DATA(EVP_AES_CCM_CTX,ctx); in aes_t4_ccm_init_key() local
969 S390X_AES_ECB_CTX *cctx = EVP_C_DATA(S390X_AES_ECB_CTX, ctx); in s390x_aes_ecb_init_key() local
983 S390X_AES_ECB_CTX *cctx = EVP_C_DATA(S390X_AES_ECB_CTX, ctx); in s390x_aes_ecb_cipher() local
993 S390X_AES_OFB_CTX *cctx = EVP_C_DATA(S390X_AES_OFB_CTX, ctx); in s390x_aes_ofb_init_key() local
1007 S390X_AES_OFB_CTX *cctx = EVP_C_DATA(S390X_AES_OFB_CTX, ctx); in s390x_aes_ofb_cipher() local
1051 S390X_AES_CFB_CTX *cctx = EVP_C_DATA(S390X_AES_CFB_CTX, ctx); in s390x_aes_cfb_init_key() local
1069 S390X_AES_CFB_CTX *cctx = EVP_C_DATA(S390X_AES_CFB_CTX, ctx); in s390x_aes_cfb_cipher() local
1120 S390X_AES_CFB_CTX *cctx = EVP_C_DATA(S390X_AES_CFB_CTX, ctx); in s390x_aes_cfb8_init_key() local
1138 S390X_AES_CFB_CTX *cctx = EVP_C_DATA(S390X_AES_CFB_CTX, ctx); in s390x_aes_cfb8_cipher() local
[all …]
H A De_aria.c516 EVP_ARIA_CCM_CTX *cctx = EVP_C_DATA(EVP_ARIA_CCM_CTX,ctx); in aria_ccm_init_key() local
543 EVP_ARIA_CCM_CTX *cctx = EVP_C_DATA(EVP_ARIA_CCM_CTX,c); in aria_ccm_ctrl() local
644 EVP_ARIA_CCM_CTX *cctx = EVP_C_DATA(EVP_ARIA_CCM_CTX,ctx); in aria_ccm_tls_cipher() local
692 EVP_ARIA_CCM_CTX *cctx = EVP_C_DATA(EVP_ARIA_CCM_CTX,ctx); in aria_ccm_cipher() local
/freebsd-src/crypto/heimdal/lib/gssapi/
H A Dtest_context.c114 gss_ctx_id_t *sctx, gss_ctx_id_t *cctx, in loop()
246 wrapunwrap(gss_ctx_id_t cctx, gss_ctx_id_t sctx, int flags, gss_OID mechoid) in wrapunwrap()
283 wrapunwrap_iov(gss_ctx_id_t cctx, gss_ctx_id_t sctx, int flags, gss_OID mechoid) in wrapunwrap_iov()
419 getverifymic(gss_ctx_id_t cctx, gss_ctx_id_t sctx, gss_OID mechoid) in getverifymic()
506 gss_ctx_id_t cctx, sctx; in main() local
/freebsd-src/crypto/heimdal/kcm/
H A Dconnect.c42 heim_sipc_call cctx) in kcm_service()
/freebsd-src/crypto/openssl/demos/bio/
H A Dclient-arg.c20 SSL_CONF_CTX *cctx; in main() local
H A Dserver-conf.c30 SSL_CONF_CTX *cctx = NULL; in main() local
H A Dclient-conf.c21 SSL_CONF_CTX *cctx = NULL; in main() local
H A Dserver-arg.c28 SSL_CONF_CTX *cctx; in main() local
/freebsd-src/sys/crypto/ccp/
H A Dccp_hardware.c457 struct ccp_completion_ctx *cctx; in ccp_intr_handle_error() local
540 struct ccp_completion_ctx *cctx; in ccp_intr_run_completions() local
849 const struct ccp_completion_ctx *cctx) in ccp_passthrough()
887 const struct ccp_completion_ctx *cctx) in ccp_passthrough_sgl()
1073 struct sglist *sgl_dst, const struct ccp_completion_ctx *cctx) in ccp_sha()
1258 const struct ccp_completion_ctx *cctx) in ccp_do_hmac()
1396 enum ccp_cipher_dir dir, const struct ccp_completion_ctx *cctx) in ccp_do_xts()
1466 struct cryptop *crp, const struct ccp_completion_ctx *cctx) in ccp_do_blkcipher()
/freebsd-src/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_rc4_hmac_md5.c108 const OSSL_PARAM *rc4_hmac_md5_gettable_ctx_params(ossl_unused void *cctx, in rc4_hmac_md5_gettable_ctx_params()
144 const OSSL_PARAM *rc4_hmac_md5_settable_ctx_params(ossl_unused void *cctx, in rc4_hmac_md5_settable_ctx_params()
H A Dcipher_chacha20.c118 const OSSL_PARAM *chacha20_gettable_ctx_params(ossl_unused void *cctx, in chacha20_gettable_ctx_params()
162 const OSSL_PARAM *chacha20_settable_ctx_params(ossl_unused void *cctx, in chacha20_settable_ctx_params()
H A Dcipher_null.c116 static const OSSL_PARAM *null_gettable_ctx_params(ossl_unused void *cctx, in null_gettable_ctx_params()
153 static const OSSL_PARAM *null_settable_ctx_params(ossl_unused void *cctx, in null_settable_ctx_params()
H A Dcipher_aes_siv.c195 static const OSSL_PARAM *aes_siv_gettable_ctx_params(ossl_unused void *cctx, in aes_siv_gettable_ctx_params()
249 static const OSSL_PARAM *aes_siv_settable_ctx_params(ossl_unused void *cctx, in aes_siv_settable_ctx_params()
/freebsd-src/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.h72 #define BNXT_RE_PPP_ENABLED(cctx) ((cctx)->modes.db_push_mode ==\ argument
115 static inline bool _is_chip_p7(struct bnxt_qplib_chip_ctx *cctx) in _is_chip_p7()
121 static inline bool _is_chip_gen_p5(struct bnxt_qplib_chip_ctx *cctx) in _is_chip_gen_p5()
128 static inline bool _is_chip_gen_p5_p7(struct bnxt_qplib_chip_ctx *cctx) in _is_chip_gen_p5_p7()
133 static inline bool _is_wqe_mode_variable(struct bnxt_qplib_chip_ctx *cctx) in _is_wqe_mode_variable()
149 static inline u8 bnxt_qplib_dbr_pacing_en(struct bnxt_qplib_chip_ctx *cctx) in bnxt_qplib_dbr_pacing_en()
154 static inline u8 bnxt_qplib_dbr_pacing_ext_en(struct bnxt_qplib_chip_ctx *cctx) in bnxt_qplib_dbr_pacing_ext_en()
159 static inline u8 bnxt_qplib_dbr_pacing_is_primary_pf(struct bnxt_qplib_chip_ctx *cctx) in bnxt_qplib_dbr_pacing_is_primary_pf()
165 (struct bnxt_qplib_chip_ctx *cctx, u8 val) in bnxt_qplib_dbr_pacing_set_primary_pf()
419 struct bnxt_qplib_chip_ctx *cctx; member
[all …]
/freebsd-src/crypto/heimdal/lib/ipc/
H A Dts.c64 heim_sipc_call cctx) in test_service()
H A Dts-http.c64 heim_sipc_call cctx) in test_service()
/freebsd-src/sys/contrib/zstd/lib/common/
H A Dzstd_trace.h96 struct ZSTD_CCtx_s const* cctx; member

123