Home
last modified time | relevance | path

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

123

/freebsd/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/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c70 static void ZSTD_initCCtx(ZSTD_CCtx* cctx, ZSTD_customMem memManager) in ZSTD_initCCtx()
87 { ZSTD_CCtx* const cctx = (ZSTD_CCtx*)ZSTD_malloc(sizeof(ZSTD_CCtx), customMem); in ZSTD_createCCtx_advanced() local
97 ZSTD_CCtx* cctx; in ZSTD_initStaticCCtx() local
121 static void ZSTD_clearAllDicts(ZSTD_CCtx* cctx) in ZSTD_clearAllDicts()
137 static void ZSTD_freeCCtxContent(ZSTD_CCtx* cctx) in ZSTD_freeCCtxContent()
148 size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx) in ZSTD_freeCCtx()
164 static size_t ZSTD_sizeof_mtctx(const ZSTD_CCtx* cctx) in ZSTD_sizeof_mtctx()
175 size_t ZSTD_sizeof_CCtx(const ZSTD_CCtx* cctx) in ZSTD_sizeof_CCtx()
483 size_t ZSTD_CCtx_setParameter(ZSTD_CCtx* cctx, ZSTD_cParameter param, int value) in ZSTD_CCtx_setParameter()
715 size_t ZSTD_CCtx_getParameter(ZSTD_CCtx* cctx, ZSTD_cParameter param, int* value) in ZSTD_CCtx_getParameter()
[all …]
/freebsd/crypto/openssl/test/
H A Dsslapitest.c350 SSL_CTX *cctx = NULL, *sctx = NULL; in test_keylog() local
431 SSL_CTX *cctx = NULL, *sctx = NULL; in test_keylog_no_master_key() local
574 SSL_CTX *cctx = NULL, *sctx = NULL; in test_client_cert_verify_cb() local
754 SSL_CTX *cctx = NULL, *sctx = NULL; in test_client_hello_cb() local
796 SSL_CTX *cctx = NULL, *sctx = NULL; in test_no_ems() local
847 SSL_CTX *cctx = NULL, *sctx = NULL; in test_ccs_change_cipher() local
1001 SSL_CTX *cctx = NULL, *sctx = NULL; in execute_test_large_message() local
1167 SSL_CTX *cctx = NULL, *sctx = NULL; in execute_test_ktls() local
1299 SSL_CTX *cctx = NULL, *sctx = NULL; in execute_test_ktls_sendfile() local
1533 SSL_CTX *cctx = NULL, *sctx = NULL; in test_large_app_data() 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/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/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/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/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/crypto/heimdal/kcm/
H A Dconnect.c42 heim_sipc_call cctx) in kcm_service()
/freebsd/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/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/crypto/openssl/demos/bio/
H A Dclient-arg.c20 SSL_CONF_CTX *cctx; in main() local
H A Dclient-conf.c21 SSL_CONF_CTX *cctx = NULL; in main() local
H A Dserver-conf.c30 SSL_CONF_CTX *cctx = NULL; in main() local
H A Dserver-arg.c28 SSL_CONF_CTX *cctx; in main() local
/freebsd/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/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/sys/contrib/zstd/lib/common/
H A Dzstd_trace.h96 struct ZSTD_CCtx_s const* cctx; member

123