| /freebsd-12.1/contrib/openpam/lib/libpam/ |
| H A D | openpam_dispatch.c | 87 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 D | openpam_impl.h | 88 pam_chain_t *chains[PAM_NUM_FACILITIES]; member 111 pam_chain_t *chains[PAM_NUM_FACILITIES]; member
|
| H A D | openpam_configure.c | 289 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 D | pam_end.c | 83 openpam_clear_chains(pamh->chains); in pam_end()
|
| /freebsd-12.1/contrib/bearssl/samples/ |
| H A D | README.txt | 22 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 D | server_basic.c | 86 #error Must use one of RSA, EC or MIXED chains.
|
| /freebsd-12.1/contrib/openpam/bin/openpam_dump_policy/ |
| H A D | openpam_dump_policy.c | 132 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 D | SSL_CTX_add1_chain_cert.pod | 102 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 D | SSL_check_chain.pod | 60 An application wishing to support multiple certificate chains may call this 66 usable. An application supporting multiple chains with different CA signature
|
| H A D | SSL_CTX_add_extra_chain_cert.pod | 42 structure. Different chains for different certificates (for example if both
|
| H A D | SSL_CTX_set_cert_store.pod | 62 certificates and building certificate chains, it is also shared by
|
| H A D | SSL_CTX_set_max_cert_list.pod | 43 chains (OpenSSL's default maximum chain length is 10, see
|
| H A D | BIO_push.pod | 32 joins two BIO chains whereas BIO_pop() deletes a single BIO from a chain,
|
| H A D | X509_STORE_add_cert.pod | 30 and validating chains of certificates terminating in trusted roots.
|
| /freebsd-12.1/lib/libc/locale/ |
| H A D | collate.c | 115 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 D | algorithm.txt | 27 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 D | rfc1951.txt | 811 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 D | regrename.c | 997 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 D | rtld.h | 206 const Elf_Hashelt *chains; /* Hash table chain array */ member
|
| /freebsd-12.1/stand/common/ |
| H A D | load_elf.c | 62 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 D | TODO | 183 - place rep delta chains 'en block' 191 - place rep deltification chains in deltification order (new->old)
|
| /freebsd-12.1/contrib/elftoolchain/libelf/ |
| H A D | libelf_convert.m4 | 758 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 D | README.rst | 19 X.509 certificates chains offer a lot of flexibility over time and are
|
| /freebsd-12.1/sys/dev/mps/ |
| H A D | mps.c | 779 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 D | link_elf.c | 89 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()
|