Searched refs:store (Results 101 - 125 of 379) sorted by relevance

1234567891011>>

/freebsd-current/crypto/openssl/test/
H A Dpkcs7_test.c57 X509_STORE *store = NULL; local
80 && TEST_ptr(store = X509_STORE_new())
81 && TEST_true(X509_STORE_add_cert(store, cert))
84 && TEST_true(PKCS7_verify(p7, NULL, store, msg_bio, NULL, PKCS7_TEXT))
87 X509_STORE_free(store);
H A Dcrltest.c250 X509_STORE *store = X509_STORE_new(); local
256 || !TEST_ptr(store)
264 || !TEST_true(X509_STORE_CTX_init(ctx, store, leaf, NULL)))
285 X509_STORE_free(store);
H A Dcmp_protect_test.c337 X509_STORE *store; local
350 if (TEST_ptr(store = X509_STORE_new())
351 && TEST_true(X509_STORE_add_cert(store, root))) {
352 X509_VERIFY_PARAM_set_flags(X509_STORE_get0_param(store),
354 chain = X509_build_chain(fixture->cert, fixture->certs, store,
363 X509_STORE_free(store);
466 X509_STORE *store = X509_STORE_new(); local
470 if (!TEST_true(ossl_cmp_X509_STORE_add1_certs(store,
474 sk = X509_STORE_get1_all_certs(store);
479 X509_STORE_free(store);
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_rtl_x86_64.S120 ASAN_MEMORY_ACCESS_CALLBACK_ADD_1(reg, store) \
122 ASAN_MEMORY_ACCESS_CALLBACK_ADD_2(reg, store) \
124 ASAN_MEMORY_ACCESS_CALLBACK_ADD_4(reg, store) \
126 ASAN_MEMORY_ACCESS_CALLBACK_ADD_8(reg, store) \
128 ASAN_MEMORY_ACCESS_CALLBACK_ADD_16(reg, store) \
/freebsd-current/crypto/openssl/crypto/ts/
H A Dts_verify_ctx.c59 ctx->store = s;
60 return ctx->store;
84 X509_STORE_free(ctx->store);
H A Dts_local.h135 X509_STORE *store; member in struct:TS_verify_ctx
H A Dts_rsp_verify.c19 static int ts_verify_cert(X509_STORE *store, STACK_OF(X509) *untrusted,
89 X509_STORE *store, X509 **signer_out)
136 if (!ts_verify_cert(store, untrusted, signer, &chain))
171 static int ts_verify_cert(X509_STORE *store, STACK_OF(X509) *untrusted, argument
184 if (!X509_STORE_CTX_init(cert_ctx, store, signer, untrusted))
310 && !TS_RESP_verify_signature(token, ctx->certs, ctx->store, &signer))
88 TS_RESP_verify_signature(PKCS7 *token, STACK_OF(X509) *certs, X509_STORE *store, X509 **signer_out) argument
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp51 store(st.getStore()),
54 stateMgr->getStoreManager().incrementReferenceCount(store);
58 : stateMgr(RHS.stateMgr), Env(RHS.Env), store(RHS.store), GDM(RHS.GDM),
60 stateMgr->getStoreManager().incrementReferenceCount(store);
64 if (store)
65 stateMgr->getStoreManager().decrementReferenceCount(store);
105 // Clean up the store.
433 ProgramStateRef ProgramState::makeWithStore(const StoreRef &store) const {
435 NewSt.setStore(store);
[all...]
H A DBasicValueFactory.cpp39 const StoreRef &store,
41 ID.AddPointer(store.getStore());
142 BasicValueFactory::getLazyCompoundValData(const StoreRef &store, argument
145 LazyCompoundValData::Profile(ID, store, region);
152 D = new (BPAlloc) LazyCompoundValData(store, region);
38 Profile(llvm::FoldingSetNodeID& ID, const StoreRef &store, const TypedValueRegion *region) argument
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h63 StoreRef store; member in class:clang::ento::LazyCompoundValData
68 : store(st), region(r) {
74 const void *getStore() const { return store.getStore(); }
80 const StoreRef &store,
83 void Profile(llvm::FoldingSetNodeID& ID) { Profile(ID, store, region); }
147 /// Returns the type of the APSInt used to store values of the given QualType.
247 const LazyCompoundValData *getLazyCompoundValData(const StoreRef &store,
/freebsd-current/crypto/openssl/crypto/x509/
H A Dx509_vfy.c111 * Given a certificate, try and find an exact match in the store.
859 * for a direct trust store match.
1327 if (!X509_STORE_CTX_init(&crl_ctx, ctx->store, x, ctx->untrusted))
1501 /* Lookup CRLs from store */
2321 int X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *store, X509 *x509, argument
2330 ctx->store = store;
2353 /* store->cleanup is always 0 in OpenSSL, if set must be idempotent */
2354 if (store != NULL)
2355 ctx->cleanup = store
[all...]
/freebsd-current/contrib/libedit/
H A Dchartype.h47 #error wchar_t must store ISO 10646 characters
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/avr/
H A Dmulhi3.S42 ; Use Rzero:Rtmp to store the result.
/freebsd-current/tests/sys/netinet6/frag6/
H A Dsniffer.py38 self.packets = sp.sniff(iface=self._recvif, store=False,
/freebsd-current/sys/dev/dpaa2/
H A Ddpaa2_channel.h70 struct dpaa2_buf store; /* to keep VDQ responses */ member in struct:dpaa2_channel
/freebsd-current/libexec/ftpd/
H A Dextern.h61 void store(char *, char *, int);
/freebsd-current/usr.sbin/services_mkdb/
H A Dservices_mkdb.c61 static void store(DB *, DBT *, DBT *, int);
209 store(db, &data, &key, warndup);
214 store(db, &key, &data, warndup);
218 store(db, &key, &data, warndup);
225 store(db, &key, &data, warndup);
229 store(db, &key, &data, warndup);
378 store(DB *db, DBT *key, DBT *data, int warndup) function
383 (void)printf("store [%*.*s] [%*.*s]\n",
/freebsd-current/crypto/openssl/apps/
H A Dcrl.c66 {"CAstore", OPT_CASTORE, ':', "Verify CRL using certificates in store URI"},
72 "Do not load certificates from the default certificates store"},
81 X509_STORE *store = NULL; local
225 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath,
228 lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file());
232 if (ctx == NULL || !X509_STORE_CTX_init(ctx, store, NULL, NULL)) {
233 BIO_printf(bio_err, "Error initialising X509 store\n");
394 X509_STORE_free(store);
/freebsd-current/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_sysfs.c167 ssize_t (*store)(struct device *dev,
177 vdentry->dentry.store = store;
184 if (vdentry->dentry.store)
397 ssize_t (*store)(struct mlx4_port *, struct port_attribute *, member in struct:port_attribute
421 if (!port_attr->store)
423 return port_attr->store(p, port_attr, buf, size);
428 .store = port_attr_store,
500 ssize_t (*store)(struct mlx4_port *, struct port_attribute *,
524 if (store) {
[all...]
/freebsd-current/usr.bin/bc/
H A Dbc.y262 $$ = node($3, cs($2), $1.store,
265 $$ = node($1.load, $3, cs($2), $1.store,
627 $$ = node($2.load, cs("1+d"), $2.store,
633 $2.store, END_NODE);
638 $1.store, END_NODE);
643 $1.store, END_NODE);
648 $$ = node($3, cs($2), cs("d"), $1.store,
652 $1.store, END_NODE);
713 $$.store = node(cs("s"), letter_node($1),
721 $$.store
[all...]
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dstore_mem.c35 #include "store-int.h"
144 sp->store = mem_store;
203 sp->store = mem_no_store;
H A Dstore_fd.c35 #include "store-int.h"
127 sp->store = fd_store;
/freebsd-current/crypto/openssl/crypto/cmp/
H A Dcmp_vfy.c99 * Attempt to validate certificate and path using any given store with trusted
284 static int check_cert_path(const OSSL_CMP_CTX *ctx, X509_STORE *store, argument
287 if (OSSL_CMP_validate_cert_path(ctx, store, scrt))
306 X509_STORE *store; local
311 if ((store = X509_STORE_new()) == NULL
312 || !ossl_cmp_X509_STORE_add1_certs(store, msg->extraCerts,
316 /* store does not include CRLs */
317 valid = OSSL_CMP_validate_cert_path(ctx, store, scrt);
324 * OSSL_CMP_CERTREQID) can also be validated with the same trusted store
335 valid = OSSL_CMP_validate_cert_path(ctx, store, newcr
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_chained_origin_depot.cpp40 void store(u32 id, const args_type &args, hash_type other_hash);
108 void ChainedOriginDepotNode::store(u32 id, const args_type &args, function in class:__sanitizer::ChainedOriginDepotNode
/freebsd-current/contrib/kyua/store/
H A Dlayout_test.cpp29 #include "store/layout.hpp"
39 #include "store/exceptions.hpp"
40 #include "store/layout.hpp"
48 namespace layout = store::layout;
195 store::error,
202 store::error,
219 store::error,
234 ATF_REQUIRE(!fs::exists(fs::path(".kyua/store")));
237 ATF_REQUIRE( fs::exists(fs::path(".kyua/store")));
238 ATF_REQUIRE( fs::is_directory(fs::path(".kyua/store")));
[all...]

Completed in 200 milliseconds

1234567891011>>