| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/engine/ |
| D | eng_lib.c | 50 void engine_set_all_null(ENGINE *e) in engine_set_all_null() 71 int engine_free_util(ENGINE *e, int not_locked) in engine_free_util() 100 int ENGINE_free(ENGINE *e) in ENGINE_free() 186 int ENGINE_set_ex_data(ENGINE *e, int idx, void *arg) in ENGINE_set_ex_data() 191 void *ENGINE_get_ex_data(const ENGINE *e, int idx) in ENGINE_get_ex_data() 201 int ENGINE_set_id(ENGINE *e, const char *id) in ENGINE_set_id() 211 int ENGINE_set_name(ENGINE *e, const char *name) in ENGINE_set_name() 221 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f) in ENGINE_set_destroy_function() 227 int ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f) in ENGINE_set_init_function() 233 int ENGINE_set_finish_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR finish_f) in ENGINE_set_finish_function() [all …]
|
| D | eng_pkey.c | 17 int ENGINE_set_load_privkey_function(ENGINE *e, in ENGINE_set_load_privkey_function() 24 int ENGINE_set_load_pubkey_function(ENGINE *e, ENGINE_LOAD_KEY_PTR loadpub_f) in ENGINE_set_load_pubkey_function() 30 int ENGINE_set_load_ssl_client_cert_function(ENGINE *e, in ENGINE_set_load_ssl_client_cert_function() 38 ENGINE_LOAD_KEY_PTR ENGINE_get_load_privkey_function(const ENGINE *e) in ENGINE_get_load_privkey_function() 43 ENGINE_LOAD_KEY_PTR ENGINE_get_load_pubkey_function(const ENGINE *e) in ENGINE_get_load_pubkey_function() 49 *e) in ENGINE_get_ssl_client_cert_function() 56 EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id, in ENGINE_load_private_key() 85 EVP_PKEY *ENGINE_load_public_key(ENGINE *e, const char *key_id, in ENGINE_load_public_key() 114 int ENGINE_load_ssl_client_cert(ENGINE *e, SSL *s, in ENGINE_load_ssl_client_cert()
|
| D | tb_pkmeth.c | 18 void ENGINE_unregister_pkey_meths(ENGINE *e) in ENGINE_unregister_pkey_meths() 28 int ENGINE_register_pkey_meths(ENGINE *e) in ENGINE_register_pkey_meths() 43 ENGINE *e; in ENGINE_register_all_pkey_meths() local 49 int ENGINE_set_default_pkey_meths(ENGINE *e) in ENGINE_set_default_pkey_meths() 74 const EVP_PKEY_METHOD *ENGINE_get_pkey_meth(ENGINE *e, int nid) in ENGINE_get_pkey_meth() 86 ENGINE_PKEY_METHS_PTR ENGINE_get_pkey_meths(const ENGINE *e) in ENGINE_get_pkey_meths() 92 int ENGINE_set_pkey_meths(ENGINE *e, ENGINE_PKEY_METHS_PTR f) in ENGINE_set_pkey_meths() 103 void engine_pkey_meths_free(ENGINE *e) in engine_pkey_meths_free()
|
| D | tb_digest.c | 17 void ENGINE_unregister_digests(ENGINE *e) in ENGINE_unregister_digests() 27 int ENGINE_register_digests(ENGINE *e) in ENGINE_register_digests() 42 ENGINE *e; in ENGINE_register_all_digests() local 48 int ENGINE_set_default_digests(ENGINE *e) in ENGINE_set_default_digests() 73 const EVP_MD *ENGINE_get_digest(ENGINE *e, int nid) in ENGINE_get_digest() 85 ENGINE_DIGESTS_PTR ENGINE_get_digests(const ENGINE *e) in ENGINE_get_digests() 91 int ENGINE_set_digests(ENGINE *e, ENGINE_DIGESTS_PTR f) in ENGINE_set_digests()
|
| D | tb_cipher.c | 17 void ENGINE_unregister_ciphers(ENGINE *e) in ENGINE_unregister_ciphers() 27 int ENGINE_register_ciphers(ENGINE *e) in ENGINE_register_ciphers() 42 ENGINE *e; in ENGINE_register_all_ciphers() local 48 int ENGINE_set_default_ciphers(ENGINE *e) in ENGINE_set_default_ciphers() 73 const EVP_CIPHER *ENGINE_get_cipher(ENGINE *e, int nid) in ENGINE_get_cipher() 85 ENGINE_CIPHERS_PTR ENGINE_get_ciphers(const ENGINE *e) in ENGINE_get_ciphers() 91 int ENGINE_set_ciphers(ENGINE *e, ENGINE_CIPHERS_PTR f) in ENGINE_set_ciphers()
|
| D | tb_rsa.c | 18 void ENGINE_unregister_RSA(ENGINE *e) in ENGINE_unregister_RSA() 28 int ENGINE_register_RSA(ENGINE *e) in ENGINE_register_RSA() 39 ENGINE *e; in ENGINE_register_all_RSA() local 45 int ENGINE_set_default_RSA(ENGINE *e) in ENGINE_set_default_RSA() 66 const RSA_METHOD *ENGINE_get_RSA(const ENGINE *e) in ENGINE_get_RSA() 72 int ENGINE_set_RSA(ENGINE *e, const RSA_METHOD *rsa_meth) in ENGINE_set_RSA()
|
| D | tb_dsa.c | 18 void ENGINE_unregister_DSA(ENGINE *e) in ENGINE_unregister_DSA() 28 int ENGINE_register_DSA(ENGINE *e) in ENGINE_register_DSA() 39 ENGINE *e; in ENGINE_register_all_DSA() local 45 int ENGINE_set_default_DSA(ENGINE *e) in ENGINE_set_default_DSA() 66 const DSA_METHOD *ENGINE_get_DSA(const ENGINE *e) in ENGINE_get_DSA() 72 int ENGINE_set_DSA(ENGINE *e, const DSA_METHOD *dsa_meth) in ENGINE_set_DSA()
|
| D | tb_eckey.c | 18 void ENGINE_unregister_EC(ENGINE *e) in ENGINE_unregister_EC() 28 int ENGINE_register_EC(ENGINE *e) in ENGINE_register_EC() 39 ENGINE *e; in ENGINE_register_all_EC() local 45 int ENGINE_set_default_EC(ENGINE *e) in ENGINE_set_default_EC() 66 const EC_KEY_METHOD *ENGINE_get_EC(const ENGINE *e) in ENGINE_get_EC() 72 int ENGINE_set_EC(ENGINE *e, const EC_KEY_METHOD *ec_meth) in ENGINE_set_EC()
|
| D | tb_dh.c | 18 void ENGINE_unregister_DH(ENGINE *e) in ENGINE_unregister_DH() 28 int ENGINE_register_DH(ENGINE *e) in ENGINE_register_DH() 39 ENGINE *e; in ENGINE_register_all_DH() local 45 int ENGINE_set_default_DH(ENGINE *e) in ENGINE_set_default_DH() 66 const DH_METHOD *ENGINE_get_DH(const ENGINE *e) in ENGINE_get_DH() 72 int ENGINE_set_DH(ENGINE *e, const DH_METHOD *dh_meth) in ENGINE_set_DH()
|
| D | tb_rand.c | 18 void ENGINE_unregister_RAND(ENGINE *e) in ENGINE_unregister_RAND() 28 int ENGINE_register_RAND(ENGINE *e) in ENGINE_register_RAND() 39 ENGINE *e; in ENGINE_register_all_RAND() local 45 int ENGINE_set_default_RAND(ENGINE *e) in ENGINE_set_default_RAND() 66 const RAND_METHOD *ENGINE_get_RAND(const ENGINE *e) in ENGINE_get_RAND() 72 int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth) in ENGINE_set_RAND()
|
| D | tb_asnmth.c | 28 void ENGINE_unregister_pkey_asn1_meths(ENGINE *e) in ENGINE_unregister_pkey_asn1_meths() 38 int ENGINE_register_pkey_asn1_meths(ENGINE *e) in ENGINE_register_pkey_asn1_meths() 53 ENGINE *e; in ENGINE_register_all_pkey_asn1_meths() local 59 int ENGINE_set_default_pkey_asn1_meths(ENGINE *e) in ENGINE_set_default_pkey_asn1_meths() 87 const EVP_PKEY_ASN1_METHOD *ENGINE_get_pkey_asn1_meth(ENGINE *e, int nid) in ENGINE_get_pkey_asn1_meth() 99 ENGINE_PKEY_ASN1_METHS_PTR ENGINE_get_pkey_asn1_meths(const ENGINE *e) in ENGINE_get_pkey_asn1_meths() 105 int ENGINE_set_pkey_asn1_meths(ENGINE *e, ENGINE_PKEY_ASN1_METHS_PTR f) in ENGINE_set_pkey_asn1_meths() 116 void engine_pkey_asn1_meths_free(ENGINE *e) in engine_pkey_asn1_meths_free() 139 const EVP_PKEY_ASN1_METHOD *ENGINE_get_pkey_asn1_meth_str(ENGINE *e, in ENGINE_get_pkey_asn1_meth_str() 162 ENGINE *e; member [all …]
|
| D | eng_list.c | 57 static int engine_list_add(ENGINE *e) in engine_list_add() 110 static int engine_list_remove(ENGINE *e) in engine_list_remove() 141 int engine_add_dynamic_id(ENGINE *e, ENGINE_DYNAMIC_ID dynamic_id, in engine_add_dynamic_id() 194 void engine_remove_dynamic_id(ENGINE *e, int not_locked) in engine_remove_dynamic_id() 261 ENGINE *ENGINE_get_next(ENGINE *e) in ENGINE_get_next() 282 ENGINE *ENGINE_get_prev(ENGINE *e) in ENGINE_get_prev() 304 int ENGINE_add(ENGINE *e) in ENGINE_add() 326 int ENGINE_remove(ENGINE *e) in ENGINE_remove() 438 int ENGINE_up_ref(ENGINE *e) in ENGINE_up_ref()
|
| /netbsd/src/external/bsd/ntp/dist/sntp/libopts/ |
| D | ag-char-map.h | 121 #define SPN_NEWLINE_BACK(s,e) spn_ag_char_map_back(s, e, 0) argument 122 #define BRK_NEWLINE_BACK(s,e) brk_ag_char_map_back(s, e, 0) argument 126 #define SPN_NUL_BYTE_BACK(s,e) spn_ag_char_map_back(s, e, 1) argument 127 #define BRK_NUL_BYTE_BACK(s,e) brk_ag_char_map_back(s, e, 1) argument 131 #define SPN_DIR_SEP_BACK(s,e) spn_ag_char_map_back(s, e, 2) argument 132 #define BRK_DIR_SEP_BACK(s,e) brk_ag_char_map_back(s, e, 2) argument 136 #define SPN_PERCENT_BACK(s,e) spn_ag_char_map_back(s, e, 3) argument 137 #define BRK_PERCENT_BACK(s,e) brk_ag_char_map_back(s, e, 3) argument 141 #define SPN_COMMA_BACK(s,e) spn_ag_char_map_back(s, e, 4) argument 142 #define BRK_COMMA_BACK(s,e) brk_ag_char_map_back(s, e, 4) argument [all …]
|
| /netbsd/src/include/ |
| D | assert.h | 51 # define assert(e) (__static_cast(void,0)) argument 54 # define assert(e) \ argument 58 # define assert(e) \ argument 66 # define _DIAGASSERT(e) (__static_cast(void,0)) argument 69 # define _DIAGASSERT(e) \ argument 73 # define _DIAGASSERT(e) \ argument
|
| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | yyscript.y | 826 Expression_ptr e = script_exp_binary_add(s, $3); variable 832 Expression_ptr e = script_exp_binary_sub(s, $3); variable 838 Expression_ptr e = script_exp_binary_mult(s, $3); variable 844 Expression_ptr e = script_exp_binary_div(s, $3); variable 850 Expression_ptr e = script_exp_binary_lshift(s, $3); variable 856 Expression_ptr e = script_exp_binary_rshift(s, $3); variable 862 Expression_ptr e = script_exp_binary_bitwise_and(s, $3); variable 868 Expression_ptr e = script_exp_binary_bitwise_or(s, $3); variable
|
| /netbsd/src/external/lgpl3/gmp/dist/tests/cxx/ |
| D | t-ternary.cc | 102 mpz_class e; in check_mpz_4() local 108 mpz_class e; in check_mpz_4() local 122 mpz_class e; in check_mpz_5() local 128 mpz_class e; in check_mpz_5() local 142 mpz_class e; in check_mpz_6() local 148 mpz_class e; in check_mpz_6() local 162 mpz_class e; in check_mpz_7() local 168 mpz_class e; in check_mpz_7() local 182 signed int d = 4, e = 5; in check_mpz_8() local 188 signed int d = 4, e = 5; in check_mpz_8() local [all …]
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/admin/ |
| D | purge.c | 44 struct e { struct 47 time_t timestamp; argument 48 struct e *next; argument 54 struct e *e; in get_entry() local 66 struct e *e; in add_entry() local 145 struct e *e = get_entry (entry.principal, head); in kt_purge() local
|
| /netbsd/src/external/bsd/kyua-cli/dist/utils/config/ |
| D | exceptions_test.cpp | 44 const config::error e("Some text"); in ATF_TEST_CASE_BODY() local 52 const config::invalid_key_error e("Some text"); in ATF_TEST_CASE_BODY() local 60 const config::syntax_error e("Some text"); in ATF_TEST_CASE_BODY() local 72 const config::unknown_key_error e(key); in ATF_TEST_CASE_BODY() local 85 const config::unknown_key_error e(key, "The test '%s' string"); in ATF_TEST_CASE_BODY() local 93 const config::value_error e("Some text"); in ATF_TEST_CASE_BODY() local
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| D | py-finish-breakpoint2.cc | 23 throw_exception_1 (int e) in throw_exception_1() 31 throw_exception (int e) in throw_exception() 43 catch (const int *e) in main() local 53 catch (const int *e) in main() local
|
| /netbsd/src/sys/dev/pci/cxgb/ |
| D | cxgb_l2t.c | 75 vlan_prio(const struct l2t_entry *e) in vlan_prio() 87 neigh_replace(struct l2t_entry *e, struct rtentry *rt) in neigh_replace() 108 struct l2t_entry *e) in setup_l2e_send_pending() 145 arpq_enqueue(struct l2t_entry *e, struct mbuf *m) in arpq_enqueue() 157 struct l2t_entry *e) in t3_l2t_send_slow() 210 t3_l2t_send_event(struct toedev *dev, struct l2t_entry *e) in t3_l2t_send_event() 260 struct l2t_entry *end, *e, **p; in alloc_l2e() local 304 t3_l2e_free(struct l2t_data *d, struct l2t_entry *e) in t3_l2e_free() 324 reuse_entry(struct l2t_entry *e, struct rtentry *neigh) in reuse_entry() 348 struct l2t_entry *e; in t3_l2t_get() local [all …]
|
| /netbsd/src/external/bsd/wpa/dist/wpa_supplicant/ |
| D | bssid_ignore.c | 24 struct wpa_bssid_ignore *e; in wpa_bssid_ignore_get() local 67 struct wpa_bssid_ignore *e; in wpa_bssid_ignore_add() local 119 struct wpa_bssid_ignore *e, *prev = NULL; in wpa_bssid_ignore_del() local 152 struct wpa_bssid_ignore *e; in wpa_bssid_ignore_is_listed() local 171 struct wpa_bssid_ignore *e, *prev; in wpa_bssid_ignore_clear() local 192 struct wpa_bssid_ignore *e, *prev = NULL; in wpa_bssid_ignore_update() local
|
| /netbsd/src/external/bsd/wpa/dist/src/wps/ |
| D | wps_upnp_event.c | 62 static void event_clean(struct wps_event_ *e) in event_clean() 74 static void event_delete(struct wps_event_ *e) in event_delete() 88 struct wps_event_ *e; in event_dequeue() local 102 struct wps_event_ *e; in wps_upnp_event_delete_all() local 117 static void event_retry(struct wps_event_ *e, int do_next_address) in event_retry() 145 static struct wpabuf * event_build_message(struct wps_event_ *e) in event_build_message() 174 static void event_addr_failure(struct wps_event_ *e) in event_addr_failure() 216 struct wps_event_ *e = ctx; in event_http_cb() local 272 struct wps_event_ *e; in event_send_start() local 377 struct wps_event_ *e; in wps_upnp_event_add() local
|
| /netbsd/src/games/dab/ |
| D | box.cc | 90 int e; in paint() local 112 void BOX::set(int e) in set() 118 void BOX::clr(int e) in clr() 130 int& BOX::edge(int e) in edge() 140 for (int e = BOX::first; e < BOX::last; e++) in count() local 148 for (int e = BOX::first; e < BOX::last; e++) in reset() local
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| D | check-common.h | 38 #define IF_OPT_COMPARE(ac,bc,e) \ argument 41 #define COMPARE_OPT_STRING(ac,bc,e) \ argument 43 #define COMPARE_OPT_OCTET_STRING(ac,bc,e) \ argument 45 #define COMPARE_STRING(ac,bc,e) \ argument 47 #define COMPARE_INTEGER(ac,bc,e) \ argument 49 #define COMPARE_OPT_INTEGER(ac,bc,e) \ argument 51 #define COMPARE_MEM(ac,bc,e,len) \ argument 53 #define COMPARE_OCTET_STRING(ac,bc,e) \ argument
|
| /netbsd/src/external/bsd/ntp/dist/sntp/libevent/ |
| D | minheap-internal.h | 68 void min_heap_elem_init_(struct event* e) { e->ev_timeout_pos.min_heap_idx = -1; } in min_heap_elem_init_() 73 int min_heap_push_(min_heap_t* s, struct event* e) in min_heap_push_() 85 struct event* e = *s->p; in min_heap_pop_() local 93 int min_heap_elt_is_top_(const struct event *e) in min_heap_elt_is_top_() 98 int min_heap_erase_(min_heap_t* s, struct event* e) in min_heap_erase_() 119 int min_heap_adjust_(min_heap_t *s, struct event *e) in min_heap_adjust_() 155 void min_heap_shift_up_unconditional_(min_heap_t* s, unsigned hole_index, struct event* e) in min_heap_shift_up_unconditional_() 167 void min_heap_shift_up_(min_heap_t* s, unsigned hole_index, struct event* e) in min_heap_shift_up_() 179 void min_heap_shift_down_(min_heap_t* s, unsigned hole_index, struct event* e) in min_heap_shift_down_()
|