Home
last modified time | relevance | path

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

1234

/freebsd-13.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-13.1/sys/contrib/dev/iwlwifi/mvm/
H A Drs-fw.c27 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 Drs.h57 u8 chains; member
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/
H A Dacpi.c451 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 Dacpi.h106 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 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-13.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-13.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.pod37 joins two BIO chains whereas BIO_pop() deletes a single BIO from a chain,
H A DSSL_new.pod50 =item any configured certificates, private keys or certificate chains
/freebsd-13.1/lib/libc/locale/
H A Dcollate.c121 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 Drs.h159 u8 chains; member
192 u8 chains; member
/freebsd-13.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
/freebsd-13.1/sbin/fsck_msdosfs/
H A Dfat.c1252 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 Driscv,cpu-intc.txt35 - Source 9 is the supervisor external interrupt, which chains to all other
/freebsd-13.1/libexec/rtld-elf/
H A Drtld.h208 const Elf_Hashelt *chains; /* Hash table chain array */ member
/freebsd-13.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)

1234