Searched refs:chain (Results 51 - 75 of 211) sorted by relevance

123456789

/freebsd-11-stable/tests/sys/geom/class/eli/
H A Dgentestvect.py56 for itr in itertools.chain(xrange(100, 1000, 100), xrange(1000,
/freebsd-11-stable/crypto/openssl/crypto/cms/
H A Dcms_lib.c377 /* Locate a message digest content from a BIO chain based on SignerInfo */
379 int cms_DigestAlgorithm_find_ctx(EVP_MD_CTX *mctx, BIO *chain, argument
389 chain = BIO_find_type(chain, BIO_TYPE_MD);
390 if (chain == NULL) {
395 BIO_get_md_ctx(chain, &mtmp);
403 chain = BIO_next(chain);
H A Dcms_sd.c577 CMS_SignerInfo *si, BIO *chain)
589 if (!cms_DigestAlgorithm_find_ctx(&mctx, chain, si->digestAlgorithm))
658 int cms_SignedData_final(CMS_ContentInfo *cms, BIO *chain) argument
666 if (!cms_SignerInfo_content_sign(cms, si, chain))
781 /* Create a chain of digest BIOs from a CMS ContentInfo */
787 BIO *chain = NULL; local
800 if (chain)
801 BIO_push(chain, mdbio);
803 chain = mdbio;
805 return chain;
576 cms_SignerInfo_content_sign(CMS_ContentInfo *cms, CMS_SignerInfo *si, BIO *chain) argument
812 CMS_SignerInfo_verify_content(CMS_SignerInfo *si, BIO *chain) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509_cmp.c396 int X509_chain_check_suiteb(int *perror_depth, X509 *x, STACK_OF(X509) *chain, argument
405 /* If no EE certificate passed in must be first in chain */
407 x = sk_X509_value(chain, 0);
427 for (; i < sk_X509_num(chain); i++) {
429 x = sk_X509_value(chain, i);
473 int X509_chain_check_suiteb(int *perror_depth, X509 *x, STACK_OF(X509) *chain, argument
490 STACK_OF(X509) *X509_chain_up_ref(STACK_OF(X509) *chain)
494 ret = sk_X509_dup(chain);
/freebsd-11-stable/contrib/binutils/bfd/
H A Dhash.c497 struct bfd_hash_entry *chain = table->table[hi]; local
498 struct bfd_hash_entry *chain_end = chain;
501 while (chain_end->next && chain_end->next->hash == chain->hash)
505 index = chain->hash % newsize;
507 newtable[index] = chain;
H A Dmerge.c78 struct sec_merge_sec_info *chain; member in struct:sec_merge_info
386 if ((secinfo = sinfo->chain)
400 sinfo->chain = NULL;
415 if (sinfo->chain)
417 secinfo->next = sinfo->chain->next;
418 sinfo->chain->next = secinfo;
422 sinfo->chain = secinfo;
519 for (secinfo = sinfo->chain; secinfo; secinfo = secinfo->next)
680 /* And now adjust the rest, removing them from the chain (but not hashtable)
712 if (! sinfo->chain)
[all...]
/freebsd-11-stable/usr.bin/colldef/
H A Dparse.y142 yyerror("can't grow chain table");
191 "I/O error writing chain table to destination file %s",
202 chain : CHAR CHAR { label
209 | chain CHAR {
225 | chain {
228 yyerror("can't grow chain table");
279 | chain {
282 yyerror("can't grow chain table");
310 | chain {
313 yyerror("can't grow chain tabl
[all...]
/freebsd-11-stable/sys/netinet/
H A Dip_encap.c139 LIST_FOREACH(ep, &encaptab, chain) {
229 LIST_FOREACH(ep, &encaptab, chain) {
281 LIST_INSERT_HEAD(&encaptab, ep, chain);
306 LIST_FOREACH(ep, &encaptab, chain) {
380 LIST_FOREACH(p, &encaptab, chain) {
382 LIST_REMOVE(p, chain);
/freebsd-11-stable/sys/netipsec/
H A Dkey.c465 (!((elm)->chain.le_next == NULL && (elm)->chain.le_prev == NULL))
817 TAILQ_FOREACH(sp, &V_sptree[dir], chain) {
1107 TAILQ_REMOVE(&V_sptree[sp->spidx.dir], sp, chain);
1123 TAILQ_FOREACH(sp, &V_sptree[newsp->spidx.dir], chain) {
1125 TAILQ_INSERT_BEFORE(sp, newsp, chain);
1129 TAILQ_INSERT_TAIL(&V_sptree[newsp->spidx.dir], newsp, chain);
1169 spp[i], chain);
1207 spp[i], chain);
1262 TAILQ_REMOVE(&sav->sah->savtree_larval, sav, chain);
[all...]
/freebsd-11-stable/crypto/openssl/apps/
H A Ds_cb.c255 STACK_OF(X509) *chain, int build_chain)
257 int chflags = chain ? SSL_BUILD_CHAIN_FLAG_CHECK : 0;
280 if (chain && !SSL_CTX_set1_chain(ctx, chain)) {
281 BIO_printf(bio_err, "error setting certificate chain\n");
286 BIO_printf(bio_err, "error building certificate chain\n");
1174 STACK_OF(X509) *chain;
1213 * Very basic selection callback: just use any certificate chain reported as
1245 rv = SSL_check_chain(ssl, exc->cert, exc->key, exc->chain);
1246 BIO_printf(bio_err, "Checking cert chain
254 set_cert_key_stuff(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key, STACK_OF(X509) *chain, int build_chain) argument
[all...]
/freebsd-11-stable/contrib/wpa/src/tls/
H A Dtlsv1_server_read.c402 struct x509_certificate *chain = NULL, *last = NULL, *cert; local
495 x509_certificate_chain_free(chain);
508 x509_certificate_chain_free(chain);
522 x509_certificate_chain_free(chain);
532 x509_certificate_chain_free(chain);
537 chain = cert;
546 if (x509_certificate_chain_validate(conn->cred->trusted_certs, chain,
549 tlsv1_server_log(conn, "Server certificate chain validation failed (reason=%d)",
575 x509_certificate_chain_free(chain);
579 if (chain
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devbuffer-internal.h51 /* Minimum allocation for a chain. We define this so that we're burning no
81 /** The first chain in this buffer's linked list of chains. */
83 /** The last chain in this buffer's linked list of chains. */
86 /** Pointer to the next pointer pointing at the 'last_with_data' chain.
90 * The last_with_data chain is the last chain that has any data in it.
91 * If all chains in the buffer are empty, it is the first chain.
95 * points at the last_with_datap chain. If the last_with_data chain
96 * is the first chain, o
[all...]
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin-tramp.asm48 .g_long 0 /* will be replaced with static chain */
53 lg r11,GPR_BYTES(r11) /* static chain */
61 /* R6 = static chain */
87 /* Store correct function and static chain */
H A Dtramp.asm51 .long 0 /* will be replaced with static chain */
55 lwz r11,4(r11) /* static chain */
66 /* R6 = static chain */
90 /* Store correct function and static chain */
/freebsd-11-stable/contrib/ldns/ldns/
H A Ddnssec_verify.h40 * \param[in] *chain The chain to free
42 void ldns_dnssec_data_chain_free(ldns_dnssec_data_chain *chain);
48 * \param[in] *chain The dnssec_data_chain to free
50 void ldns_dnssec_data_chain_deep_free(ldns_dnssec_data_chain *chain);
56 * \param[in] *chain The dnssec_data_chain to print
58 void ldns_dnssec_data_chain_print(FILE *out, const ldns_dnssec_data_chain *chain);
65 * \param[in] *chain The dnssec_data_chain to print
69 const ldns_dnssec_data_chain *chain);
79 * \param[in] *data_set The original rrset where the chain end
[all...]
/freebsd-11-stable/lib/librt/
H A Dsigev_thread.c248 int chain = HASH(type, id); local
250 LIST_FOREACH(sn, &sigev_hash[chain], sn_link) {
260 int chain = HASH(sn->sn_type, sn->sn_id); local
262 LIST_INSERT_HEAD(&sigev_hash[chain], sn, sn_link);
/freebsd-11-stable/stand/i386/loader/
H A Dchain.c35 __FBSDID("$FreeBSD: stable/11/stand/i386/loader/chain.c 346476 2019-04-21 03:36:05Z kevans $");
53 COMMAND_SET(chain, "chain", "chain load boot block from device", command_chain);
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dtest_ca.in247 chain:FILE:$srcdir/data/test.crt \
291 chain:FILE:cert-sub-ca.pem \
347 echo "verify certificate (sub-ee) with extended chain"
350 chain:FILE:cert-sub-ca.pem \
369 chain:FILE:cert-sub-ca.pem \
386 chain:FILE:cert-sub-ca.pem \
400 chain:FILE:cert-sub-ca2.pem \
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_spq.h150 struct ecore_chain chain; member in struct:ecore_eq
156 struct ecore_chain chain; member in struct:ecore_consq
183 struct ecore_chain chain; member in struct:ecore_spq
/freebsd-11-stable/contrib/gcc/cp/
H A Dtree.c619 order chain. The newly copied binfo's TREE_CHAIN forms this
712 tree chain;
726 && TREE_CHAIN (t) == proxy->chain);
729 /* Compute a hash code for a list (chain of TREE_LIST nodes
734 list_hash_pieces (tree purpose, tree value, tree chain)
738 if (chain)
739 hashcode += TREE_HASH (chain);
768 hash_tree_cons (tree purpose, tree value, tree chain)
775 hashcode = list_hash_pieces (purpose, value, chain);
780 proxy.chain
708 tree chain; member in struct:list_proxy
730 list_hash_pieces(tree purpose, tree value, tree chain) argument
764 hash_tree_cons(tree purpose, tree value, tree chain) argument
789 hash_tree_chain(tree value, tree chain) argument
895 ovl_cons(tree decl, tree chain) argument
909 build_overload(tree decl, tree chain) argument
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dgcov.c160 /* Temporary chain for solving graph, and for chaining blocks on one
162 struct block_info *chain; member in struct:block_info
212 /* Describes a single line of source. Contains a chain of basic blocks
1183 /* Place it on the invalid chain, it will be ignored if that's
1186 blk->chain = invalid_blocks;
1197 invalid_blocks = blk->chain;
1210 blk->chain = valid_blocks;
1219 valid_blocks = blk->chain;
1242 dst->chain = valid_blocks;
1251 dst->chain
[all...]
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_asid.c755 STACK_OF(X509) *chain,
762 OPENSSL_assert(chain != NULL && sk_X509_num(chain) > 0);
769 * set up for walking up the chain.
776 x = sk_X509_value(chain, i);
805 * Now walk up the chain. Extensions must be in canonical form, no
808 for (i++; i < sk_X509_num(chain); i++) {
809 x = sk_X509_value(chain, i);
877 return v3_asid_validate_path_internal(ctx, ctx->chain, NULL);
882 * Test whether chain cover
754 v3_asid_validate_path_internal(X509_STORE_CTX *ctx, STACK_OF(X509) *chain, ASIdentifiers *ext) argument
[all...]
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_openssl_ocsp.c504 STACK_OF(X509) *untrusted = NULL, *certs = NULL, *chain = NULL;
650 chain = X509_STORE_CTX_get1_chain(&ctx);
658 if (!chain || sk_X509_num(chain) <= 0) {
659 wpa_printf(MSG_DEBUG, "OpenSSL: No OCSP signer chain found");
670 tmp_cert = sk_X509_value(chain, sk_X509_num(chain) - 1);
837 sk_X509_pop_free(chain, X509_free);
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_table.c482 struct mpr_chain *chain = NULL; local
504 printf("IEEE chain flags=0x%x len=0x%x Offset=0x%x "
509 if (chain == NULL)
510 chain = TAILQ_FIRST(&cm->cm_chain_list);
512 chain = TAILQ_NEXT(chain, chain_link);
513 frame = (char *)chain->chain;
/freebsd-11-stable/sys/dev/mps/
H A Dmps_table.c458 struct mps_chain *chain = NULL; local
480 printf("chain flags=0x%x len=0x%x Offset=0x%x "
483 if (chain == NULL)
484 chain = TAILQ_FIRST(&cm->cm_chain_list);
486 chain = TAILQ_NEXT(chain, chain_link);
487 frame = (char *)chain->chain;

Completed in 165 milliseconds

123456789