/freebsd/crypto/openssl/crypto/engine/ |
H A 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 …]
|
H A D | eng_pkey.c | 17 int ENGINE_set_load_privkey_function(ENGINE *e, in ENGINE_set_load_privkey_function() argument 24 int ENGINE_set_load_pubkey_function(ENGINE *e, ENGINE_LOAD_KEY_PTR loadpub_f) in ENGINE_set_load_pubkey_function() argument 30 int ENGINE_set_load_ssl_client_cert_function(ENGINE *e, in ENGINE_set_load_ssl_client_cert_function() argument 38 ENGINE_LOAD_KEY_PTR ENGINE_get_load_privkey_function(const ENGINE *e) in ENGINE_get_load_privkey_function() argument 43 ENGINE_LOAD_KEY_PTR ENGINE_get_load_pubkey_function(const ENGINE *e) in ENGINE_get_load_pubkey_function() argument 49 ENGINE_get_ssl_client_cert_function(const ENGINE * e) ENGINE_get_ssl_client_cert_function() argument 56 ENGINE_load_private_key(ENGINE * e,const char * key_id,UI_METHOD * ui_method,void * callback_data) ENGINE_load_private_key() argument 127 ENGINE_load_public_key(ENGINE * e,const char * key_id,UI_METHOD * ui_method,void * callback_data) ENGINE_load_public_key() argument 156 ENGINE_load_ssl_client_cert(ENGINE * e,SSL * s,STACK_OF (X509_NAME)* ca_dn,X509 ** pcert,EVP_PKEY ** ppkey,STACK_OF (X509)** pother,UI_METHOD * ui_method,void * callback_data) ENGINE_load_ssl_client_cert() argument [all...] |
H A 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()
|
H A 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()
|
H A 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()
|
H A 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 …]
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | ag-char-map.h | 119 #define SPN_NEWLINE_BACK(s,e) spn_ag_char_map_back(s, e, 0) argument 120 #define BRK_NEWLINE_BACK(s,e) brk_ag_char_map_back(s, e, 0) argument 124 #define SPN_NUL_BYTE_BACK(s,e) spn_ag_char_map_back(s, e, 1) argument 125 #define BRK_NUL_BYTE_BACK(s,e) brk_ag_char_map_back(s, e, 1) argument 129 #define SPN_DIR_SEP_BACK(s,e) spn_ag_char_map_back(s, e, 2) argument 130 #define BRK_DIR_SEP_BACK(s,e) brk_ag_char_map_back(s, e, 2) argument 134 #define SPN_PERCENT_BACK(s,e) spn_ag_char_map_back(s, e, 3) argument 135 #define BRK_PERCENT_BACK(s,e) brk_ag_char_map_back(s, e, 3) argument 139 #define SPN_COMMA_BACK(s,e) spn_ag_char_map_back(s, e, 4) argument 140 #define BRK_COMMA_BACK(s,e) brk_ag_char_map_back(s, e, 4) argument [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_ilist.h | 82 void IList<Base, Node, Elem>::PushFront(Elem* e) { in PushFront() 87 void IList<Base, Node, Elem>::PushBack(Elem* e) { in PushBack() 92 void IList<Base, Node, Elem>::Push(Elem* e, INode* after) { in Push() 105 void IList<Base, Node, Elem>::Remove(Elem* e) { in Remove() 120 Elem* e = Front(); in PopFront() local 128 Elem* e = Back(); in PopBack() local 145 Elem* IList<Base, Node, Elem>::Prev(Elem* e) { in Prev() 152 Elem* IList<Base, Node, Elem>::Next(Elem* e) { in Next() 169 bool IList<Base, Node, Elem>::Queued(Elem* e) const { in Queued() 176 INode* IList<Base, Node, Elem>::ToNode(Elem* e) { in ToNode()
|
/freebsd/contrib/kyua/utils/config/ |
H A D | exceptions_test.cpp | 44 const config::error e("Some text"); in ATF_TEST_CASE_BODY() local 56 const config::bad_combination_error e(key, "Failed to combine '%s'"); in ATF_TEST_CASE_BODY() local 64 const config::invalid_key_error e("Some text"); in ATF_TEST_CASE_BODY() local 76 const config::invalid_key_value e(key, "foo bar"); in ATF_TEST_CASE_BODY() local 85 const config::syntax_error e("Some text"); in ATF_TEST_CASE_BODY() local 97 const config::unknown_key_error e(key); in ATF_TEST_CASE_BODY() local 110 const config::unknown_key_error e(key, "The test '%s' string"); in ATF_TEST_CASE_BODY() local 118 const config::value_error e("Some text"); in ATF_TEST_CASE_BODY() local
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | gelf_ehdr.c | 39 elf32_getehdr(Elf *e) in elf32_getehdr() 45 elf64_getehdr(Elf *e) in elf64_getehdr() 51 gelf_getehdr(Elf *e, GElf_Ehdr *d) in gelf_getehdr() 96 elf32_newehdr(Elf *e) in elf32_newehdr() 102 elf64_newehdr(Elf *e) in elf64_newehdr() 108 gelf_newehdr(Elf *e, int ec) in gelf_newehdr() 119 gelf_update_ehdr(Elf *e, GElf_Ehdr *s) in gelf_update_ehdr()
|
H A D | gelf_phdr.c | 37 elf32_getphdr(Elf *e) in elf32_getphdr() 43 elf64_getphdr(Elf *e) in elf64_getphdr() 49 gelf_getphdr(Elf *e, int index, GElf_Phdr *d) in gelf_getphdr() 101 elf32_newphdr(Elf *e, size_t count) in elf32_newphdr() 107 elf64_newphdr(Elf *e, size_t count) in elf64_newphdr() 113 gelf_newphdr(Elf *e, size_t count) in gelf_newphdr() 123 gelf_update_phdr(Elf *e, int ndx, GElf_Phdr *s) in gelf_update_phdr()
|
/freebsd/crypto/heimdal/admin/ |
H A D | purge.c | 42 struct e { struct 45 time_t timestamp; argument 46 struct e *next; argument 52 struct e *e; in get_entry() local 64 struct e *e; in add_entry() local 143 struct e *e = get_entry (entry.principal, head); in kt_purge() local
|
/freebsd/contrib/openbsm/libbsm/ |
H A D | bsm_event.c | 63 eventfromstr(char *str, struct au_event_ent *e) in eventfromstr() 151 getauevent_r_locked(struct au_event_ent *e) in getauevent_r_locked() 180 getauevent_r(struct au_event_ent *e) in getauevent_r() 199 static struct au_event_ent e; in getauevent() local 215 getauevnam_r_locked(struct au_event_ent *e, const char *name) in getauevnam_r_locked() 243 getauevnam_r(struct au_event_ent *e, const char *name) in getauevnam_r() 262 static struct au_event_ent e; in getauevnam() local 276 getauevnum_r_locked(struct au_event_ent *e, au_event_t event_number) in getauevnum_r_locked() 301 getauevnum_r(struct au_event_ent *e, au_event_t event_number) in getauevnum_r() 320 static struct au_event_ent e; in getauevnum() local [all …]
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf_elf_access.c | 35 Dwarf_Elf_Object *e; in _dwarf_elf_get_section_info() local 71 Dwarf_Elf_Object *e; in _dwarf_elf_get_byte_order() local 90 Dwarf_Elf_Object *e; in _dwarf_elf_get_length_size() local 106 Dwarf_Elf_Object *e; in _dwarf_elf_get_pointer_size() local 120 Dwarf_Elf_Object *e; in _dwarf_elf_get_section_count() local 132 Dwarf_Elf_Object *e; in _dwarf_elf_load_section() local
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | engine.c | 30 ENGINE *e = NULL; in try_load_engine() local 45 ENGINE *e = NULL; in setup_engine_methods() local 77 void release_engine(ENGINE *e) in release_engine() 85 int init_engine(ENGINE *e) in init_engine() 95 int finish_engine(ENGINE *e) in finish_engine() 105 char *make_engine_uri(ENGINE *e, const char *key_id, const char *desc) in make_engine_uri() 138 int get_legacy_pkey_id(OSSL_LIB_CTX *libctx, const char *algname, ENGINE *e) in get_legacy_pkey_id()
|
/freebsd/contrib/kyua/utils/fs/ |
H A D | exceptions_test.cpp | 44 const fs::error e("Some text"); in ATF_TEST_CASE_BODY() local 52 const fs::invalid_path_error e("some/invalid/path", "The reason"); in ATF_TEST_CASE_BODY() local 62 const fs::join_error e("dir1/file1", "/dir2/file2", "The reason"); in ATF_TEST_CASE_BODY() local 73 const fs::system_error e("Call failed", ENOENT); in ATF_TEST_CASE_BODY() local 83 const fs::unsupported_operation_error e("Some text"); in ATF_TEST_CASE_BODY() local
|
/freebsd/contrib/wpa/src/wps/ |
H A 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
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_tom_l2t.c | 64 l2t_hold(struct l2t_data *d, struct l2t_entry *e) in l2t_hold() 103 l2_cmp(const struct sockaddr *sa, struct l2t_entry *e) in l2_cmp() 122 l2_store(const struct sockaddr *sa, struct l2t_entry *e) in l2_store() 147 arpq_enqueue(struct l2t_entry *e, struct wrqe *wr) in arpq_enqueue() 155 send_pending(struct adapter *sc, struct l2t_entry *e) in send_pending() 168 resolution_failed(struct adapter *sc, struct l2t_entry *e) in resolution_failed() 182 update_entry(struct adapter *sc, struct l2t_entry *e, uint8_t *lladdr, in update_entry() 230 resolve_entry(struct adapter *sc, struct l2t_entry *e) in resolve_entry() 266 t4_l2t_send_slow(struct adapter *sc, struct wrqe *wr, struct l2t_entry *e) in t4_l2t_send_slow() 338 struct l2t_entry *e = &sc->l2t->l2tab[idx]; in do_l2t_write_rpl2() local [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A 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
|