Home
last modified time | relevance | path

Searched defs:store (Results 1 – 25 of 99) sorted by relevance

1234

/openbsd-src/lib/libcrypto/x509/
H A Dx509_lu.c141 X509_STORE *store; in X509_STORE_new() local
223 X509_STORE_free(X509_STORE * store) X509_STORE_free() argument
241 X509_STORE_up_ref(X509_STORE * store) X509_STORE_up_ref() argument
248 X509_STORE_add_lookup(X509_STORE * store,X509_LOOKUP_METHOD * method) X509_STORE_add_lookup() argument
334 X509_STORE_add_object(X509_STORE * store,X509_OBJECT * obj) X509_STORE_add_object() argument
362 X509_STORE_add_cert(X509_STORE * store,X509 * x) X509_STORE_add_cert() argument
385 X509_STORE_add_crl(X509_STORE * store,X509_CRL * x) X509_STORE_add_crl() argument
554 X509_STORE *store = ctx->store; STACK_OF() local
577 X509_STORE *store = ctx->store; STACK_OF() local
857 X509_STORE_set_verify(X509_STORE * store,X509_STORE_CTX_verify_fn verify) X509_STORE_set_verify() argument
864 X509_STORE_get_verify(X509_STORE * store) X509_STORE_get_verify() argument
871 X509_STORE_set_verify_cb(X509_STORE * store,X509_STORE_CTX_verify_cb verify_cb) X509_STORE_set_verify_cb() argument
878 X509_STORE_get_verify_cb(X509_STORE * store) X509_STORE_get_verify_cb() argument
[all...]
/openbsd-src/usr.sbin/nsd/
H A Dixfrcreate.c323 static int process_store_oldsoa(struct ixfr_store* store, uint8_t* dname, in process_store_oldsoa()
399 struct ixfr_store* store, struct domain* domain, in process_diff_rrset()
473 struct ixfr_store* store, uint8_t* dname, size_t dname_len, in process_spool_delrrset()
530 static int process_marktypes(struct ixfr_store* store, struct zone* zone, in process_marktypes()
554 struct ixfr_store* store, struct zone* zone, struct domain* domain) in process_diff_domain()
611 static int process_domain_add_RRs(struct ixfr_store* store, struct zone* zone, in process_domain_add_RRs()
626 struct ixfr_store* store, FILE* spool, uint8_t* dname, in process_domain_del_RRs()
710 struct ixfr_store* store) in ixfr_create_too_large()
733 struct ixfr_store* store, struct domain* domain, in process_spool_before_domain()
775 struct ixfr_store* store, struct zone* zone, struct domain* domain, in process_spool_for_domain()
[all …]
/openbsd-src/usr.sbin/unbound/testcode/
H A Dreplay.c577 macro_store_delete(rbtree_type* store) in macro_store_delete()
627 do_macro_recursion(rbtree_type* store, struct replay_runtime* runtime, in do_macro_recursion()
644 macro_getvar(rbtree_type* store, char* name) in macro_getvar()
654 do_macro_variable(rbtree_type* store, char* buf, size_t remain) in do_macro_variable()
793 macro_expand(rbtree_type* store, struct replay_runtime* runtime, char** text) in macro_expand()
866 macro_process(rbtree_type* store, struct replay_runtime* runtime, char* text) in macro_process()
894 macro_lookup(rbtree_type* store, char* name) in macro_lookup()
901 void macro_print_debug(rbtree_type* store) in macro_print_debug()
910 macro_assign(rbtree_type* store, char* name, char* value) in macro_assign()
940 rbtree_type* store = macro_store_create(); in testbound_selftest() local
H A Dunittcpreuse.c274 struct outside_network* outnet, struct waiting_tcp* store, in check_waiting_tcp_removal()
319 struct waiting_tcp store[MAX_TCP_WAITING_NODES]; in waiting_tcp_list_test() local
415 struct reuse_tcp* reuse, struct waiting_tcp* store, in check_reuse_write_wait_removal()
454 struct waiting_tcp store[MAX_TCP_WAITING_NODES]; in reuse_write_wait_test() local
/openbsd-src/lib/libcrypto/ct/
H A Dct_log.c168 CTLOG_STORE_free(CTLOG_STORE * store) CTLOG_STORE_free() argument
199 CTLOG_STORE_load_default_file(CTLOG_STORE * store) CTLOG_STORE_load_default_file() argument
253 CTLOG_STORE_load_file(CTLOG_STORE * store,const char * file) CTLOG_STORE_load_file() argument
362 CTLOG_STORE_get0_log_by_id(const CTLOG_STORE * store,const uint8_t * log_id,size_t log_id_len) CTLOG_STORE_get0_log_by_id() argument
[all...]
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h196 virtual void incrementReferenceCount(Store store) {} in incrementReferenceCount()
201 virtual void decrementReferenceCount(Store store) {} in decrementReferenceCount()
289 inline StoreRef::StoreRef(Store store, StoreManager & smgr) in StoreRef()
H A DStoreRef.h30 Store store; variable
/openbsd-src/sbin/iked/
H A Dca.c110 struct ca_store *store; in ca_run() local
132 struct ca_store *store; in ca_shutdown() local
148 struct ca_store *store = env->sc_priv; in ca_getkey() local
180 struct ca_store *store = env->sc_priv; in ca_reset() local
397 struct ca_store *store = env->sc_priv; in ca_dispatch_control() local
602 struct ca_store *store = env->sc_priv; in ca_getcert() local
708 ca_chain_by_issuer(struct ca_store *store, X509_NAME *subject, in ca_chain_by_issuer()
755 struct ca_store *store = env->sc_priv; in ca_getreq() local
907 struct ca_store *store = env->sc_priv; in ca_getauth() local
968 struct ca_store *store = env->sc_priv; in ca_reload() local
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.cpp131 uptr *StackStore::BlockInfo::Create(StackStore *store) { in Create()
141 uptr *StackStore::BlockInfo::GetOrCreate(StackStore *store) { in GetOrCreate()
253 uptr *StackStore::BlockInfo::GetOrUnpack(StackStore *store) { in GetOrUnpack()
301 uptr StackStore::BlockInfo::Pack(Compression type, StackStore *store) { in Pack()
364 void StackStore::BlockInfo::TestOnlyUnmap(StackStore *store) { in TestOnlyUnmap()
/openbsd-src/gnu/usr.bin/perl/amigaos4/
H A Damigaio.c29 void amigaos_stdio_get(pTHX_ StdioStore *store) in amigaos_stdio_get()
39 void amigaos_stdio_save(pTHX_ StdioStore *store) in amigaos_stdio_save()
47 void amigaos_stdio_restore(pTHX_ const StdioStore *store) in amigaos_stdio_restore()
813 StdioStore store; in amigaos_system_child() local
928 StdioStore store; in myexecve() local
/openbsd-src/regress/lib/libcrypto/x509/bettertls/
H A Dverify.c101 verify_cert(X509_STORE *store, const char *roots_file, const char *bundle_file, in verify_cert()
196 X509_STORE *store; in bettertls_cert_test() local
/openbsd-src/usr.bin/bc/
H A Dextern.h24 ssize_t store; member
/openbsd-src/usr.bin/chpass/
H A Dutil.c59 atot(char *p, time_t *store) in atot()
/openbsd-src/usr.sbin/unbound/cachedb/
H A Dcachedb.h87 void (*store)(struct module_env*, struct cachedb_env*, char*, member
/openbsd-src/lib/libcrypto/cms/
H A Dcms_smime.c306 cms_signerinfo_verify_cert(CMS_SignerInfo *si, X509_STORE *store, in cms_signerinfo_verify_cert()
343 CMS_verify(CMS_ContentInfo *cms, STACK_OF(X509) *certs, X509_STORE *store, in CMS_verify()
505 STACK_OF(X509) *certs, X509_STORE *store, unsigned int flags) in CMS_verify_receipt()
/openbsd-src/usr.bin/find/
H A Dmisc.c55 brace_subst(char *orig, char **store, char *path, int len) in brace_subst()
/openbsd-src/regress/lib/libcrypto/pkcs7/
H A Dpkcs7test.c133 X509_STORE *store; in main() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp39 const StoreRef &store, in Profile()
144 BasicValueFactory::getLazyCompoundValData(const StoreRef &store, in getLazyCompoundValData()
H A DRegionStore.cpp440 StoreRef Bind(Store store, Loc LV, SVal V) override { in Bind()
448 StoreRef BindDefaultInitial(Store store, const MemRegion *R, in BindDefaultInitial()
461 StoreRef BindDefaultZero(Store store, const MemRegion *R) override { in BindDefaultZero()
523 void incrementReferenceCount(Store store) override { in incrementReferenceCount()
530 void decrementReferenceCount(Store store) override { in decrementReferenceCount()
645 void iterBindings(Store store, BindingsHandler& f) override { in iterBindings()
1315 RegionStoreManager::invalidateRegions(Store store, in invalidateRegions()
2336 bool RegionStoreManager::includedInBindings(Store store, in includedInBindings()
2893 StoreRef RegionStoreManager::removeDeadBindings(Store store, in removeDeadBindings()
/openbsd-src/gnu/usr.bin/perl/dist/Storable/
H A DStorable.pm228 sub store { subroutine
/openbsd-src/lib/libcrypto/ts/
H A Dts_verify_ctx.c154 TS_VERIFY_CTX_set_store(TS_VERIFY_CTX *ctx, X509_STORE *store) in TS_VERIFY_CTX_set_store()
H A Dts_rsp_verify.c151 X509_STORE *store, X509 **signer_out) in TS_RESP_verify_signature()
240 TS_verify_cert(X509_STORE *store, STACK_OF(X509) *untrusted, X509 *signer, in TS_verify_cert()
/openbsd-src/usr.sbin/ocspcheck/
H A Docspcheck.c205 X509_STORE *store = NULL; in read_cacerts() local
405 X509_STORE *store, char *host, char *file) in validate_response() argument
/openbsd-src/games/hack/
H A Dmakedefs.c284 int store = (inbraces || inparens) in getentry() local
/openbsd-src/regress/lib/libcrypto/cms/
H A Dcmstest.c246 X509_STORE *store = NULL; in test_cms_sign_verify() local

1234