Searched refs:store (Results 126 - 150 of 315) sorted by relevance

1234567891011>>

/freebsd-13-stable/crypto/openssl/crypto/des/asm/
H A Ddest4-sparcv9.pl191 stda %f2, [$out + $omask]0xc0 ! partial store
194 stda %f2, [$out + $omask]0xc0 ! partial store
291 stda %f0, [$out + $omask]0xc0 ! partial store
294 stda %f0, [$out + $omask]0xc0 ! partial store
451 stda %f2, [$out + $omask]0xc0 ! partial store
454 stda %f2, [$out + $omask]0xc0 ! partial store
605 stda %f0, [$out + $omask]0xc0 ! partial store
608 stda %f0, [$out + $omask]0xc0 ! partial store
/freebsd-13-stable/tests/sys/fs/fusefs/
H A Dmockfs.cc383 out.body.store.nodeid,
384 out.body.store.offset,
385 out.body.store.size);
809 out->body.store.nodeid = ino;
810 out->body.store.offset = off;
811 out->body.store.size = size;
812 bcopy(data, (char*)&out->body.bytes + sizeof(out->body.store), size);
813 out->header.len = sizeof(out->header) + sizeof(out->body.store) + size;
/freebsd-13-stable/contrib/sendmail/src/
H A Dtls.c784 X509_STORE *store; local
821 /* get a pointer to the current certificate validation store */
822 store = SSL_CTX_get_cert_store(ctx); /* does not fail */
824 if (X509_STORE_add_crl(store, crl) == 0)
836 X509_STORE_set_flags(store,
838 X509_STORE_set_verify_cb_func(store, x509_verify_cb);
864 X509_STORE *store; local
869 /* get a pointer to the current certificate validation store */
870 store = SSL_CTX_get_cert_store(ctx); /* does not fail */
872 lookup = X509_STORE_add_lookup(store, X509_LOOKUP_hash_di
1131 X509_STORE *store; local
[all...]
/freebsd-13-stable/lib/libc/gen/
H A Dgetpwent.c807 uint32_t store; local
870 store = htonl(uid);
871 memcpy(&keybuf[1], &store, sizeof(store));
872 key.size = sizeof(store) + 1;
882 store = htonl(st->keynum);
883 memcpy(&keybuf[1], &store, sizeof(store));
884 key.size = sizeof(store) + 1;
1745 uint32_t store; local
[all...]
/freebsd-13-stable/crypto/openssl/crypto/aes/asm/
H A Daesfx-sparcv9.pl131 stda %f4, [$out + $mask]0xc0 ! partial store
133 stda %f8, [$inp + $tmp]0xc0 ! partial store
221 stda %f4, [$out + $mask]0xc0 ! partial store
223 stda %f8, [$inp + $tmp]0xc0 ! partial store
279 st $bits, [$out + 240] ! store rounds
324 st $bits, [$out + 240] ! store rounds
367 st $bits, [$out + 240] ! store rounds
534 stda %f6, [$out + $mask]0xc0 ! partial store
638 stda %f8, [$out + $mask]0xc0 ! partial store
741 stda %f6, [$out + $mask]0xc0 ! partial store
[all...]
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dtls_openssl.c324 X509_STORE *store; local
326 store = X509_STORE_new();
327 if (!store) {
329 "OpenSSL: %s - failed to allocate new certificate store",
334 if (ca_cert && X509_STORE_load_locations(store, ca_cert, NULL) != 1) {
337 X509_STORE_free(store);
345 X509_STORE_set_flags(store, flags);
347 return store;
507 static const CERT_CONTEXT * cryptoapi_find_cert(const char *name, DWORD store) argument
513 store | CERT_STORE_OPEN_EXISTING_FLA
660 const char *store; local
2588 X509_STORE *store; local
3560 X509_STORE *store; local
4703 X509_STORE *store; local
[all...]
H A Dtls_openssl_ocsp.c503 X509_STORE *store; local
586 store = SSL_CTX_get_cert_store(ssl_ctx);
588 if (X509_STORE_add_cert(store, issuer) != 1) {
590 "OpenSSL: Could not add issuer to certificate store");
598 "OpenSSL: Could not add issuer to OCSP responder trust store");
609 "OpenSSL: Could not add issuer's issuer to OCSP responder trust store");
646 if (!X509_STORE_CTX_init(&ctx, store, signer, untrusted))
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dstore.c35 #include "store-int.h"
197 * @param buf the buffer to store the data in
226 return sp->store(sp, buf, len);
328 ret = sp->store(sp, v, len);
341 * @param value the value to store
364 * @param value the value to store
453 * @param value the value to store
476 * @param value the value to store
549 * @param value the value to store
562 ret = sp->store(s
[all...]
/freebsd-13-stable/crypto/openssl/apps/
H A Dpkcs12.c29 static int get_cert_chain(X509 *cert, X509_STORE *store,
402 X509_STORE *store; local
403 if ((store = setup_verify(CAfile, CApath, noCAfile, noCApath))
407 vret = get_cert_chain(ucert, store, &chain2);
408 X509_STORE_free(store);
746 static int get_cert_chain(X509 *cert, X509_STORE *store, argument
758 if (!X509_STORE_CTX_init(store_ctx, store, cert, NULL)) {
/freebsd-13-stable/crypto/openssl/crypto/ocsp/
H A Docsp_vfy.c164 /* Maybe lookup from store if by subject name */
340 X509_STORE *store, unsigned long flags)
384 init_res = X509_STORE_CTX_init(ctx, store, signer, NULL);
386 init_res = X509_STORE_CTX_init(ctx, store, signer,
339 OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs, X509_STORE *store, unsigned long flags) argument
/freebsd-13-stable/crypto/openssl/crypto/pkcs7/
H A Dpk7_smime.c204 int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store, argument
267 if (!X509_STORE_CTX_init(cert_ctx, store, signer,
273 } else if (!X509_STORE_CTX_init(cert_ctx, store, signer, NULL)) {
294 * Performance optimization: if the content is a memory BIO then store
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h58 bool store(UNUSED LargeBlock::Header *H) { return false; } function in class:scudo::MapAllocatorNoCache
84 bool store(LargeBlock::Header *H) {
403 if (CacheT::canCache(CommitSize) && Cache.store(H))
/freebsd-13-stable/sys/crypto/openssl/arm/
H A Dchacha-armv4.S203 str r8, [sp,#4*(16+8)] @ modulo-scheduled store
263 str r0,[r14],#16 @ store output
300 str r4,[r14],#16 @ store output
345 str r0,[r14],#16 @ store output
395 str r4,[r14],#16 @ store output
444 strb r0,[r14],#16 @ store output
529 strb r4,[r14],#16 @ store output
619 strb r0,[r14],#16 @ store output
708 strb r4,[r14],#16 @ store output
785 strb r11,[r14],#1 @ store outpu
[all...]
/freebsd-13-stable/crypto/heimdal/lib/hx509/
H A Dhx_locl.h161 int (*store)(hx509_context, hx509_certs, void *, int, hx509_lock); member in struct:hx509_keyset_ops
/freebsd-13-stable/libexec/rtld-elf/amd64/
H A Drtld_start.S34 subq $24,%rsp # A place to store exit procedure addr
/freebsd-13-stable/contrib/kyua/drivers/
H A Dreport_junit.cpp39 #include "store/read_transaction.hpp"
182 drivers::report_junit_hooks::got_result(store::results_iterator& iter)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cpp31 // We use these bits to store the per-stack use counter.
60 void store(const args_type &args, u32 hash) { function in struct:__sanitizer::StackDepotNode
/freebsd-13-stable/contrib/flex/src/
H A Dscanopt.c235 usg_elem *store; /* array of preallocated elements. */
265 store = malloc((size_t) s->optc * sizeof (usg_elem));
269 ue = store + store_idx++;
495 free (store);
234 usg_elem *store; /* array of preallocated elements. */ local
/freebsd-13-stable/sys/kern/
H A Dsubr_atomic64.c105 ATOMIC64_EMU_BIN(store, void, *p = v, return);
/freebsd-13-stable/sys/contrib/ck/include/gcc/aarch64/
H A Dck_pr.h73 CK_PR_FENCE(store, CK_DMB_ST)
/freebsd-13-stable/sys/contrib/ck/include/gcc/sparcv9/
H A Dck_pr.h67 * Atomic operations are treated as both load and store
75 CK_PR_FENCE(store, "membar #StoreStore")
/freebsd-13-stable/usr.bin/mkcsmapper/
H A Dyacc.y96 static void store(const linear_zone_t *, u_int32_t, int);
167 { store(&$1, $3, 0); }
169 { store(&$1, $3, 1); }
374 /* store type */
378 /* store info */
388 /* store table */
581 store(const linear_zone_t *lz, u_int32_t dst, int inc)
/freebsd-13-stable/contrib/unbound/smallapp/
H A Dunbound-anchor.c1262 /* only store if key is used */
1759 X509_STORE *store = X509_STORE_new(); local
1767 X509_STORE_free(store);
1773 if(store) X509_STORE_set1_param(store, param);
1775 if(!store) {
1793 X509_STORE_free(store);
1798 /* convert trust to trusted certificate store */
1800 if(!X509_STORE_add_cert(store, sk_X509_value(trust, i))) {
1802 X509_STORE_free(store);
[all...]
/freebsd-13-stable/contrib/sqlite3/
H A DMakefile.msc865 STORELIBPATH = $(CRTLIBPATH)\store
867 STORELIBPATH = $(CRTLIBPATH)\store\amd64
869 STORELIBPATH = $(CRTLIBPATH)\store\arm
871 STORELIBPATH = $(CRTLIBPATH)\store
/freebsd-13-stable/contrib/kyua/cli/
H A Dcmd_report_html.cpp45 #include "store/layout.hpp"
46 #include "store/read_transaction.hpp"
63 namespace layout = store::layout;
325 got_result(store::results_iterator& iter)
439 "output", "The directory in which to store the HTML files",

Completed in 1144 milliseconds

1234567891011>>