| /freebsd-14.2/contrib/openpam/lib/libpam/ |
| H A D | openpam_dispatch.c | 85 chain = pamh->chains[PAM_AUTH]; in openpam_dispatch() 88 chain = pamh->chains[PAM_ACCOUNT]; in openpam_dispatch() 92 chain = pamh->chains[PAM_SESSION]; in openpam_dispatch() 95 chain = pamh->chains[PAM_PASSWORD]; in openpam_dispatch()
|
| H A D | openpam_impl.h | 86 pam_chain_t *chains[PAM_NUM_FACILITIES]; member 109 pam_chain_t *chains[PAM_NUM_FACILITIES]; member
|
| H A D | openpam_configure.c | 287 for (next = &pamh->chains[fclt]; *next != NULL; in openpam_parse_chain() 466 if (pamh->chains[fclt] != NULL) in openpam_configure() 476 openpam_clear_chains(pamh->chains); in openpam_configure()
|
| H A D | pam_end.c | 81 openpam_clear_chains(pamh->chains); in pam_end()
|
| /freebsd-14.2/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-14.2/contrib/openpam/bin/openpam_dump_policy/ |
| H A D | openpam_dump_policy.c | 130 if (pamh->chains[fclt] != NULL) { in openpam_dump_policy() 133 ret = openpam_dump_chain(name, pamh->chains[fclt]); in openpam_dump_policy() 147 if (pamh->chains[fclt] != NULL) { in openpam_dump_policy()
|
| /freebsd-14.2/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | rs-fw.c | 29 static u8 rs_fw_set_active_chains(u8 chains) in rs_fw_set_active_chains() argument 33 if (chains & ANT_A) in rs_fw_set_active_chains() 35 if (chains & ANT_B) in rs_fw_set_active_chains() 603 .chains = rs_fw_set_active_chains(iwl_mvm_get_valid_tx_ant(mvm)), in iwl_mvm_rs_fw_rate_init() 661 cfg_cmd.chains, cfg_cmd.sgi_ch_width_supp, cfg_cmd.flags); in iwl_mvm_rs_fw_rate_init() 678 .chains = cfg_cmd.chains, in iwl_mvm_rs_fw_rate_init() 725 lq_sta->pers.chains = 0; in iwl_mvm_rs_add_sta_link()
|
| H A D | rs.h | 57 uint8_t chains; member
|
| /freebsd-14.2/sys/contrib/dev/iwlwifi/fw/ |
| H A D | acpi.c | 513 profile->chains[i].subbands[j] = 0; in iwl_sar_set_profile() 519 profile->chains[i].subbands[j] = in iwl_sar_set_profile() 572 cpu_to_le16(prof->chains[i].subbands[j]); in iwl_sar_fill_table() 574 j, prof->chains[i].subbands[j]); in iwl_sar_fill_table() 922 fwrt->geo_profiles[i].bands[j].chains[k] = in iwl_sar_get_wgds_table() 923 fwrt->geo_profiles[i].bands[1].chains[k]; in iwl_sar_get_wgds_table() 933 fwrt->geo_profiles[i].bands[j].chains[k] = in iwl_sar_get_wgds_table() 990 chain->chain_a = fwrt->geo_profiles[i].bands[j].chains[0]; in iwl_sar_geo_init() 991 chain->chain_b = fwrt->geo_profiles[i].bands[j].chains[1]; in iwl_sar_geo_init() 995 fwrt->geo_profiles[i].bands[j].chains[0], in iwl_sar_geo_init() [all …]
|
| H A D | acpi.h | 114 struct iwl_sar_profile_chain chains[ACPI_SAR_NUM_CHAINS_REV2]; member 120 u8 chains[ACPI_GEO_NUM_CHAINS]; member
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_add1_chain_cert.pod | 105 The chains associate with an SSL_CTX structure are copied to any SSL 107 by any chains subsequently changed in the parent SSL_CTX. 110 an RSA and a DSA certificate can (and often will) have different chains. 115 sending incorrect certificate chains often cause problems with peers. 121 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 | OSSL_DECODER_CTX.pod | 93 The chains may be limited by specifying an input type, which is considered a 136 chains. 139 the decoder chains to be considered, as explained in the general description
|
| H A D | SSL_CTX_add_extra_chain_cert.pod | 56 structure. Different chains for different certificates (for example if both
|
| H A D | SSL_CTX_set_max_cert_list.pod | 43 chains (OpenSSL's default maximum chain length is 10, see
|
| H A D | SSL_CTX_set_cert_store.pod | 64 certificates and building certificate chains, it is also shared by
|
| /freebsd-14.2/lib/libc/locale/ |
| H A D | collate.c | 129 int i, chains, z; in __collate_load_tables_l() local 184 ((chains = info->chain_count) < 0)) { in __collate_load_tables_l() 191 (sizeof (collate_chain_t) * chains) + in __collate_load_tables_l() 220 if (chains > 0) { in __collate_load_tables_l() 222 TMP += chains * sizeof (collate_chain_t); in __collate_load_tables_l()
|
| /freebsd-14.2/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | rs.h | 159 u8 chains; member 192 u8 chains; member
|
| /freebsd-14.2/sys/contrib/dev/mediatek/mt76/ |
| H A D | mac80211.c | 1060 u8 chains; in mt76_rx_signal() local 1062 for (chains = chain_mask; chains; chains >>= 1, chain_signal++) { in mt76_rx_signal() 1066 if (!(chains & BIT(0)) || in mt76_rx_signal() 1115 status->chains = mstat.chains; in mt76_rx_convert() 1119 status->signal = mt76_rx_signal(mstat.chains, mstat.chain_signal); in mt76_rx_convert()
|
| /freebsd-14.2/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-14.2/sbin/fsck_msdosfs/ |
| H A D | fat.c | 1250 size_t chains, chainlength; in checklost() local 1261 chains = fat_get_head_count(fat); in checklost() 1263 chains > 0 && head < boot->NumClusters; in checklost() 1289 chains--; in checklost()
|
| /freebsd-14.2/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-14.2/sys/contrib/dev/rtw88/ |
| H A D | rx.c | 199 rx_status->chains |= BIT(path); in rtw_rx_fill_rx_status()
|
| /freebsd-14.2/libexec/rtld-elf/ |
| H A D | rtld.h | 202 const Elf_Hashelt *chains; /* Hash table chain array */ member
|