Home
last modified time | relevance | path

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

1234

/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_conf.c105 static void ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags, in ssl_set_option()
137 static int ssl_match_option(SSL_CONF_CTX *cctx, const ssl_flag_tbl *tbl, in ssl_match_option()
154 SSL_CONF_CTX *cctx = usr; in ssl_set_option_list() local
183 static int cmd_SignatureAlgorithms(SSL_CONF_CTX *cctx, const char *value) in cmd_SignatureAlgorithms()
195 static int cmd_ClientSignatureAlgorithms(SSL_CONF_CTX *cctx, const char *value) in cmd_ClientSignatureAlgorithms()
206 static int cmd_Groups(SSL_CONF_CTX *cctx, const char *value) in cmd_Groups()
218 static int cmd_Curves(SSL_CONF_CTX *cctx, const char *value) in cmd_Curves()
225 static int cmd_ECDHParameters(SSL_CONF_CTX *cctx, const char *value) in cmd_ECDHParameters()
257 static int cmd_CipherString(SSL_CONF_CTX *cctx, const char *value) in cmd_CipherString()
268 static int cmd_Ciphersuites(SSL_CONF_CTX *cctx, const char *value) in cmd_Ciphersuites()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/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 …]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dcompress.c128 dns_compress_init(dns_compress_t *cctx, int edns, isc_mem_t *mctx) { in dns_compress_init()
146 dns_compress_invalidate(dns_compress_t *cctx) { in dns_compress_invalidate()
173 dns_compress_setmethods(dns_compress_t *cctx, unsigned int allowed) { in dns_compress_setmethods()
181 dns_compress_getmethods(dns_compress_t *cctx) { in dns_compress_getmethods()
187 dns_compress_disable(dns_compress_t *cctx) { in dns_compress_disable()
193 dns_compress_setsensitive(dns_compress_t *cctx, bool sensitive) { in dns_compress_setsensitive()
204 dns_compress_getsensitive(dns_compress_t *cctx) { in dns_compress_getsensitive()
211 dns_compress_getedns(dns_compress_t *cctx) { in dns_compress_getedns()
222 dns_compress_findglobal(dns_compress_t *cctx, const dns_name_t *name, in dns_compress_findglobal()
381 dns_compress_add(dns_compress_t *cctx, const dns_name_t *name, in dns_compress_add()
[all …]
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dcompress.c128 dns_compress_init(dns_compress_t * cctx,int edns,isc_mem_t * mctx) dns_compress_init() argument
146 dns_compress_invalidate(dns_compress_t * cctx) dns_compress_invalidate() argument
173 dns_compress_setmethods(dns_compress_t * cctx,unsigned int allowed) dns_compress_setmethods() argument
181 dns_compress_getmethods(dns_compress_t * cctx) dns_compress_getmethods() argument
187 dns_compress_disable(dns_compress_t * cctx) dns_compress_disable() argument
193 dns_compress_setsensitive(dns_compress_t * cctx,bool sensitive) dns_compress_setsensitive() argument
204 dns_compress_getsensitive(dns_compress_t * cctx) dns_compress_getsensitive() argument
211 dns_compress_getedns(dns_compress_t * cctx) dns_compress_getedns() argument
222 dns_compress_findglobal(dns_compress_t * cctx,const dns_name_t * name,dns_name_t * prefix,uint16_t * offset) dns_compress_findglobal() argument
377 dns_compress_add(dns_compress_t * cctx,const dns_name_t * name,const dns_name_t * prefix,uint16_t offset) dns_compress_add() argument
490 dns_compress_rollback(dns_compress_t * cctx,uint16_t offset) dns_compress_rollback() argument
[all...]
H A Drdataset.c309 towiresorted(dns_rdataset_t * rdataset,const dns_name_t * owner_name,dns_compress_t * cctx,isc_buffer_t * target,dns_rdatasetorderfunc_t order,const void * order_arg,bool partial,unsigned int options,unsigned int * countp,void ** state) towiresorted() argument
552 dns_rdataset_towiresorted(dns_rdataset_t * rdataset,const dns_name_t * owner_name,dns_compress_t * cctx,isc_buffer_t * target,dns_rdatasetorderfunc_t order,const void * order_arg,unsigned int options,unsigned int * countp) dns_rdataset_towiresorted() argument
562 dns_rdataset_towirepartial(dns_rdataset_t * rdataset,const dns_name_t * owner_name,dns_compress_t * cctx,isc_buffer_t * target,dns_rdatasetorderfunc_t order,const void * order_arg,unsigned int options,unsigned int * countp,void ** state) dns_rdataset_towirepartial() argument
573 dns_rdataset_towire(dns_rdataset_t * rdataset,const dns_name_t * owner_name,dns_compress_t * cctx,isc_buffer_t * target,unsigned int options,unsigned int * countp) dns_rdataset_towire() argument
[all...]
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dsslapitest.c304 SSL_CTX *cctx = NULL, *sctx = NULL; in test_keylog() local
384 SSL_CTX *cctx = NULL, *sctx = NULL; in test_keylog_no_master_key() local
541 SSL_CTX *cctx = NULL, *sctx = NULL; in test_client_hello_cb() local
589 SSL_CTX *cctx = NULL, *sctx = NULL; in test_ccs_change_cipher() local
698 SSL_CTX *cctx = NULL, *sctx = NULL; in execute_test_large_message() local
807 SSL_CTX *cctx = NULL, *sctx = NULL; in test_large_app_data() local
996 SSL_CTX *cctx = NULL, *sctx = NULL; in test_tlsext_status_type() local
1157 SSL_CTX *sctx = NULL, *cctx = NULL; in execute_test_session() local
1516 SSL_CTX **cctx) in setup_ticket_test()
1539 static int check_resumption(int idx, SSL_CTX *sctx, SSL_CTX *cctx, int succ) in check_resumption()
[all …]
H A Ddtlstest.c57 SSL_CTX *sctx = NULL, *cctx = NULL; in test_dtls_unprocessed() local
151 SSL_CTX *sctx = NULL, *cctx = NULL; in test_dtls_drop_records() local
266 SSL_CTX *sctx = NULL, *cctx = NULL; in test_cookie() local
298 SSL_CTX *sctx = NULL, *cctx = NULL; in test_dtls_duplicate_records() local
337 SSL_CTX *sctx = NULL, *cctx = NULL; in test_swap_app_data() local
H A Dfatalerrtest.c21 SSL_CTX *sctx = NULL, *cctx = NULL; in test_fatalerr() local
/netbsd-src/crypto/external/bsd/openssl/dist/test/
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
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isccfg/
H A Daclconf.c98 get_acl_def(const cfg_obj_t *cctx, const char *name, const cfg_obj_t **ret) { in get_acl_def()
123 convert_named_acl(const cfg_obj_t *nameobj, const cfg_obj_t *cctx, in convert_named_acl()
210 count_acl_elements(const cfg_obj_t *caml, const cfg_obj_t *cctx, in count_acl_elements()
628 cfg_acl_fromconfig(const cfg_obj_t *caml, const cfg_obj_t *cctx, in cfg_acl_fromconfig()
636 cfg_acl_fromconfig2(const cfg_obj_t *caml, const cfg_obj_t *cctx, in cfg_acl_fromconfig2()
/netbsd-src/external/mpl/bind/dist/lib/isccfg/
H A Daclconf.c98 get_acl_def(const cfg_obj_t * cctx,const char * name,const cfg_obj_t ** ret) get_acl_def() argument
123 convert_named_acl(const cfg_obj_t * nameobj,const cfg_obj_t * cctx,isc_log_t * lctx,cfg_aclconfctx_t * ctx,isc_mem_t * mctx,unsigned int nest_level,dns_acl_t ** target) convert_named_acl() argument
208 count_acl_elements(const cfg_obj_t * caml,const cfg_obj_t * cctx,isc_log_t * lctx,cfg_aclconfctx_t * ctx,isc_mem_t * mctx,uint32_t * count,bool * has_negative) count_acl_elements() argument
626 cfg_acl_fromconfig(const cfg_obj_t * caml,const cfg_obj_t * cctx,isc_log_t * lctx,cfg_aclconfctx_t * ctx,isc_mem_t * mctx,unsigned int nest_level,dns_acl_t ** target) cfg_acl_fromconfig() argument
634 cfg_acl_fromconfig2(const cfg_obj_t * acl_data,const cfg_obj_t * cctx,isc_log_t * lctx,cfg_aclconfctx_t * ctx,isc_mem_t * mctx,unsigned int nest_level,uint16_t family,dns_acl_t ** target) cfg_acl_fromconfig2() argument
[all...]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/
H A Dtest_context.c150 gss_ctx_id_t *sctx, gss_ctx_id_t *cctx, in loop()
282 wrapunwrap(gss_ctx_id_t cctx, gss_ctx_id_t sctx, int flags, gss_OID mechoid) in wrapunwrap()
319 wrapunwrap_iov(gss_ctx_id_t cctx, gss_ctx_id_t sctx, int flags, gss_OID mechoid) in wrapunwrap_iov()
468 wrapunwrap_aead(gss_ctx_id_t cctx, gss_ctx_id_t sctx, int flags, gss_OID mechoid) in wrapunwrap_aead()
522 getverifymic(gss_ctx_id_t cctx, gss_ctx_id_t sctx, gss_OID mechoid) in getverifymic()
611 gss_ctx_id_t cctx, sctx; in main() local
/netbsd-src/crypto/external/bsd/openssl/dist/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()
/netbsd-src/crypto/external/bsd/heimdal/dist/kcm/
H A Dconnect.c44 heim_sipc_call cctx) in kcm_service()
/netbsd-src/crypto/external/bsd/openssl/dist/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
/netbsd-src/crypto/external/bsd/openssl.old/dist/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
/netbsd-src/crypto/external/bsd/openssl/dist/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()

1234