games/hack/makedefs.c
284
int store = (inbraces || inparens)
games/hack/makedefs.c
289
if(store && sp < string+STRSZ)
games/hack/makedefs.c
292
if(store) *--sp = 0;
lib/libc/db/hash/hash.c
868
SEGMENT store;
lib/libc/db/hash/hash.c
883
if ((store = (SEGMENT)calloc(nsegs << hashp->SSHIFT,
lib/libc/db/hash/hash.c
891
hashp->dir[i] = &store[i << hashp->SSHIFT];
lib/libcrypto/cms/cms.h
187
X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags);
lib/libcrypto/cms/cms.h
190
STACK_OF(X509) *certs, X509_STORE *store, unsigned int flags);
lib/libcrypto/cms/cms_smime.c
313
cms_signerinfo_verify_cert(CMS_SignerInfo *si, X509_STORE *store,
lib/libcrypto/cms/cms_smime.c
325
if (!X509_STORE_CTX_init(ctx, store, signer, certs)) {
lib/libcrypto/cms/cms_smime.c
350
CMS_verify(CMS_ContentInfo *cms, STACK_OF(X509) *certs, X509_STORE *store,
lib/libcrypto/cms/cms_smime.c
400
if (!cms_signerinfo_verify_cert(si, store, cms_certs, crls))
lib/libcrypto/cms/cms_smime.c
512
STACK_OF(X509) *certs, X509_STORE *store, unsigned int flags)
lib/libcrypto/cms/cms_smime.c
517
r = CMS_verify(rcms, certs, store, NULL, NULL, flags);
lib/libcrypto/ct/ct.h
488
void CTLOG_STORE_free(CTLOG_STORE *store);
lib/libcrypto/ct/ct.h
494
const CTLOG *CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store,
lib/libcrypto/ct/ct.h
501
int CTLOG_STORE_load_file(CTLOG_STORE *store, const char *file);
lib/libcrypto/ct/ct.h
507
int CTLOG_STORE_load_default_file(CTLOG_STORE *store);
lib/libcrypto/ct/ct_log.c
172
CTLOG_STORE_free(CTLOG_STORE *store)
lib/libcrypto/ct/ct_log.c
174
if (store != NULL) {
lib/libcrypto/ct/ct_log.c
175
sk_CTLOG_pop_free(store->logs, CTLOG_free);
lib/libcrypto/ct/ct_log.c
176
free(store);
lib/libcrypto/ct/ct_log.c
203
CTLOG_STORE_load_default_file(CTLOG_STORE *store)
lib/libcrypto/ct/ct_log.c
205
return CTLOG_STORE_load_file(store, CTLOG_FILE);
lib/libcrypto/ct/ct_log.c
257
CTLOG_STORE_load_file(CTLOG_STORE *store, const char *file)
lib/libcrypto/ct/ct_log.c
265
load_ctx->log_store = store;
lib/libcrypto/ct/ct_log.c
366
CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store, const uint8_t *log_id,
lib/libcrypto/ct/ct_log.c
371
for (i = 0; i < sk_CTLOG_num(store->logs); ++i) {
lib/libcrypto/ct/ct_log.c
372
const CTLOG *log = sk_CTLOG_value(store->logs, i);
lib/libcrypto/ocsp/ocsp.h
247
X509_STORE *store, unsigned long flags);
lib/libcrypto/ocsp/ocsp_vfy.c
388
OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs, X509_STORE *store,
lib/libcrypto/ocsp/ocsp_vfy.c
407
ret = ocsp_req_find_signer(&signer, req, nm, certs, store, flags);
lib/libcrypto/ocsp/ocsp_vfy.c
429
init_res = X509_STORE_CTX_init(&ctx, store, signer,
lib/libcrypto/ocsp/ocsp_vfy.c
432
init_res = X509_STORE_CTX_init(&ctx, store, signer,
lib/libcrypto/pkcs7/pk7_smime.c
251
PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store, BIO *indata,
lib/libcrypto/pkcs7/pk7_smime.c
314
if (!X509_STORE_CTX_init(&cert_ctx, store,
lib/libcrypto/pkcs7/pk7_smime.c
325
} else if (!X509_STORE_CTX_init(&cert_ctx, store,
lib/libcrypto/pkcs7/pkcs7.h
383
int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store,
lib/libcrypto/ts/ts.h
438
X509_STORE *store, X509 **signer_out);
lib/libcrypto/ts/ts.h
496
X509_STORE *TS_VERIFY_CTX_set_store(TS_VERIFY_CTX *ctx, X509_STORE *store);
lib/libcrypto/ts/ts_local.h
273
X509_STORE *store;
lib/libcrypto/ts/ts_rsp_verify.c
151
X509_STORE *store, X509 **signer_out)
lib/libcrypto/ts/ts_rsp_verify.c
196
if (!TS_verify_cert(store, certs, signer, &chain))
lib/libcrypto/ts/ts_rsp_verify.c
240
TS_verify_cert(X509_STORE *store, STACK_OF(X509) *untrusted, X509 *signer,
lib/libcrypto/ts/ts_rsp_verify.c
249
if (X509_STORE_CTX_init(&cert_ctx, store, signer, untrusted) == 0) {
lib/libcrypto/ts/ts_rsp_verify.c
536
!TS_RESP_verify_signature(token, ctx->certs, ctx->store, &signer))
lib/libcrypto/ts/ts_rsp_verify.c
73
static int TS_verify_cert(X509_STORE *store, STACK_OF(X509) *untrusted,
lib/libcrypto/ts/ts_verify_ctx.c
154
TS_VERIFY_CTX_set_store(TS_VERIFY_CTX *ctx, X509_STORE *store)
lib/libcrypto/ts/ts_verify_ctx.c
156
ctx->store = store;
lib/libcrypto/ts/ts_verify_ctx.c
158
return ctx->store;
lib/libcrypto/ts/ts_verify_ctx.c
96
X509_STORE_free(ctx->store);
lib/libcrypto/x509/x509_local.h
332
X509_STORE *store;
lib/libcrypto/x509/x509_lu.c
143
X509_STORE *store;
lib/libcrypto/x509/x509_lu.c
145
if ((store = calloc(1, sizeof(*store))) == NULL)
lib/libcrypto/x509/x509_lu.c
148
if ((store->objs = sk_X509_OBJECT_new(x509_object_cmp)) == NULL)
lib/libcrypto/x509/x509_lu.c
150
if ((store->get_cert_methods = sk_X509_LOOKUP_new_null()) == NULL)
lib/libcrypto/x509/x509_lu.c
152
if ((store->param = X509_VERIFY_PARAM_new()) == NULL)
lib/libcrypto/x509/x509_lu.c
155
if (!CRYPTO_new_ex_data(CRYPTO_EX_INDEX_X509_STORE, store,
lib/libcrypto/x509/x509_lu.c
156
&store->ex_data))
lib/libcrypto/x509/x509_lu.c
159
store->references = 1;
lib/libcrypto/x509/x509_lu.c
161
return store;
lib/libcrypto/x509/x509_lu.c
165
X509_STORE_free(store);
lib/libcrypto/x509/x509_lu.c
225
X509_STORE_free(X509_STORE *store)
lib/libcrypto/x509/x509_lu.c
227
if (store == NULL)
lib/libcrypto/x509/x509_lu.c
230
if (CRYPTO_add(&store->references, -1, CRYPTO_LOCK_X509_STORE) > 0)
lib/libcrypto/x509/x509_lu.c
233
sk_X509_LOOKUP_pop_free(store->get_cert_methods, X509_LOOKUP_free);
lib/libcrypto/x509/x509_lu.c
234
sk_X509_OBJECT_pop_free(store->objs, X509_OBJECT_free);
lib/libcrypto/x509/x509_lu.c
236
CRYPTO_free_ex_data(CRYPTO_EX_INDEX_X509_STORE, store, &store->ex_data);
lib/libcrypto/x509/x509_lu.c
237
X509_VERIFY_PARAM_free(store->param);
lib/libcrypto/x509/x509_lu.c
238
free(store);
lib/libcrypto/x509/x509_lu.c
243
X509_STORE_up_ref(X509_STORE *store)
lib/libcrypto/x509/x509_lu.c
245
return CRYPTO_add(&store->references, 1, CRYPTO_LOCK_X509_STORE) > 1;
lib/libcrypto/x509/x509_lu.c
250
X509_STORE_add_lookup(X509_STORE *store, const X509_LOOKUP_METHOD *method)
lib/libcrypto/x509/x509_lu.c
256
sk = store->get_cert_methods;
lib/libcrypto/x509/x509_lu.c
267
lu->store_ctx = store;
lib/libcrypto/x509/x509_lu.c
268
if (sk_X509_LOOKUP_push(store->get_cert_methods, lu) <= 0) {
lib/libcrypto/x509/x509_lu.c
299
X509_STORE *ctx = vs->store;
lib/libcrypto/x509/x509_lu.c
336
X509_STORE_add_object(X509_STORE *store, X509_OBJECT *obj)
lib/libcrypto/x509/x509_lu.c
342
if (X509_OBJECT_retrieve_match(store->objs, obj) != NULL) {
lib/libcrypto/x509/x509_lu.c
348
if (sk_X509_OBJECT_push(store->objs, obj) <= 0) {
lib/libcrypto/x509/x509_lu.c
364
X509_STORE_add_cert(X509_STORE *store, X509 *x)
lib/libcrypto/x509/x509_lu.c
382
return X509_STORE_add_object(store, obj);
lib/libcrypto/x509/x509_lu.c
387
X509_STORE_add_crl(X509_STORE *store, X509_CRL *x)
lib/libcrypto/x509/x509_lu.c
405
return X509_STORE_add_object(store, obj);
lib/libcrypto/x509/x509_lu.c
512
X509_get1_certs_from_cache(X509_STORE *store, X509_NAME *name)
lib/libcrypto/x509/x509_lu.c
521
idx = x509_object_idx_cnt(store->objs, X509_LU_X509, name, &cnt);
lib/libcrypto/x509/x509_lu.c
529
obj = sk_X509_OBJECT_value(store->objs, idx);
lib/libcrypto/x509/x509_lu.c
555
X509_STORE *store = ctx->store;
lib/libcrypto/x509/x509_lu.c
559
if (store == NULL)
lib/libcrypto/x509/x509_lu.c
562
if ((sk = X509_get1_certs_from_cache(store, name)) != NULL)
lib/libcrypto/x509/x509_lu.c
571
return X509_get1_certs_from_cache(store, name);
lib/libcrypto/x509/x509_lu.c
578
X509_STORE *store = ctx->store;
lib/libcrypto/x509/x509_lu.c
584
if (store == NULL)
lib/libcrypto/x509/x509_lu.c
596
idx = x509_object_idx_cnt(store->objs, X509_LU_CRL, name, &cnt);
lib/libcrypto/x509/x509_lu.c
604
obj = sk_X509_OBJECT_value(store->objs, idx);
lib/libcrypto/x509/x509_lu.c
703
if (ctx->store == NULL)
lib/libcrypto/x509/x509_lu.c
708
idx = X509_OBJECT_idx_by_subject(ctx->store->objs, X509_LU_X509, xn);
lib/libcrypto/x509/x509_lu.c
711
for (i = idx; i < sk_X509_OBJECT_num(ctx->store->objs); i++) {
lib/libcrypto/x509/x509_lu.c
712
pobj = sk_X509_OBJECT_value(ctx->store->objs, i);
lib/libcrypto/x509/x509_lu.c
783
X509_STORE_get1_objects(X509_STORE *store)
lib/libcrypto/x509/x509_lu.c
787
if (store == NULL) {
lib/libcrypto/x509/x509_lu.c
793
objs = sk_X509_OBJECT_deep_copy(store->objs);
lib/libcrypto/x509/x509_lu.c
858
X509_STORE_set_verify(X509_STORE *store, X509_STORE_CTX_verify_fn verify)
lib/libcrypto/x509/x509_lu.c
860
store->verify = verify;
lib/libcrypto/x509/x509_lu.c
865
X509_STORE_get_verify(X509_STORE *store)
lib/libcrypto/x509/x509_lu.c
867
return store->verify;
lib/libcrypto/x509/x509_lu.c
872
X509_STORE_set_verify_cb(X509_STORE *store, X509_STORE_CTX_verify_cb verify_cb)
lib/libcrypto/x509/x509_lu.c
874
store->verify_cb = verify_cb;
lib/libcrypto/x509/x509_lu.c
879
X509_STORE_get_verify_cb(X509_STORE *store)
lib/libcrypto/x509/x509_lu.c
881
return store->verify_cb;
lib/libcrypto/x509/x509_vfy.c
1344
if (!X509_STORE_CTX_init(&crl_ctx, ctx->store, x, ctx->untrusted)) {
lib/libcrypto/x509/x509_vfy.c
2140
return xs->store;
lib/libcrypto/x509/x509_vfy.c
2251
X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *store, X509 *leaf,
lib/libcrypto/x509/x509_vfy.c
2279
ctx->store = store;
lib/libcrypto/x509/x509_vfy.c
2283
if (store && store->verify)
lib/libcrypto/x509/x509_vfy.c
2284
ctx->verify = store->verify;
lib/libcrypto/x509/x509_vfy.c
2288
if (store && store->verify_cb)
lib/libcrypto/x509/x509_vfy.c
2289
ctx->verify_cb = store->verify_cb;
lib/libcrypto/x509/x509_vfy.c
2305
if (store)
lib/libcrypto/x509/x509_vfy.c
2306
param_ret = X509_VERIFY_PARAM_inherit(ctx->param, store->param);
lib/libcrypto/x509/x509_vfy.c
2415
X509_STORE_get_check_issued(X509_STORE *store)
lib/libcrypto/x509/x509_vfy.c
2417
return store->check_issued;
lib/libcrypto/x509/x509_vfy.c
2422
X509_STORE_set_check_issued(X509_STORE *store,
lib/libcrypto/x509/x509_vfy.c
2425
store->check_issued = check_issued;
lib/libcrypto/x509/x509_vfy.c
850
if (ctx->store == NULL || ctx->store->objs == NULL)
lib/libcrypto/x509/x509_vfy.h
112
int X509_STORE_set_depth(X509_STORE *store, int depth);
lib/libcrypto/x509/x509_vfy.h
321
X509_STORE_CTX_check_issued_fn X509_STORE_get_check_issued(X509_STORE *store);
lib/libcrypto/x509/x509_vfy.h
322
void X509_STORE_set_check_issued(X509_STORE *store,
lib/libcrypto/x509/x509_vfy.h
332
int X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *store,
lib/libssl/ssl.h
1100
void SSL_CTX_set1_cert_store(SSL_CTX *ctx, X509_STORE *store);
lib/libssl/ssl_lib.c
3408
SSL_CTX_set_cert_store(SSL_CTX *ctx, X509_STORE *store)
lib/libssl/ssl_lib.c
3411
ctx->cert_store = store;
lib/libssl/ssl_lib.c
3416
SSL_CTX_set1_cert_store(SSL_CTX *ctx, X509_STORE *store)
lib/libssl/ssl_lib.c
3418
if (store != NULL)
lib/libssl/ssl_lib.c
3419
X509_STORE_up_ref(store);
lib/libssl/ssl_lib.c
3421
SSL_CTX_set_cert_store(ctx, store);
lib/libtls/tls.c
625
X509_STORE *store;
lib/libtls/tls.c
683
store = SSL_CTX_get_cert_store(ssl_ctx);
lib/libtls/tls.c
688
if (!X509_STORE_add_crl(store, xi->crl)) {
lib/libtls/tls.c
694
X509_STORE_set_flags(store,
lib/libtls/tls_ocsp.c
138
X509_STORE *store;
lib/libtls/tls_ocsp.c
152
if ((store = SSL_CTX_get_cert_store(ssl_ctx)) == NULL)
lib/libtls/tls_ocsp.c
156
if (X509_STORE_CTX_init(storectx, store, main_cert, extra_certs) != 1)
libexec/ftpd/extern.h
95
void store(const char *, const char *, int);
libexec/ftpd/ftpcmd.y
352
store($4, "w", 0);
libexec/ftpd/ftpcmd.y
359
store($4, "a", 0);
libexec/ftpd/ftpcmd.y
570
store($4, "w", 1);
regress/lib/libcrypto/cms/cmstest.c
246
X509_STORE *store = NULL;
regress/lib/libcrypto/cms/cmstest.c
274
if ((store = X509_STORE_new()) == NULL)
regress/lib/libcrypto/cms/cmstest.c
276
if (!X509_STORE_add_cert(store, ca))
regress/lib/libcrypto/cms/cmstest.c
306
if (!CMS_verify(ci, certs, store, NULL, bio_mem, 0)) {
regress/lib/libcrypto/cms/cmstest.c
344
X509_STORE_free(store);
regress/lib/libcrypto/pkcs7/pkcs7test.c
133
X509_STORE *store;
regress/lib/libcrypto/pkcs7/pkcs7test.c
163
store = X509_STORE_new();
regress/lib/libcrypto/pkcs7/pkcs7test.c
164
if (store == NULL)
regress/lib/libcrypto/pkcs7/pkcs7test.c
166
X509_STORE_set_verify_cb(store, x509_store_callback);
regress/lib/libcrypto/pkcs7/pkcs7test.c
238
if (PKCS7_verify(p7, certs, store, NULL, bio_out, 0) != 1)
regress/lib/libcrypto/pkcs7/pkcs7test.c
281
if (PKCS7_verify(p7, certs, store, bio_content, bio_out, flags) != 1)
regress/lib/libcrypto/pkcs7/pkcs7test.c
297
X509_STORE_free(store);
regress/lib/libcrypto/x509/bettertls/verify.c
101
verify_cert(X509_STORE *store, const char *roots_file, const char *bundle_file,
regress/lib/libcrypto/x509/bettertls/verify.c
127
if (!X509_STORE_CTX_init(xsc, store, leaf, bundle)) {
regress/lib/libcrypto/x509/bettertls/verify.c
158
if (!X509_STORE_CTX_init(xscip, store, leaf, bundle)) {
regress/lib/libcrypto/x509/bettertls/verify.c
196
X509_STORE *store;
regress/lib/libcrypto/x509/bettertls/verify.c
200
if ((store = X509_STORE_new()) == NULL)
regress/lib/libcrypto/x509/bettertls/verify.c
203
X509_STORE_set_default_paths(store);
regress/lib/libcrypto/x509/bettertls/verify.c
219
verify_cert(store, roots_file, bundle_file, cert_file, &ip, &dns);
regress/lib/libcrypto/x509/bettertls/verify.c
236
X509_STORE_free(store);
regress/lib/libcrypto/x509/callback.c
117
X509_STORE *store = NULL;
regress/lib/libcrypto/x509/callback.c
134
if (use_dir && (store = X509_STORE_new()) == NULL)
regress/lib/libcrypto/x509/callback.c
136
if (!X509_STORE_CTX_init(xsc, store, leaf, bundle)) {
regress/lib/libcrypto/x509/callback.c
141
if (!X509_STORE_load_locations(store, NULL, roots_dir))
regress/lib/libcrypto/x509/callback.c
170
X509_STORE_free(store);
regress/lib/libcrypto/x509/callbackfailures.c
122
X509_STORE *store = NULL;
regress/lib/libcrypto/x509/callbackfailures.c
141
if (use_dir && (store = X509_STORE_new()) == NULL)
regress/lib/libcrypto/x509/callbackfailures.c
143
if (!X509_STORE_CTX_init(xsc, store, leaf, bundle)) {
regress/lib/libcrypto/x509/callbackfailures.c
149
if (!X509_STORE_load_locations(store, NULL, roots_dir))
regress/lib/libcrypto/x509/callbackfailures.c
179
X509_STORE_free(store);
regress/lib/libcrypto/x509/expirecallback.c
121
X509_STORE *store = NULL;
regress/lib/libcrypto/x509/expirecallback.c
142
if (use_dir && (store = X509_STORE_new()) == NULL)
regress/lib/libcrypto/x509/expirecallback.c
144
if (!X509_STORE_CTX_init(xsc, store, leaf, bundle)) {
regress/lib/libcrypto/x509/expirecallback.c
150
if (!X509_STORE_load_locations(store, NULL, roots_dir))
regress/lib/libcrypto/x509/expirecallback.c
183
X509_STORE_free(store);
regress/lib/libcrypto/x509/policy/policy.c
126
X509_STORE *store = NULL;
regress/lib/libcrypto/x509/policy/policy.c
148
if (!X509_STORE_CTX_init(xsc, store, leaf, bundle)) {
regress/lib/libcrypto/x509/policy/policy.c
193
X509_STORE_free(store);
regress/lib/libcrypto/x509/verify.c
112
X509_STORE *store = NULL;
regress/lib/libcrypto/x509/verify.c
133
if (use_dir && (store = X509_STORE_new()) == NULL)
regress/lib/libcrypto/x509/verify.c
135
if (!X509_STORE_CTX_init(xsc, store, leaf, bundle)) {
regress/lib/libcrypto/x509/verify.c
140
if (!X509_STORE_load_locations(store, NULL, roots_dir))
regress/lib/libcrypto/x509/verify.c
173
X509_STORE_free(store);
sbin/iked/ca.c
1000
if (!X509_load_cert_file(store->ca_calookup, file,
sbin/iked/ca.c
1026
if (!X509_load_crl_file(store->ca_calookup, file,
sbin/iked/ca.c
1035
X509_STORE_set_flags(store->ca_cas, X509_V_FLAG_CRL_CHECK);
sbin/iked/ca.c
1056
if (!ca_load_cert_file(store, file)) {
sbin/iked/ca.c
1073
h = X509_STORE_get0_objects(store->ca_cas);
sbin/iked/ca.c
1116
h = X509_STORE_get0_objects(store->ca_certs);
sbin/iked/ca.c
1128
env->sc_certreqtype = store->ca_pubkey.id_type;
sbin/iked/ca.c
113
struct ca_store *store;
sbin/iked/ca.c
1143
ca_load_cert_file(struct ca_store *store, char *file)
sbin/iked/ca.c
1156
if ((i = X509_STORE_add_cert(store->ca_certs, x)) == 0)
sbin/iked/ca.c
1163
i = X509_STORE_add_cert(store->ca_cas, x);
sbin/iked/ca.c
124
if ((store = calloc(1, sizeof(*store))) == NULL)
sbin/iked/ca.c
127
env->sc_priv = store;
sbin/iked/ca.c
1295
struct ca_store *store = env->sc_priv;
sbin/iked/ca.c
1299
if ((localpub = ca_bytes_to_pkey(ibuf_data(store->ca_pubkey.id_buf),
sbin/iked/ca.c
1300
ibuf_size(store->ca_pubkey.id_buf))) == NULL)
sbin/iked/ca.c
135
struct ca_store *store;
sbin/iked/ca.c
138
if ((store = env->sc_priv) == NULL)
sbin/iked/ca.c
140
X509_STORE_free(store->ca_cas);
sbin/iked/ca.c
141
X509_STORE_free(store->ca_certs);
sbin/iked/ca.c
142
ibuf_free(store->ca_pubkey.id_buf);
sbin/iked/ca.c
143
ibuf_free(store->ca_privkey.id_buf);
sbin/iked/ca.c
144
free(store);
sbin/iked/ca.c
151
struct ca_store *store = env->sc_priv;
sbin/iked/ca.c
155
if (store == NULL)
sbin/iked/ca.c
160
id = &store->ca_privkey;
sbin/iked/ca.c
162
store->ca_privkey_method = ca_privkey_to_method(key);
sbin/iked/ca.c
163
if (store->ca_privkey_method == IKEV2_AUTH_NONE)
sbin/iked/ca.c
167
id = &store->ca_pubkey;
sbin/iked/ca.c
183
struct ca_store *store = env->sc_priv;
sbin/iked/ca.c
185
if (store->ca_privkey.id_type == IKEV2_ID_NONE ||
sbin/iked/ca.c
186
store->ca_pubkey.id_type == IKEV2_ID_NONE)
sbin/iked/ca.c
1874
struct ca_store *store = env->sc_priv;
sbin/iked/ca.c
189
X509_STORE_free(store->ca_cas);
sbin/iked/ca.c
190
X509_STORE_free(store->ca_certs);
sbin/iked/ca.c
192
if ((store->ca_cas = X509_STORE_new()) == NULL)
sbin/iked/ca.c
1937
X509_STORE_CTX_init(csc, store->ca_cas, cert, untrusted);
sbin/iked/ca.c
1938
param = X509_STORE_get0_param(store->ca_cas);
sbin/iked/ca.c
194
if ((store->ca_calookup = X509_STORE_add_lookup(store->ca_cas,
sbin/iked/ca.c
198
if ((store->ca_certs = X509_STORE_new()) == NULL)
sbin/iked/ca.c
200
if ((store->ca_certlookup = X509_STORE_add_lookup(store->ca_certs,
sbin/iked/ca.c
400
struct ca_store *store = env->sc_priv;
sbin/iked/ca.c
404
ca_store_info(env, imsg, "CA", store->ca_cas);
sbin/iked/ca.c
405
ca_store_info(env, imsg, "CERT", store->ca_certs);
sbin/iked/ca.c
605
struct ca_store *store = env->sc_priv;
sbin/iked/ca.c
643
cert = ca_by_subjectaltname(store->ca_certs, &id);
sbin/iked/ca.c
711
ca_chain_by_issuer(struct ca_store *store, X509_NAME *subject,
sbin/iked/ca.c
724
if ((cert = ca_by_issuer(store->ca_certs, subject, id)) != NULL) {
sbin/iked/ca.c
729
h = X509_STORE_get0_objects(store->ca_cas);
sbin/iked/ca.c
743
n = ca_chain_by_issuer(store, subj, id,
sbin/iked/ca.c
758
struct ca_store *store = env->sc_priv;
sbin/iked/ca.c
796
if (store->ca_pubkey.id_type != type ||
sbin/iked/ca.c
797
store->ca_pubkey.id_buf == NULL)
sbin/iked/ca.c
800
buf = ibuf_dup(store->ca_pubkey.id_buf);
sbin/iked/ca.c
816
if ((ca = ca_by_subjectpubkey(store->ca_cas, ptr + i,
sbin/iked/ca.c
828
chain_len = ca_chain_by_issuer(store, subj, &id,
sbin/iked/ca.c
857
cert = ca_by_subjectaltname(store->ca_certs, &id);
sbin/iked/ca.c
870
store->ca_certs);
sbin/iked/ca.c
871
if (store->ca_pubkey.id_buf == NULL)
sbin/iked/ca.c
873
buf = ibuf_dup(store->ca_pubkey.id_buf);
sbin/iked/ca.c
874
type = store->ca_pubkey.id_type;
sbin/iked/ca.c
910
struct ca_store *store = env->sc_priv;
sbin/iked/ca.c
950
memcpy(id, &store->ca_privkey, sizeof(*id));
sbin/iked/ca.c
952
method : store->ca_privkey_method;
sbin/iked/ca.c
971
struct ca_store *store = env->sc_priv;
sbin/iked/ocsp.c
514
X509_STORE *store = NULL;
sbin/iked/ocsp.c
557
store = X509_STORE_new();
sbin/iked/ocsp.c
558
status = OCSP_basic_verify(bs, verify_other, store, verify_flags);
sbin/iked/ocsp.c
560
status = OCSP_basic_verify(bs, NULL, store, 0);
sbin/iked/ocsp.c
590
X509_STORE_free(store);
sbin/unwind/libunbound/services/outside_network.c
1260
rbtree_type store;
sbin/unwind/libunbound/services/outside_network.c
1261
store = pend->reuse.tree_by_id;
sbin/unwind/libunbound/services/outside_network.c
1267
if(store.root != NULL && store.root != RBTREE_NULL) {
sbin/unwind/libunbound/services/outside_network.c
1268
traverse_postorder(&store, &mark_for_cb_and_decommission, NULL);
sbin/unwind/libunbound/services/outside_network.c
1270
reuse_cb_readwait_for_failure(&store, error);
sbin/unwind/libunbound/services/outside_network.c
1271
reuse_del_readwait(&store);
sbin/unwind/libunbound/util/net_help.c
1452
X509_STORE* store;
sbin/unwind/libunbound/util/net_help.c
1475
store = SSL_CTX_get_cert_store(tls_ctx);
sbin/unwind/libunbound/util/net_help.c
1476
if (!store)
sbin/unwind/libunbound/util/net_help.c
1501
if (X509_STORE_add_cert(store, cert1) == 0) {
sys/arch/m88k/m88k/trap.c
1597
int regno, store;
sys/arch/m88k/m88k/trap.c
1612
store = 0;
sys/arch/m88k/m88k/trap.c
1617
store = 0;
sys/arch/m88k/m88k/trap.c
1622
store = 1;
sys/arch/m88k/m88k/trap.c
1627
store = 1;
sys/arch/m88k/m88k/trap.c
1634
store = 0;
sys/arch/m88k/m88k/trap.c
1639
store = 1;
sys/arch/m88k/m88k/trap.c
1665
if (store) {
sys/dev/pci/drm/amd/display/dc/gpio/gpio_service.c
596
config_data.config.ddc.data_en_bit_present = hw_data->store.en != 0;
sys/dev/pci/drm/amd/display/dc/gpio/gpio_service.c
597
config_data.config.ddc.clock_en_bit_present = hw_clock->store.en != 0;
sys/dev/pci/drm/amd/display/dc/gpio/hw_gpio.c
191
pin->store.mask = 0;
sys/dev/pci/drm/amd/display/dc/gpio/hw_gpio.c
192
pin->store.a = 0;
sys/dev/pci/drm/amd/display/dc/gpio/hw_gpio.c
193
pin->store.en = 0;
sys/dev/pci/drm/amd/display/dc/gpio/hw_gpio.c
194
pin->store.mux = 0;
sys/dev/pci/drm/amd/display/dc/gpio/hw_gpio.c
45
REG_GET(MASK_reg, MASK, &gpio->store.mask);
sys/dev/pci/drm/amd/display/dc/gpio/hw_gpio.c
46
REG_GET(A_reg, A, &gpio->store.a);
sys/dev/pci/drm/amd/display/dc/gpio/hw_gpio.c
47
REG_GET(EN_reg, EN, &gpio->store.en);
sys/dev/pci/drm/amd/display/dc/gpio/hw_gpio.c
54
REG_UPDATE(MASK_reg, MASK, gpio->store.mask);
sys/dev/pci/drm/amd/display/dc/gpio/hw_gpio.c
55
REG_UPDATE(A_reg, A, gpio->store.a);
sys/dev/pci/drm/amd/display/dc/gpio/hw_gpio.c
56
REG_UPDATE(EN_reg, EN, gpio->store.en);
sys/dev/pci/drm/amd/display/dc/gpio/hw_gpio.h
102
} store;
sys/dev/pci/drm/amd/pm/amdgpu_pm.c
1974
dev_attr->store = NULL;
sys/dev/pci/drm/amd/pm/amdgpu_pm.c
2063
dev_attr->store = NULL;
sys/dev/pci/drm/amd/pm/amdgpu_pm.c
2073
dev_attr->store = NULL;
sys/dev/pci/drm/amd/pm/amdgpu_pm.c
2650
dev_attr->store = NULL;
sys/dev/pci/drm/amd/pm/amdgpu_pm.c
4399
.store = fan_curve_store,
sys/dev/pci/drm/amd/pm/amdgpu_pm.c
4407
.store = acoustic_limit_threshold_store,
sys/dev/pci/drm/amd/pm/amdgpu_pm.c
4415
.store = acoustic_target_threshold_store,
sys/dev/pci/drm/amd/pm/amdgpu_pm.c
4423
.store = fan_target_temperature_store,
sys/dev/pci/drm/amd/pm/amdgpu_pm.c
4431
.store = fan_minimum_pwm_store,
sys/dev/pci/drm/amd/pm/amdgpu_pm.c
4439
.store = fan_zero_rpm_enable_store,
sys/dev/pci/drm/amd/pm/amdgpu_pm.c
4447
.store = fan_zero_rpm_stop_temp_store,
sys/dev/pci/drm/amd/pm/amdgpu_pm.c
4591
attribute->attribute.store =
sys/dev/pci/drm/amd/pm/amdgpu_pm.c
4592
container->ops.store;
sys/dev/pci/drm/amd/pm/amdgpu_pm.c
4641
attribute->attribute.store =
sys/dev/pci/drm/amd/pm/amdgpu_pm.c
4642
feature->ops.store;
sys/dev/pci/drm/amd/pm/amdgpu_pm.c
59
ssize_t (*store)(struct kobject *kobj, struct kobj_attribute *attr,
sys/dev/pci/drm/i915/i915_perf.c
4616
oa_config->sysfs_metric_id.store = NULL;
sys/dev/pci/drm/i915/selftests/i915_perf.c
295
u32 *cs, *store;
sys/dev/pci/drm/i915/selftests/i915_perf.c
360
store = memset32(rq->engine->status_page.addr + 512, 0, 32);
sys/dev/pci/drm/i915/selftests/i915_perf.c
379
offset_in_page(store) +
sys/dev/pci/drm/i915/selftests/i915_perf.c
396
if (store[i] == STACK_MAGIC)
sys/dev/pci/drm/i915/selftests/i915_perf.c
400
i, store[i], STACK_MAGIC);
sys/dev/pci/ixgbe_x550.c
2019
uint32_t store[FW_PHY_ACT_DATA_COUNT] = { 0 };
sys/dev/pci/ixgbe_x550.c
2025
rc = ixgbe_fw_phy_activity(hw, FW_PHY_ACT_PHY_SW_RESET, &store);
sys/dev/pci/ixgbe_x550.c
2028
memset(store, 0, sizeof(store));
sys/dev/pci/ixgbe_x550.c
2030
rc = ixgbe_fw_phy_activity(hw, FW_PHY_ACT_INIT_PHY, &store);
sys/dev/pci/ixgbe_x550.c
2043
uint32_t store[FW_PHY_ACT_DATA_COUNT] = { 0 };
sys/dev/pci/ixgbe_x550.c
2046
rc = ixgbe_fw_phy_activity(hw, FW_PHY_ACT_GET_LINK_INFO, &store);
sys/dev/pci/ixgbe_x550.c
2050
if (store[0] & FW_PHY_ACT_GET_LINK_INFO_TEMP) {
usr.bin/bc/bc.y
695
$$.store = node(cs("s"), letter_node($1),
usr.bin/bc/bc.y
703
$$.store = node($3, cs(":"),
usr.bin/bc/bc.y
710
$$.store = cs("k");
usr.bin/bc/bc.y
715
$$.store = cs("i");
usr.bin/bc/bc.y
720
$$.store = cs("o");
usr.bin/bc/extern.h
24
ssize_t store;
usr.bin/chpass/util.c
59
atot(char *p, time_t *store)
usr.bin/chpass/util.c
65
*store = 0;
usr.bin/chpass/util.c
75
*store = mktime(&tm);
usr.bin/chpass/util.c
76
if (*store == (time_t) -1)
usr.bin/dc/bcode.c
113
static void store(void);
usr.bin/dc/bcode.c
207
{ 's', store },
usr.bin/dig/dig.c
253
char store[sizeof(" in 18446744073709551616 us.")];
usr.bin/dig/dig.c
277
snprintf(store, sizeof(store), " in %lld us.",
usr.bin/dig/dig.c
280
snprintf(store, sizeof(store), " in %lld ms.",
usr.bin/dig/dig.c
283
ADD_STRING(buf, store);
usr.bin/dig/dighost.c
1908
char store[MXNAME];
usr.bin/dig/dighost.c
2040
dns_name_format(lookup->name, store, sizeof(store));
usr.bin/dig/dighost.c
2041
dighost_trying(store, lookup);
usr.bin/dig/host.c
614
char store[MXNAME];
usr.bin/dig/host.c
793
if (get_reverse(store, sizeof(store), hostname,
usr.bin/dig/host.c
795
strlcpy(lookup->textname, store, sizeof(lookup->textname));
usr.bin/dig/nslookup.c
676
char store[MXNAME];
usr.bin/dig/nslookup.c
694
if (get_reverse(store, sizeof(store), opt, lookup->ip6_int, 1)
usr.bin/dig/nslookup.c
696
strlcpy(lookup->textname, store, sizeof(lookup->textname));
usr.bin/find/misc.c
55
brace_subst(char *orig, char **store, char *path, int len)
usr.bin/find/misc.c
61
for (p = *store; (ch = *orig); ++orig)
usr.bin/find/misc.c
63
while ((p - *store) + plen > len) {
usr.bin/find/misc.c
67
p_off = (p - *store);
usr.bin/find/misc.c
68
newstore = reallocarray(*store, len, 2);
usr.bin/find/misc.c
72
*store = newstore;
usr.bin/lex/scanopt.c
250
usg_elem *store; /* array of preallocated elements. */
usr.bin/lex/scanopt.c
280
store = (usg_elem *) malloc (s->optc * sizeof (usg_elem));
usr.bin/lex/scanopt.c
284
ue = store + store_idx++;
usr.bin/lex/scanopt.c
510
free (store);
usr.bin/openssl/apps.c
1008
X509_STORE *store;
usr.bin/openssl/apps.c
1011
if (!(store = X509_STORE_new()))
usr.bin/openssl/apps.c
1013
lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file());
usr.bin/openssl/apps.c
1024
lookup = X509_STORE_add_lookup(store, X509_LOOKUP_hash_dir());
usr.bin/openssl/apps.c
1036
return store;
usr.bin/openssl/apps.c
1039
X509_STORE_free(store);
usr.bin/openssl/cms.c
1167
X509_STORE *store = NULL;
usr.bin/openssl/cms.c
1454
if ((store = setup_verify(bio_err, cfg.CAfile,
usr.bin/openssl/cms.c
1458
if (!X509_STORE_set1_param(store, cfg.vpm))
usr.bin/openssl/cms.c
1697
if (CMS_verify(cms, other, store, indata, out,
usr.bin/openssl/cms.c
1724
if (CMS_verify_receipt(rcms, cms, other, store,
usr.bin/openssl/cms.c
1790
X509_STORE_free(store);
usr.bin/openssl/crl.c
225
X509_STORE *store = NULL;
usr.bin/openssl/crl.c
281
store = X509_STORE_new();
usr.bin/openssl/crl.c
282
if (store == NULL)
usr.bin/openssl/crl.c
284
lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file());
usr.bin/openssl/crl.c
292
lookup = X509_STORE_add_lookup(store, X509_LOOKUP_hash_dir());
usr.bin/openssl/crl.c
306
if (!X509_STORE_CTX_init(ctx, store, NULL, NULL)) {
usr.bin/openssl/crl.c
439
X509_STORE_free(store);
usr.bin/openssl/ocsp.c
1045
if (!store)
usr.bin/openssl/ocsp.c
1046
store = setup_verify(bio_err, cfg.CAfile,
usr.bin/openssl/ocsp.c
1048
if (!store)
usr.bin/openssl/ocsp.c
1073
i = OCSP_basic_verify(bs, verify_other, store,
usr.bin/openssl/ocsp.c
1076
i = OCSP_basic_verify(bs, NULL, store, 0);
usr.bin/openssl/ocsp.c
1094
X509_STORE_free(store);
usr.bin/openssl/ocsp.c
797
X509_STORE *store = NULL;
usr.bin/openssl/pkcs12.c
674
X509_STORE *store = X509_STORE_new();
usr.bin/openssl/pkcs12.c
675
if (store == NULL) {
usr.bin/openssl/pkcs12.c
680
if (!X509_STORE_load_locations(store,
usr.bin/openssl/pkcs12.c
682
X509_STORE_set_default_paths(store);
usr.bin/openssl/pkcs12.c
684
vret = get_cert_chain(ucert, store, &chain2);
usr.bin/openssl/pkcs12.c
685
X509_STORE_free(store);
usr.bin/openssl/pkcs12.c
81
static int get_cert_chain(X509 *cert, X509_STORE *store,
usr.bin/openssl/pkcs12.c
979
get_cert_chain(X509 *cert, X509_STORE *store, STACK_OF(X509) **out_chain)
usr.bin/openssl/pkcs12.c
987
if (!X509_STORE_CTX_init(store_ctx, store, cert, NULL))
usr.bin/openssl/smime.c
1005
if (PKCS7_verify(p7, other, store, indata, out,
usr.bin/openssl/smime.c
1067
X509_STORE_free(store);
usr.bin/openssl/smime.c
716
X509_STORE *store = NULL;
usr.bin/openssl/smime.c
926
if ((store = setup_verify(bio_err, cfg.CAfile,
usr.bin/openssl/smime.c
930
if (!X509_STORE_set1_param(store, cfg.vpm))
usr.bin/openssl/ts.c
1113
X509_STORE *store;
usr.bin/openssl/ts.c
1158
if ((store = create_cert_store(ca_path, ca_file)) == NULL)
usr.bin/openssl/ts.c
1160
TS_VERIFY_CTX_set_store(ctx, store);
usr.bin/ssh/gss-serv-krb5.c
159
client->store.filename = xstrdup(krb5_cc_get_name(krb_context, ccache));
usr.bin/ssh/gss-serv-krb5.c
160
client->store.envvar = "KRB5CCNAME";
usr.bin/ssh/gss-serv-krb5.c
161
client->store.envval = xstrdup(client->store.filename);
usr.bin/ssh/gss-serv.c
322
if (gssapi_client.store.filename != NULL) {
usr.bin/ssh/gss-serv.c
325
gssapi_client.store.filename);
usr.bin/ssh/gss-serv.c
326
unlink(gssapi_client.store.filename);
usr.bin/ssh/gss-serv.c
353
if (gssapi_client.store.envvar != NULL &&
usr.bin/ssh/gss-serv.c
354
gssapi_client.store.envval != NULL) {
usr.bin/ssh/gss-serv.c
355
debug("Setting %s to %s", gssapi_client.store.envvar,
usr.bin/ssh/gss-serv.c
356
gssapi_client.store.envval);
usr.bin/ssh/gss-serv.c
357
child_set_env(envp, envsizep, gssapi_client.store.envvar,
usr.bin/ssh/gss-serv.c
358
gssapi_client.store.envval);
usr.bin/ssh/ssh-gss.h
55
ssh_gssapi_ccache store;
usr.sbin/nsd/ixfrcreate.c
1012
struct ixfr_store store_mem, *store;
usr.sbin/nsd/ixfrcreate.c
1014
if(!ixfr_perform_init(ixfrcr, zone, &store_mem, &store, &spool)) {
usr.sbin/nsd/ixfrcreate.c
1024
ixfr_store_cancel(store);
usr.sbin/nsd/ixfrcreate.c
1026
ixfr_store_free(store);
usr.sbin/nsd/ixfrcreate.c
1034
ixfr_store_cancel(store);
usr.sbin/nsd/ixfrcreate.c
1036
ixfr_store_free(store);
usr.sbin/nsd/ixfrcreate.c
1044
if(!ixfr_create_walk_zone(spool, ixfrcr, store, zone)) {
usr.sbin/nsd/ixfrcreate.c
1046
ixfr_store_free(store);
usr.sbin/nsd/ixfrcreate.c
1051
if(store->data && !store->data->oldsoa) {
usr.sbin/nsd/ixfrcreate.c
1054
ixfr_store_free(store);
usr.sbin/nsd/ixfrcreate.c
1058
if(!store->cancelled)
usr.sbin/nsd/ixfrcreate.c
1059
ixfr_store_finish_data(store);
usr.sbin/nsd/ixfrcreate.c
1063
ixfr_create_finishup(ixfrcr, store, zone, append_mem, nsd, zfile,
usr.sbin/nsd/ixfrcreate.c
305
static int process_store_oldsoa(struct ixfr_store* store, uint8_t* dname,
usr.sbin/nsd/ixfrcreate.c
309
if(store->data->oldsoa) {
usr.sbin/nsd/ixfrcreate.c
313
if(!ixfr_store_oldsoa_uncompressed(store, dname, dname_len, tp, kl,
usr.sbin/nsd/ixfrcreate.c
361
struct ixfr_store* store, struct domain* domain,
usr.sbin/nsd/ixfrcreate.c
389
if(!process_store_oldsoa(store,
usr.sbin/nsd/ixfrcreate.c
402
if(!ixfr_store_delrr_uncompressed(store,
usr.sbin/nsd/ixfrcreate.c
422
if(!ixfr_store_addrr_rdatas(store, rrset->rrs[i])) {
usr.sbin/nsd/ixfrcreate.c
432
struct ixfr_store* store, uint8_t* dname, size_t dname_len,
usr.sbin/nsd/ixfrcreate.c
458
if(!process_store_oldsoa(store, dname, dname_len,
usr.sbin/nsd/ixfrcreate.c
462
if(!ixfr_store_delrr_uncompressed(store, dname, dname_len, tp,
usr.sbin/nsd/ixfrcreate.c
486
static int process_marktypes(struct ixfr_store* store, struct zone* zone,
usr.sbin/nsd/ixfrcreate.c
502
if(!process_add_rrset(store, s))
usr.sbin/nsd/ixfrcreate.c
510
struct ixfr_store* store, struct zone* zone, struct domain* domain)
usr.sbin/nsd/ixfrcreate.c
544
if(!process_spool_delrrset(spool, ixfrcr, store,
usr.sbin/nsd/ixfrcreate.c
554
if(!process_diff_rrset(spool, ixfrcr, store, domain,
usr.sbin/nsd/ixfrcreate.c
561
if(!process_marktypes(store, zone, domain, marktypes, marktypes_used))
usr.sbin/nsd/ixfrcreate.c
567
static int process_domain_add_RRs(struct ixfr_store* store, struct zone* zone,
usr.sbin/nsd/ixfrcreate.c
574
if(!process_add_rrset(store, s))
usr.sbin/nsd/ixfrcreate.c
582
struct ixfr_store* store, FILE* spool, uint8_t* dname,
usr.sbin/nsd/ixfrcreate.c
607
if(!process_spool_delrrset(spool, ixfrcr, store, dname,
usr.sbin/nsd/ixfrcreate.c
666
struct ixfr_store* store)
usr.sbin/nsd/ixfrcreate.c
668
if(store->cancelled)
usr.sbin/nsd/ixfrcreate.c
671
ixfr_data_size(store->data) > ixfrcr->max_size) {
usr.sbin/nsd/ixfrcreate.c
681
ixfr_store_cancel(store);
usr.sbin/nsd/ixfrcreate.c
689
struct ixfr_store* store, struct domain* domain,
usr.sbin/nsd/ixfrcreate.c
693
if(ixfr_create_too_large(ixfrcr, store))
usr.sbin/nsd/ixfrcreate.c
713
if(!process_domain_del_RRs(ixfrcr, store, spool,
usr.sbin/nsd/ixfrcreate.c
722
if(ixfr_create_too_large(ixfrcr, store))
usr.sbin/nsd/ixfrcreate.c
731
struct ixfr_store* store, struct zone* zone, struct domain* domain,
usr.sbin/nsd/ixfrcreate.c
736
if(!process_spool_before_domain(spool, ixfrcr, store, domain, iter,
usr.sbin/nsd/ixfrcreate.c
740
if(ixfr_create_too_large(ixfrcr, store))
usr.sbin/nsd/ixfrcreate.c
748
if(!process_domain_add_RRs(store, zone, domain))
usr.sbin/nsd/ixfrcreate.c
756
if(!process_diff_domain(spool, ixfrcr, store, zone, domain))
usr.sbin/nsd/ixfrcreate.c
765
struct ixfr_store* store, struct spool_dname_iterator* iter)
usr.sbin/nsd/ixfrcreate.c
769
if(ixfr_create_too_large(ixfrcr, store))
usr.sbin/nsd/ixfrcreate.c
780
if(!process_domain_del_RRs(ixfrcr, store, spool, iter->dname,
usr.sbin/nsd/ixfrcreate.c
784
if(ixfr_create_too_large(ixfrcr, store))
usr.sbin/nsd/ixfrcreate.c
792
struct ixfr_store* store, struct zone* zone)
usr.sbin/nsd/ixfrcreate.c
806
if(!process_spool_for_domain(spool, ixfrcr, store, zone,
usr.sbin/nsd/ixfrcreate.c
812
if(ixfr_create_too_large(ixfrcr, store))
usr.sbin/nsd/ixfrcreate.c
815
if(!process_spool_remaining(spool, ixfrcr, store, &iter)) {
usr.sbin/nsd/ixfrcreate.c
868
static int ixfr_create_store_newsoa(struct ixfr_store* store,
usr.sbin/nsd/ixfrcreate.c
879
if(!ixfr_store_add_newsoa_rdatas(store, zone->soa_rrset->rrs[0])) {
usr.sbin/nsd/ixfrcreate.c
888
struct ixfr_store* store_mem, struct ixfr_store** store, FILE** spool)
usr.sbin/nsd/ixfrcreate.c
901
*store = ixfr_store_start(zone, store_mem);
usr.sbin/nsd/ixfrcreate.c
902
if(!ixfr_create_store_newsoa(*store, zone)) {
usr.sbin/nsd/ixfrcreate.c
904
ixfr_store_free(*store);
usr.sbin/nsd/ixfrcreate.c
947
struct ixfr_store* store, struct zone* zone, int append_mem,
usr.sbin/nsd/ixfrcreate.c
953
if(store->cancelled || ixfr_create_too_large(ixfrcr, store)) {
usr.sbin/nsd/ixfrcreate.c
966
(unsigned)ixfr_data_size(store->data), nowstr);
usr.sbin/nsd/ixfrcreate.c
967
store->data->log_str = strdup(log_buf);
usr.sbin/nsd/ixfrcreate.c
968
if(!store->data->log_str) {
usr.sbin/nsd/ixfrcreate.c
970
ixfr_store_free(store);
usr.sbin/nsd/ixfrcreate.c
975
ixfr_number, ixfrcr->max_size, ixfr_data_size(store->data))) {
usr.sbin/nsd/ixfrcreate.c
977
ixfr_store_free(store);
usr.sbin/nsd/ixfrcreate.c
980
if(!ixfr_write_file(zone, store->data, zfile, 1)) {
usr.sbin/nsd/ixfrcreate.c
982
ixfr_store_free(store);
usr.sbin/nsd/ixfrcreate.c
986
ixfr_store_finish(store, nsd, log_buf);
usr.sbin/nsd/ixfrcreate.c
988
ixfr_store_free(store);
usr.sbin/nsd/nsec3.c
117
nsec3_hash_and_store(zone_type* zone, const dname_type* dname, uint8_t* store)
usr.sbin/nsd/nsec3.c
126
iterated_hash((unsigned char*)store, nsec3_salt, nsec3_saltlength,
usr.sbin/nsd/nsec3.h
78
uint8_t* store);
usr.sbin/ocspcheck/ocspcheck.c
205
X509_STORE *store = NULL;
usr.sbin/ocspcheck/ocspcheck.c
212
if ((store = X509_STORE_new()) == NULL) {
usr.sbin/ocspcheck/ocspcheck.c
217
if ((lookup = X509_STORE_add_lookup(store,
usr.sbin/ocspcheck/ocspcheck.c
228
if ((lookup = X509_STORE_add_lookup(store,
usr.sbin/ocspcheck/ocspcheck.c
238
return store;
usr.sbin/ocspcheck/ocspcheck.c
241
X509_STORE_free(store);
usr.sbin/ocspcheck/ocspcheck.c
405
X509_STORE *store, char *host, char *file)
usr.sbin/ocspcheck/ocspcheck.c
440
if (OCSP_basic_verify(bresp, request->fullchain, store,
usr.sbin/smtpd/ca.c
134
X509_STORE *store = NULL;
usr.sbin/smtpd/ca.c
139
if ((store = X509_STORE_new()) == NULL)
usr.sbin/smtpd/ca.c
142
if (!X509_STORE_load_locations(store, CAfile, NULL)) {
usr.sbin/smtpd/ca.c
146
X509_STORE_set_default_paths(store);
usr.sbin/smtpd/ca.c
151
if (X509_STORE_CTX_init(xsc, store, certificate, chain) != 1)
usr.sbin/smtpd/ca.c
168
X509_STORE_free(store);
usr.sbin/unbound/cachedb/cachedb.c
1031
(*ie->backend->store)(env, ie, key,
usr.sbin/unbound/cachedb/cachedb.c
687
(*ie->backend->store)(qstate->env, ie, key,
usr.sbin/unbound/cachedb/cachedb.h
87
void (*store)(struct module_env*, struct cachedb_env*, char*,
usr.sbin/unbound/services/outside_network.c
1260
rbtree_type store;
usr.sbin/unbound/services/outside_network.c
1261
store = pend->reuse.tree_by_id;
usr.sbin/unbound/services/outside_network.c
1267
if(store.root != NULL && store.root != RBTREE_NULL) {
usr.sbin/unbound/services/outside_network.c
1268
traverse_postorder(&store, &mark_for_cb_and_decommission, NULL);
usr.sbin/unbound/services/outside_network.c
1270
reuse_cb_readwait_for_failure(&store, error);
usr.sbin/unbound/services/outside_network.c
1271
reuse_del_readwait(&store);
usr.sbin/unbound/smallapp/unbound-anchor.c
1781
X509_STORE *store = X509_STORE_new();
usr.sbin/unbound/smallapp/unbound-anchor.c
1789
X509_STORE_free(store);
usr.sbin/unbound/smallapp/unbound-anchor.c
1795
if(store) X509_STORE_set1_param(store, param);
usr.sbin/unbound/smallapp/unbound-anchor.c
1797
if(!store) {
usr.sbin/unbound/smallapp/unbound-anchor.c
1815
X509_STORE_free(store);
usr.sbin/unbound/smallapp/unbound-anchor.c
1822
if(!X509_STORE_add_cert(store, sk_X509_value(trust, i))) {
usr.sbin/unbound/smallapp/unbound-anchor.c
1824
X509_STORE_free(store);
usr.sbin/unbound/smallapp/unbound-anchor.c
1835
X509_STORE_free(store);
usr.sbin/unbound/smallapp/unbound-anchor.c
1839
if(PKCS7_verify(p7, validsigners, store, data, NULL, PKCS7_NOINTERN) == 1) {
usr.sbin/unbound/smallapp/unbound-anchor.c
1849
X509_STORE_free(store);
usr.sbin/unbound/testcode/replay.c
1002
v = macro_process(store, NULL, "1${$bla}2${$bla}3");
usr.sbin/unbound/testcode/replay.c
1006
v = macro_process(store, NULL, "it is ${ctime 123456}");
usr.sbin/unbound/testcode/replay.c
1010
r = macro_assign(store, "t1", "123456");
usr.sbin/unbound/testcode/replay.c
1012
v = macro_process(store, NULL, "it is ${ctime ${$t1}}");
usr.sbin/unbound/testcode/replay.c
1016
v = macro_process(store, NULL, "it is ${ctime $t1}");
usr.sbin/unbound/testcode/replay.c
1020
r = macro_assign(store, "x", "1");
usr.sbin/unbound/testcode/replay.c
1022
r = macro_assign(store, "y", "2");
usr.sbin/unbound/testcode/replay.c
1024
v = macro_process(store, NULL, "${$x + $x}");
usr.sbin/unbound/testcode/replay.c
1027
v = macro_process(store, NULL, "${$x - $x}");
usr.sbin/unbound/testcode/replay.c
1030
v = macro_process(store, NULL, "${$y * $y}");
usr.sbin/unbound/testcode/replay.c
1033
v = macro_process(store, NULL, "${32 / $y + $x + $y}");
usr.sbin/unbound/testcode/replay.c
1037
v = macro_process(store, NULL, "${32 / ${$y+$y} + ${${100*3}/3}}");
usr.sbin/unbound/testcode/replay.c
1041
v = macro_process(store, NULL, "${1 2 33 2 1}");
usr.sbin/unbound/testcode/replay.c
1045
v = macro_process(store, NULL, "${123 3 + 5}");
usr.sbin/unbound/testcode/replay.c
1049
v = macro_process(store, NULL, "${123 glug 3 + 5}");
usr.sbin/unbound/testcode/replay.c
1053
macro_store_delete(store);
usr.sbin/unbound/testcode/replay.c
577
macro_store_delete(rbtree_type* store)
usr.sbin/unbound/testcode/replay.c
579
if(!store)
usr.sbin/unbound/testcode/replay.c
581
traverse_postorder(store, del_macro, NULL);
usr.sbin/unbound/testcode/replay.c
582
free(store);
usr.sbin/unbound/testcode/replay.c
627
do_macro_recursion(rbtree_type* store, struct replay_runtime* runtime,
usr.sbin/unbound/testcode/replay.c
631
char* expand = macro_expand(store, runtime, &after);
usr.sbin/unbound/testcode/replay.c
644
macro_getvar(rbtree_type* store, char* name)
usr.sbin/unbound/testcode/replay.c
649
return (struct replay_var*)rbtree_search(store, &k);
usr.sbin/unbound/testcode/replay.c
654
do_macro_variable(rbtree_type* store, char* buf, size_t remain)
usr.sbin/unbound/testcode/replay.c
668
v = macro_getvar(store, name);
usr.sbin/unbound/testcode/replay.c
67
static char* macro_expand(rbtree_type* store,
usr.sbin/unbound/testcode/replay.c
793
macro_expand(rbtree_type* store, struct replay_runtime* runtime, char** text)
usr.sbin/unbound/testcode/replay.c
840
at = do_macro_recursion(store, runtime, at, remain);
usr.sbin/unbound/testcode/replay.c
842
at = do_macro_variable(store, at, remain);
usr.sbin/unbound/testcode/replay.c
868
macro_process(rbtree_type* store, struct replay_runtime* runtime, char* text)
usr.sbin/unbound/testcode/replay.c
884
expand = macro_expand(store, runtime, &next);
usr.sbin/unbound/testcode/replay.c
896
macro_lookup(rbtree_type* store, char* name)
usr.sbin/unbound/testcode/replay.c
898
struct replay_var* x = macro_getvar(store, name);
usr.sbin/unbound/testcode/replay.c
903
void macro_print_debug(rbtree_type* store)
usr.sbin/unbound/testcode/replay.c
906
RBTREE_FOR(x, struct replay_var*, store) {
usr.sbin/unbound/testcode/replay.c
912
macro_assign(rbtree_type* store, char* name, char* value)
usr.sbin/unbound/testcode/replay.c
914
struct replay_var* x = macro_getvar(store, name);
usr.sbin/unbound/testcode/replay.c
926
(void)rbtree_insert(store, &x->node);
usr.sbin/unbound/testcode/replay.c
942
rbtree_type* store = macro_store_create();
usr.sbin/unbound/testcode/replay.c
946
tb_assert(store);
usr.sbin/unbound/testcode/replay.c
948
v = macro_lookup(store, "bla");
usr.sbin/unbound/testcode/replay.c
952
v = macro_lookup(store, "vlerk");
usr.sbin/unbound/testcode/replay.c
956
r = macro_assign(store, "bla", "waarde1");
usr.sbin/unbound/testcode/replay.c
959
v = macro_lookup(store, "vlerk");
usr.sbin/unbound/testcode/replay.c
963
v = macro_lookup(store, "bla");
usr.sbin/unbound/testcode/replay.c
967
r = macro_assign(store, "vlerk", "kanteel");
usr.sbin/unbound/testcode/replay.c
970
v = macro_lookup(store, "bla");
usr.sbin/unbound/testcode/replay.c
974
v = macro_lookup(store, "vlerk");
usr.sbin/unbound/testcode/replay.c
978
r = macro_assign(store, "bla", "ww");
usr.sbin/unbound/testcode/replay.c
981
v = macro_lookup(store, "bla");
usr.sbin/unbound/testcode/replay.c
990
v = macro_process(store, NULL, "");
usr.sbin/unbound/testcode/replay.c
994
v = macro_process(store, NULL, "${}");
usr.sbin/unbound/testcode/replay.c
998
v = macro_process(store, NULL, "blabla ${} dinges");
usr.sbin/unbound/testcode/replay.h
450
void macro_store_delete(rbtree_type* store);
usr.sbin/unbound/testcode/replay.h
459
char* macro_process(rbtree_type* store, struct replay_runtime* runtime,
usr.sbin/unbound/testcode/replay.h
469
char* macro_lookup(rbtree_type* store, char* name);
usr.sbin/unbound/testcode/replay.h
478
int macro_assign(rbtree_type* store, char* name, char* value);
usr.sbin/unbound/testcode/replay.h
481
void macro_print_debug(rbtree_type* store);
usr.sbin/unbound/testcode/testpkts.c
464
char store;
usr.sbin/unbound/testcode/testpkts.c
470
store = *end;
usr.sbin/unbound/testcode/testpkts.c
476
*end = store;
usr.sbin/unbound/testcode/unittcpreuse.c
274
struct outside_network* outnet, struct waiting_tcp* store,
usr.sbin/unbound/testcode/unittcpreuse.c
281
outnet_waiting_tcp_list_add(outnet, &store[i], 0);
usr.sbin/unbound/testcode/unittcpreuse.c
283
check_waiting_tcp_list(outnet, &store[0], &store[total-1], total);
usr.sbin/unbound/testcode/unittcpreuse.c
304
check_waiting_tcp_list(outnet, &store[1], &store[total-1], total-1);
usr.sbin/unbound/testcode/unittcpreuse.c
307
check_waiting_tcp_list(outnet, &store[0], &store[total-2], total-1);
usr.sbin/unbound/testcode/unittcpreuse.c
310
check_waiting_tcp_list(outnet, &store[0], &store[total-1], total-1);
usr.sbin/unbound/testcode/unittcpreuse.c
319
struct waiting_tcp store[MAX_TCP_WAITING_NODES];
usr.sbin/unbound/testcode/unittcpreuse.c
321
memset(&store, 0, sizeof(store));
usr.sbin/unbound/testcode/unittcpreuse.c
325
t = &store[i];
usr.sbin/unbound/testcode/unittcpreuse.c
332
w = &store[i];
usr.sbin/unbound/testcode/unittcpreuse.c
339
w = &store[i];
usr.sbin/unbound/testcode/unittcpreuse.c
346
check_waiting_tcp_removal(0, &outnet, store, 2, 5);
usr.sbin/unbound/testcode/unittcpreuse.c
347
check_waiting_tcp_removal(0, &outnet, store, 1, 3);
usr.sbin/unbound/testcode/unittcpreuse.c
348
check_waiting_tcp_removal(0, &outnet, store, 0, 2);
usr.sbin/unbound/testcode/unittcpreuse.c
349
check_waiting_tcp_removal(0, &outnet, store, 1, 2);
usr.sbin/unbound/testcode/unittcpreuse.c
350
check_waiting_tcp_removal(0, &outnet, store, 0, 1);
usr.sbin/unbound/testcode/unittcpreuse.c
354
check_waiting_tcp_removal(1, &outnet, store, 0, 3);
usr.sbin/unbound/testcode/unittcpreuse.c
355
check_waiting_tcp_removal(1, &outnet, store, 0, 2);
usr.sbin/unbound/testcode/unittcpreuse.c
356
check_waiting_tcp_removal(1, &outnet, store, 0, 1);
usr.sbin/unbound/testcode/unittcpreuse.c
415
struct reuse_tcp* reuse, struct waiting_tcp* store,
usr.sbin/unbound/testcode/unittcpreuse.c
422
reuse_write_wait_push_back(reuse, &store[i]);
usr.sbin/unbound/testcode/unittcpreuse.c
424
check_reuse_write_wait(reuse, &store[0], &store[total-1], total);
usr.sbin/unbound/testcode/unittcpreuse.c
440
check_reuse_write_wait(reuse, &store[1], &store[total-1], total-1);
usr.sbin/unbound/testcode/unittcpreuse.c
443
check_reuse_write_wait(reuse, &store[0], &store[total-2], total-1);
usr.sbin/unbound/testcode/unittcpreuse.c
446
check_reuse_write_wait(reuse, &store[0], &store[total-1], total-1);
usr.sbin/unbound/testcode/unittcpreuse.c
454
struct waiting_tcp store[MAX_TCP_WAITING_NODES];
usr.sbin/unbound/testcode/unittcpreuse.c
457
memset(&store, 0, sizeof(store));
usr.sbin/unbound/testcode/unittcpreuse.c
462
w = &store[i];
usr.sbin/unbound/testcode/unittcpreuse.c
465
check_reuse_write_wait(&reuse, &store[0], w, MAX_TCP_WAITING_NODES);
usr.sbin/unbound/testcode/unittcpreuse.c
469
check_reuse_write_wait_removal(0, &reuse, store, 2, 5);
usr.sbin/unbound/testcode/unittcpreuse.c
470
check_reuse_write_wait_removal(0, &reuse, store, 1, 3);
usr.sbin/unbound/testcode/unittcpreuse.c
471
check_reuse_write_wait_removal(0, &reuse, store, 0, 2);
usr.sbin/unbound/testcode/unittcpreuse.c
472
check_reuse_write_wait_removal(0, &reuse, store, 1, 2);
usr.sbin/unbound/testcode/unittcpreuse.c
473
check_reuse_write_wait_removal(0, &reuse, store, 0, 1);
usr.sbin/unbound/testcode/unittcpreuse.c
477
check_reuse_write_wait_removal(1, &reuse, store, 0, 3);
usr.sbin/unbound/testcode/unittcpreuse.c
478
check_reuse_write_wait_removal(1, &reuse, store, 0, 2);
usr.sbin/unbound/testcode/unittcpreuse.c
479
check_reuse_write_wait_removal(1, &reuse, store, 0, 1);
usr.sbin/unbound/util/net_help.c
1452
X509_STORE* store;
usr.sbin/unbound/util/net_help.c
1475
store = SSL_CTX_get_cert_store(tls_ctx);
usr.sbin/unbound/util/net_help.c
1476
if (!store)
usr.sbin/unbound/util/net_help.c
1501
if (X509_STORE_add_cert(store, cert1) == 0) {