Home
last modified time | relevance | path

Searched refs:chains (Results 1 – 25 of 96) sorted by relevance

1234

/freebsd-12.1/contrib/openpam/lib/libpam/
H A Dopenpam_dispatch.c87 chain = pamh->chains[PAM_AUTH]; in openpam_dispatch()
90 chain = pamh->chains[PAM_ACCOUNT]; in openpam_dispatch()
94 chain = pamh->chains[PAM_SESSION]; in openpam_dispatch()
97 chain = pamh->chains[PAM_PASSWORD]; in openpam_dispatch()
H A Dopenpam_impl.h88 pam_chain_t *chains[PAM_NUM_FACILITIES]; member
111 pam_chain_t *chains[PAM_NUM_FACILITIES]; member
H A Dopenpam_configure.c289 for (next = &pamh->chains[fclt]; *next != NULL; in openpam_parse_chain()
468 if (pamh->chains[fclt] != NULL) in openpam_configure()
478 openpam_clear_chains(pamh->chains); in openpam_configure()
H A Dpam_end.c83 openpam_clear_chains(pamh->chains); in pam_end()
/freebsd-12.1/contrib/bearssl/samples/
H A DREADME.txt22 code), it will use one of several certificate chains, that exercise
24 certificate chains link to the trust anchors that are hardcoded
34 The .pem files are certificate and keys corresponding to the chains
H A Dserver_basic.c86 #error Must use one of RSA, EC or MIXED chains.
/freebsd-12.1/contrib/openpam/bin/openpam_dump_policy/
H A Dopenpam_dump_policy.c132 if (pamh->chains[fclt] != NULL) { in openpam_dump_policy()
135 ret = openpam_dump_chain(name, pamh->chains[fclt]); in openpam_dump_policy()
149 if (pamh->chains[fclt] != NULL) { in openpam_dump_policy()
/freebsd-12.1/crypto/openssl/doc/man3/
H A DSSL_CTX_add1_chain_cert.pod102 The chains associate with an SSL_CTX structure are copied to any SSL
104 by any chains subsequently changed in the parent SSL_CTX.
107 an RSA and a DSA certificate can (and often will) have different chains.
112 sending incorrect certificate chains often cause problems with peers.
118 Applications can issue non fatal warnings when checking chains by setting
H A DSSL_check_chain.pod60 An application wishing to support multiple certificate chains may call this
66 usable. An application supporting multiple chains with different CA signature
H A DSSL_CTX_add_extra_chain_cert.pod42 structure. Different chains for different certificates (for example if both
H A DSSL_CTX_set_cert_store.pod62 certificates and building certificate chains, it is also shared by
H A DSSL_CTX_set_max_cert_list.pod43 chains (OpenSSL's default maximum chain length is 10, see
H A DBIO_push.pod32 joins two BIO chains whereas BIO_pop() deletes a single BIO from a chain,
H A DX509_STORE_add_cert.pod30 and validating chains of certificates terminating in trusted roots.
/freebsd-12.1/lib/libc/locale/
H A Dcollate.c115 int i, chains, z; in __collate_load_tables_l() local
166 ((chains = info->chain_count) < 0)) { in __collate_load_tables_l()
173 (sizeof (collate_chain_t) * chains) + in __collate_load_tables_l()
197 if (chains > 0) { in __collate_load_tables_l()
199 TMP += chains * sizeof (collate_chain_t); in __collate_load_tables_l()
/freebsd-12.1/sys/contrib/zlib/doc/
H A Dalgorithm.txt27 The hash chains are searched starting with the most recent strings, to
29 The hash chains are singly linked. There are no deletions from the
30 hash chains, the algorithm simply discards matches that are too old.
32 To avoid a worst-case situation, very long hash chains are arbitrarily
H A Drfc1951.txt811 The compressor searches the hash chains starting with the most recent
813 Huffman encoding. The hash chains are singly linked. There are no
814 deletions from the hash chains; the algorithm simply discards matches
816 chains are arbitrarily truncated at a certain length, determined by a
/freebsd-12.1/contrib/gcc/
H A Dregrename.c997 dump_def_use_chain (struct du_chain *chains) in dump_def_use_chain() argument
999 while (chains) in dump_def_use_chain()
1001 struct du_chain *this = chains; in dump_def_use_chain()
1012 chains = chains->next_chain; in dump_def_use_chain()
/freebsd-12.1/libexec/rtld-elf/
H A Drtld.h206 const Elf_Hashelt *chains; /* Hash table chain array */ member
/freebsd-12.1/stand/common/
H A Dload_elf.c62 Elf_Hashelt *chains; member
832 ef->chains = ef->buckets + ef->nbuckets; in __elfN()
1168 COPYOUT(&ef->chains[symnum], &symnum, sizeof(symnum)); in __elfN()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/
H A DTODO183 - place rep delta chains 'en block'
191 - place rep deltification chains in deltification order (new->old)
/freebsd-12.1/contrib/elftoolchain/libelf/
H A Dlibelf_convert.m4758 uint32_t *buckets, *chains;
824 chains = (uint32_t *) (uintptr_t) dst;
830 *chains++ = t32;
900 /* Copy out the hash chains. */
/freebsd-12.1/lib/libsecureboot/
H A DREADME.rst19 X.509 certificates chains offer a lot of flexibility over time and are
/freebsd-12.1/sys/dev/mps/
H A Dmps.c779 if (sc->chains != NULL) in mps_iocfacts_free()
780 free(sc->chains, M_MPT2); in mps_iocfacts_free()
1389 chain = &sc->chains[i++]; in mps_load_chains_cb()
1433 sc->chains = malloc(sizeof(struct mps_chain) * sc->num_chains, M_MPT2, in mps_alloc_requests()
1435 if (!sc->chains) { in mps_alloc_requests()
/freebsd-12.1/sys/kern/
H A Dlink_elf.c89 const Elf_Hashelt *chains; member
545 ef->chains = ef->buckets + ef->nbuckets; in parse_dynamic()
1324 symnum = ef->chains[symnum]; in link_elf_lookup_symbol()

1234