| /freebsd/crypto/openssl/crypto/engine/ |
| H A D | eng_lib.c | 56 void engine_set_all_null(ENGINE *e) in engine_set_all_null() 77 int engine_free_util(ENGINE *e, int not_locked) in engine_free_util() 104 int ENGINE_free(ENGINE *e) in ENGINE_free() 188 int ENGINE_set_ex_data(ENGINE *e, int idx, void *arg) in ENGINE_set_ex_data() 193 void *ENGINE_get_ex_data(const ENGINE *e, int idx) in ENGINE_get_ex_data() 203 int ENGINE_set_id(ENGINE *e, const char *id) in ENGINE_set_id() 213 int ENGINE_set_name(ENGINE *e, const char *name) in ENGINE_set_name() 223 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f) in ENGINE_set_destroy_function() 229 int ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f) in ENGINE_set_init_function() 235 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() 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() 48 ENGINE_SSL_CLIENT_CERT_PTR ENGINE_get_ssl_client_cert_function(const ENGINE 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()
|
| 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_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_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_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 | 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_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 | eng_list.c | 57 static int engine_list_add(ENGINE *e) in engine_list_add() 119 static int engine_list_remove(ENGINE *e) in engine_list_remove() 150 int engine_add_dynamic_id(ENGINE *e, ENGINE_DYNAMIC_ID dynamic_id, in engine_add_dynamic_id() 203 void engine_remove_dynamic_id(ENGINE *e, int not_locked) in engine_remove_dynamic_id() 284 ENGINE *ENGINE_get_next(ENGINE *e) in ENGINE_get_next() 311 ENGINE *ENGINE_get_prev(ENGINE *e) in ENGINE_get_prev() 339 int ENGINE_add(ENGINE *e) in ENGINE_add() 361 int ENGINE_remove(ENGINE *e) in ENGINE_remove() 475 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/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenExprComplex.cpp | 32 mlir::Value emitLoadOfLValue(const Expr *e) { in emitLoadOfLValue() 121 LValue ComplexExprEmitter::emitBinAssignLValue(const BinaryOperator *e, in emitBinAssignLValue() 152 const CIRGenFunction::ConstantEmission &constant, Expr *e) { in emitConstant() 185 const AbstractConditionalOperator *e) { in VisitAbstractConditionalOperator() 205 mlir::Value ComplexExprEmitter::VisitArraySubscriptExpr(Expr *e) { in VisitArraySubscriptExpr() 209 mlir::Value ComplexExprEmitter::VisitBinAssign(const BinaryOperator *e) { in VisitBinAssign() 225 mlir::Value ComplexExprEmitter::VisitBinComma(const BinaryOperator *e) { in VisitBinComma() 230 mlir::Value ComplexExprEmitter::VisitCallExpr(const CallExpr *e) { in VisitCallExpr() 237 mlir::Value ComplexExprEmitter::VisitCastExpr(CastExpr *e) { in VisitCastExpr() 252 mlir::Value ComplexExprEmitter::VisitChooseExpr(ChooseExpr *e) { in VisitChooseExpr() [all …]
|
| H A D | CIRGenExprScalar.cpp | 40 const Expr *e; // Entire expr, for error unsupported. May not be binop. member 114 mlir::Value Visit(Expr *e) { in Visit() 122 mlir::Value VisitExpr(Expr *e) { in VisitExpr() 128 mlir::Value VisitPackIndexingExpr(PackIndexingExpr *e) { in VisitPackIndexingExpr() 139 mlir::Value emitLoadOfLValue(const Expr *e) { in emitLoadOfLValue() 150 mlir::Value VisitDeclRefExpr(DeclRefExpr *e) { in VisitDeclRefExpr() 157 mlir::Value VisitIntegerLiteral(const IntegerLiteral *e) { in VisitIntegerLiteral() 163 mlir::Value VisitFloatingLiteral(const FloatingLiteral *e) { in VisitFloatingLiteral() 171 mlir::Value VisitCharacterLiteral(const CharacterLiteral *e) { in VisitCharacterLiteral() 177 mlir::Value VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *e) { in VisitCXXBoolLiteralExpr() [all …]
|
| H A D | CIRGenExprAggregate.cpp | 69 void Visit(Expr *e) { StmtVisitor<AggExprEmitter>::Visit(e); } in Visit() 73 void VisitDeclRefExpr(DeclRefExpr *e) { emitAggLoadOfLValue(e); } in VisitDeclRefExpr() 85 static bool isTrivialFiller(Expr *e) { in isTrivialFiller() 107 void AggExprEmitter::emitAggLoadOfLValue(const Expr *e) { in emitAggLoadOfLValue() 117 QualType arrayQTy, Expr *e, in emitArrayInit() 230 void AggExprEmitter::emitInitializationToLValue(Expr *e, LValue lv) { in emitInitializationToLValue() 266 void AggExprEmitter::VisitCXXConstructExpr(const CXXConstructExpr *e) { in VisitCXXConstructExpr() 298 void AggExprEmitter::VisitCallExpr(const CallExpr *e) { in VisitCallExpr() 309 const Expr *e, llvm::function_ref<RValue(ReturnValueSlot)> fn) { in withReturnValueSlot() 336 void AggExprEmitter::VisitInitListExpr(InitListExpr *e) { in VisitInitListExpr() [all …]
|
| H A D | CIRGenExprConstant.cpp | 89 mlir::Attribute VisitCompoundLiteralExpr(CompoundLiteralExpr *e, QualType t) { in VisitCompoundLiteralExpr() 93 mlir::Attribute VisitCastExpr(CastExpr *e, QualType destType) { in VisitCastExpr() 197 mlir::Attribute VisitExprWithCleanups(ExprWithCleanups *e, QualType t) { in VisitExprWithCleanups() 202 mlir::Attribute VisitMaterializeTemporaryExpr(MaterializeTemporaryExpr *e, in VisitMaterializeTemporaryExpr() 240 mlir::Attribute VisitDesignatedInitUpdateExpr(DesignatedInitUpdateExpr *e, in VisitDesignatedInitUpdateExpr() 251 mlir::Attribute VisitCXXConstructExpr(CXXConstructExpr *e, QualType ty) { in VisitCXXConstructExpr() 256 mlir::Attribute VisitStringLiteral(StringLiteral *e, QualType t) { in VisitStringLiteral() 261 mlir::Attribute VisitObjCEncodeExpr(ObjCEncodeExpr *e, QualType t) { in VisitObjCEncodeExpr() 266 mlir::Attribute VisitUnaryExtension(const UnaryOperator *e, QualType t) { in VisitUnaryExtension() 477 ConstantLValue ConstantLValueEmitter::VisitConstantExpr(const ConstantExpr *e) { in VisitConstantExpr() [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/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() argument 103 l2_cmp(const struct sockaddr *sa, struct l2t_entry *e) in l2_cmp() argument 122 l2_store(const struct sockaddr *sa, struct l2t_entry *e) in l2_store() argument 147 arpq_enqueue(struct l2t_entry * e,struct wrqe * wr) arpq_enqueue() argument 155 send_pending(struct adapter * sc,struct l2t_entry * e) send_pending() argument 168 resolution_failed(struct adapter * sc,struct l2t_entry * e) resolution_failed() argument 182 update_entry(struct adapter * sc,struct l2t_entry * e,uint8_t * lladdr,uint16_t vtag) update_entry() argument 230 resolve_entry(struct adapter * sc,struct l2t_entry * e) resolve_entry() argument 266 t4_l2t_send_slow(struct adapter * sc,struct wrqe * wr,struct l2t_entry * e) t4_l2t_send_slow() argument 338 struct l2t_entry *e = &sc->l2t->l2tab[idx]; do_l2t_write_rpl2() local 361 struct l2t_entry *e; t4_l2t_get() local 427 struct l2t_entry *e; t4_l2_update() 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
|