| /freebsd-13.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-13.1/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | rs-fw.c | 27 static u8 rs_fw_set_active_chains(u8 chains) in rs_fw_set_active_chains() argument 31 if (chains & ANT_A) in rs_fw_set_active_chains() 33 if (chains & ANT_B) in rs_fw_set_active_chains() 434 .chains = rs_fw_set_active_chains(iwl_mvm_get_valid_tx_ant(mvm)), in rs_fw_rate_init() 462 cfg_cmd.chains, cfg_cmd.sgi_ch_width_supp, cfg_cmd.flags); in rs_fw_rate_init() 479 .chains = cfg_cmd.chains, in rs_fw_rate_init() 525 lq_sta->pers.chains = 0; in iwl_mvm_rs_add_sta()
|
| H A D | rs.h | 57 u8 chains; member
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/fw/ |
| H A D | acpi.c | 451 profile->chains[i].subbands[j] = 0; in iwl_sar_set_profile() 457 profile->chains[i].subbands[j] = in iwl_sar_set_profile() 510 cpu_to_le16(prof->chains[i].subbands[j]); in iwl_sar_fill_table() 512 j, prof->chains[i].subbands[j]); in iwl_sar_fill_table() 858 fwrt->geo_profiles[i].bands[j].chains[k] = in iwl_sar_get_wgds_table() 859 fwrt->geo_profiles[i].bands[1].chains[k]; in iwl_sar_get_wgds_table() 869 fwrt->geo_profiles[i].bands[j].chains[k] = in iwl_sar_get_wgds_table() 922 chain->chain_a = fwrt->geo_profiles[i].bands[j].chains[0]; in iwl_sar_geo_init() 923 chain->chain_b = fwrt->geo_profiles[i].bands[j].chains[1]; in iwl_sar_geo_init() 927 fwrt->geo_profiles[i].bands[j].chains[0], in iwl_sar_geo_init() [all …]
|
| H A D | acpi.h | 106 struct iwl_sar_profile_chain chains[ACPI_SAR_NUM_CHAINS_REV2]; member 112 u8 chains[ACPI_GEO_NUM_CHAINS]; member
|
| /freebsd-13.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-13.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-13.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 | 37 joins two BIO chains whereas BIO_pop() deletes a single BIO from a chain,
|
| H A D | SSL_new.pod | 50 =item any configured certificates, private keys or certificate chains
|
| /freebsd-13.1/lib/libc/locale/ |
| H A D | collate.c | 121 int i, chains, z; in __collate_load_tables_l() local 176 ((chains = info->chain_count) < 0)) { in __collate_load_tables_l() 183 (sizeof (collate_chain_t) * chains) + in __collate_load_tables_l() 212 if (chains > 0) { in __collate_load_tables_l() 214 TMP += chains * sizeof (collate_chain_t); in __collate_load_tables_l()
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | rs.h | 159 u8 chains; member 192 u8 chains; member
|
| /freebsd-13.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
|
| /freebsd-13.1/sbin/fsck_msdosfs/ |
| H A D | fat.c | 1252 size_t chains, chainlength; in checklost() local 1263 chains = fat_get_head_count(fat); in checklost() 1265 chains > 0 && head < boot->NumClusters; in checklost() 1291 chains--; in checklost()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | riscv,cpu-intc.txt | 35 - Source 9 is the supervisor external interrupt, which chains to all other
|
| /freebsd-13.1/libexec/rtld-elf/ |
| H A D | rtld.h | 208 const Elf_Hashelt *chains; /* Hash table chain array */ member
|
| /freebsd-13.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)
|