/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | chip.c | 220 struct brcmf_core pub; member 227 struct brcmf_chip pub; member 257 address = CORE_SB(core->pub.base, sbtmstatelow); in brcmf_chip_sb_iscoreup() 287 base = core->pub.base; in brcmf_chip_sb_coredisable() 392 base = core->pub.base; in brcmf_chip_sb_resetcore() 445 if (core->pub.id == BCMA_CORE_80211) { in brcmf_chip_ai_resetcore() 446 d11core2 = brcmf_chip_get_d11core(&ci->pub, 1); in brcmf_chip_ai_resetcore() 450 struct brcmf_core_priv, pub); in brcmf_chip_ai_resetcore() 514 core->pub.id = coreid; in brcmf_chip_add_core() 515 core->pub.base = base; in brcmf_chip_add_core() [all …]
|
H A D | chip.h | 74 int brcmf_chip_get_raminfo(struct brcmf_chip *pub); 79 struct brcmf_core *brcmf_chip_get_d11core(struct brcmf_chip *pub, u8 unit); 81 struct brcmf_core *brcmf_chip_get_pmu(struct brcmf_chip *pub); 88 bool brcmf_chip_sr_capable(struct brcmf_chip *pub);
|
/linux/crypto/asymmetric_keys/ |
H A D | pkcs8_parser.c | 21 struct public_key *pub; member 76 ctx->pub->pkey_algo = "rsa"; in pkcs8_note_algo() 100 struct public_key *pub; in pkcs8_parse() local 106 ctx.pub = kzalloc(sizeof(struct public_key), GFP_KERNEL); in pkcs8_parse() 107 if (!ctx.pub) in pkcs8_parse() 118 pub = ctx.pub; in pkcs8_parse() 119 pub->key = kmemdup(ctx.key, ctx.key_size, GFP_KERNEL); in pkcs8_parse() 120 if (!pub->key) in pkcs8_parse() 123 pub->keylen = ctx.key_size; in pkcs8_parse() 124 pub->key_is_private = true; in pkcs8_parse() [all …]
|
H A D | x509_cert_parser.c | 47 public_key_free(cert->pub); in x509_free_certificate() 71 cert->pub = kzalloc(sizeof(struct public_key), GFP_KERNEL); in x509_cert_parse() 72 if (!cert->pub) in x509_cert_parse() 101 cert->pub->key = kmemdup(ctx->key, ctx->key_size, GFP_KERNEL); in x509_cert_parse() 102 if (!cert->pub->key) in x509_cert_parse() 105 cert->pub->keylen = ctx->key_size; in x509_cert_parse() 107 cert->pub->params = kmemdup(ctx->params, ctx->params_size, GFP_KERNEL); in x509_cert_parse() 108 if (!cert->pub->params) in x509_cert_parse() 111 cert->pub->paramlen = ctx->params_size; in x509_cert_parse() 112 cert->pub->algo = ctx->key_algo; in x509_cert_parse() [all …]
|
H A D | x509_public_key.c | 125 ret = public_key_verify_signature(cert->pub, cert->sig); in x509_check_for_self_signed() 163 pr_devel("Cert Key Algo: %s\n", cert->pub->pkey_algo); in x509_key_preparse() 166 cert->pub->id_type = "X509"; in x509_key_preparse() 215 prep->payload.data[asym_crypto] = cert->pub; in x509_key_preparse() 221 cert->pub = NULL; in x509_key_preparse()
|
/linux/drivers/media/dvb-core/ |
H A D | dvb_ca_en50221.c | 117 struct dvb_ca_en50221 *pub; member 240 slot_status = ca->pub->poll_slot_status(ca->pub, slot, ca->open); in dvb_ca_en50221_check_camstatus() 293 res = ca->pub->read_cam_control(ca->pub, slot, CTRLIF_STATUS); in dvb_ca_en50221_wait_if_status() 345 ret = ca->pub->write_cam_control(ca->pub, slot, CTRLIF_COMMAND, in dvb_ca_en50221_link_init() 355 ret = ca->pub->write_cam_control(ca->pub, slot, CTRLIF_COMMAND, IRQEN); in dvb_ca_en50221_link_init() 372 ret = ca->pub->write_cam_control(ca->pub, slot, CTRLIF_COMMAND, in dvb_ca_en50221_link_init() 382 ret = ca->pub->write_cam_control(ca->pub, slot, CTRLIF_COMMAND, IRQEN); in dvb_ca_en50221_link_init() 412 _tuple_type = ca->pub->read_attribute_mem(ca->pub, slot, _address); in dvb_ca_en50221_read_tuple() 422 _tuple_length = ca->pub->read_attribute_mem(ca->pub, slot, in dvb_ca_en50221_read_tuple() 432 tuple[i] = ca->pub->read_attribute_mem(ca->pub, slot, in dvb_ca_en50221_read_tuple() [all …]
|
/linux/include/crypto/ |
H A D | curve25519.h | 28 void curve25519_base_arch(u8 pub[CURVE25519_KEY_SIZE], 47 __must_check curve25519_generate_public(u8 pub[CURVE25519_KEY_SIZE], in curve25519_generate_public() 55 curve25519_base_arch(pub, secret); in curve25519_generate_public() 57 curve25519_generic(pub, secret, curve25519_base_point); in curve25519_generate_public() 58 return crypto_memneq(pub, curve25519_null_point, CURVE25519_KEY_SIZE); in curve25519_generate_public()
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | aiutils.c | 451 sii->pub.ccrev = cc->id.rev; in ai_buscore_setup() 457 sii->pub.cccaps = bcma_read32(cc, CHIPCREGOFFS(capabilities)); in ai_buscore_setup() 460 if (ai_get_cccaps(&sii->pub) & CC_CAP_PMU) { in ai_buscore_setup() 461 sii->pub.pmucaps = bcma_read32(cc, in ai_buscore_setup() 463 sii->pub.pmurev = sii->pub.pmucaps & PCAP_REV_MASK; in ai_buscore_setup() 472 struct si_pub *sih = &sii->pub; in ai_doattach() 532 sii = container_of(sih, struct si_info, pub); in ai_detach() 546 sii = container_of(sih, struct si_info, pub); in ai_cc_reg() 612 struct si_info *sii = container_of(sih, struct si_info, pub); in ai_clkctl_init() 640 sii = container_of(sih, struct si_info, pub); in ai_clkctl_fast_pwrup_delay() [all …]
|
H A D | main.c | 408 return wlc->pub->_nbands > 1 && !wlc->bandlocked; in brcms_is_mband_unlocked() 436 kfree(wlc->pub); in brcms_c_detach_mfree() 487 wlc->pub = kzalloc(sizeof(*wlc->pub), GFP_ATOMIC); in brcms_c_attach_malloc() 488 if (wlc->pub == NULL) { in brcms_c_attach_malloc() 492 wlc->pub->wlc = wlc; in brcms_c_attach_malloc() 616 wlc->pub->unit); in brcms_c_calc_frame_time() 983 ieee80211_tx_status_irqsafe(wlc->pub->ieee_hw, p); in brcms_c_dotxstatus() 1003 ieee80211_queue_stopped(wlc->pub->ieee_hw, ac_queue)) in brcms_c_dotxstatus() 1004 ieee80211_wake_queue(wlc->pub->ieee_hw, ac_queue); in brcms_c_dotxstatus() 2154 memcpy(wlc->pub->cur_etheraddr, addr, sizeof(wlc->pub->cur_etheraddr)); in brcms_c_start_station() [all …]
|
H A D | mac80211_if.c | 298 if (wl->pub) { in brcms_free() 299 brcms_debugfs_detach(wl->pub); in brcms_free() 300 brcms_c_module_unregister(wl->pub, "linux", wl); in brcms_free() 307 wl->pub = NULL; in brcms_free() 337 wiphy_rfkill_set_hw_state(wl->pub->ieee_hw->wiphy, false); in brcms_remove() 338 wiphy_rfkill_stop_polling(wl->pub->ieee_hw->wiphy); in brcms_remove() 409 if (!wl->pub->up) { in brcms_ops_tx() 437 wiphy_rfkill_stop_polling(wl->pub->ieee_hw->wiphy); in brcms_ops_start() 443 if (!wl->pub->up) in brcms_ops_start() 812 wl->pub->global_ampdu = &(scb->scb_ampdu); in brcms_ops_sta_add() [all …]
|
H A D | channel.c | 111 struct brcms_pub *pub; member 314 if ((wlc->pub->_n_enab & SUPPORT_11N) != in brcms_c_set_country() 329 struct brcms_pub *pub = wlc->pub; in brcms_c_channel_mgr_attach() local 337 wlc_cm->pub = pub; in brcms_c_channel_mgr_attach() 344 memcpy(wlc->pub->srom_ccode, ccode, ccode_len); in brcms_c_channel_mgr_attach() 377 struct ieee80211_channel *ch = wlc->pub->ieee_hw->conf.chandef.chan; in brcms_c_channel_set_chanspec() 402 struct ieee80211_channel *ch = wlc->pub->ieee_hw->conf.chandef.chan; in brcms_c_channel_reg_limits() 610 wlc->pub->unit, chspec); in brcms_c_valid_chanspec_ext() 724 mboolclr(wlc->pub->radio_disabled, WL_RADIO_COUNTRY_DISABLE); in brcms_reg_notifier() 726 mboolset(wlc->pub->radio_disabled, WL_RADIO_COUNTRY_DISABLE); in brcms_reg_notifier() [all …]
|
H A D | antsel.c | 119 asi->pub = wlc->pub; in brcms_c_antsel_attach() 124 if ((asi->pub->sromrev >= 4) && (asi->antsel_antswitch != 0)) { in brcms_c_antsel_attach() 150 } else if ((asi->pub->sromrev == 4) && in brcms_c_antsel_attach() 156 } else if (asi->pub->boardflags2 & BFL2_2X4_DIV) { in brcms_c_antsel_attach()
|
H A D | ampdu.c | 180 wlc->pub->_ampdu = false; in brcms_c_ampdu_set() 183 if (!(wlc->pub->_n_enab & SUPPORT_11N)) { in brcms_c_ampdu_set() 185 wlc->pub->unit); in brcms_c_ampdu_set() 190 wlc->pub->unit); in brcms_c_ampdu_set() 193 wlc->pub->_ampdu = on; in brcms_c_ampdu_set() 264 brcms_c_ampdu_set(ampdu, wlc->pub->_ampdu); in brcms_c_ampdu_attach() 782 wlc->pub->unit, skb_queue_len(&session->skb_list), in brcms_c_ampdu_finalize() 943 ieee80211_tx_status_irqsafe(wlc->pub->ieee_hw, in brcms_c_ampdu_dotxstatus_complete() 972 ieee80211_tx_status_irqsafe(wlc->pub->ieee_hw, in brcms_c_ampdu_dotxstatus_complete() 1047 memcpy(template, wlc->pub->cur_etheraddr, ETH_ALEN); in brcms_c_ampdu_macaddr_upd()
|
/linux/net/mac80211/ |
H A D | eht.c | 18 struct ieee80211_sta_eht_cap *eht_cap = &link_sta->pub->eht_cap; in ieee80211_eht_cap_ie_to_sta_eht_cap() 77 link_sta->pub->bandwidth = ieee80211_sta_cur_vht_bw(link_sta); in ieee80211_eht_cap_ie_to_sta_eht_cap() 89 link_sta->pub->agg.max_amsdu_len = in ieee80211_eht_cap_ie_to_sta_eht_cap() 93 link_sta->pub->agg.max_amsdu_len = in ieee80211_eht_cap_ie_to_sta_eht_cap() 98 link_sta->pub->agg.max_amsdu_len = in ieee80211_eht_cap_ie_to_sta_eht_cap()
|
H A D | ht.c | 244 link_sta->pub->agg.max_amsdu_len = IEEE80211_MAX_MPDU_LEN_HT_7935; in ieee80211_ht_cap_ie_to_sta_ht_cap() 246 link_sta->pub->agg.max_amsdu_len = IEEE80211_MAX_MPDU_LEN_HT_3839; in ieee80211_ht_cap_ie_to_sta_ht_cap() 251 changed = memcmp(&link_sta->pub->ht_cap, &ht_cap, sizeof(ht_cap)); in ieee80211_ht_cap_ie_to_sta_ht_cap() 253 memcpy(&link_sta->pub->ht_cap, &ht_cap, sizeof(ht_cap)); in ieee80211_ht_cap_ie_to_sta_ht_cap() 281 link_sta->pub->bandwidth = bw; in ieee80211_ht_cap_ie_to_sta_ht_cap() 305 if (smps_mode != link_sta->pub->smps_mode) in ieee80211_ht_cap_ie_to_sta_ht_cap() 307 link_sta->pub->smps_mode = smps_mode; in ieee80211_ht_cap_ie_to_sta_ht_cap() 309 link_sta->pub->smps_mode = IEEE80211_SMPS_OFF; in ieee80211_ht_cap_ie_to_sta_ht_cap()
|
/linux/net/atm/ |
H A D | addr.c | 20 if (!*addr->sas_addr.pub) in check_addr() 23 if (!addr->sas_addr.pub[i]) in check_addr() 33 if (!*a->sas_addr.pub) in identical() 34 return !*b->sas_addr.pub; in identical() 35 if (!*b->sas_addr.pub) in identical() 37 return !strcmp(a->sas_addr.pub, b->sas_addr.pub); in identical()
|
/linux/drivers/s390/crypto/ |
H A D | zcrypt_cca_key.h | 173 struct cca_public_sec *pub; in zcrypt_type6_crt_key() local 191 size = sizeof(*key) + key_len + sizeof(*pub) + 3; in zcrypt_type6_crt_key() 224 pub = (struct cca_public_sec *)(key->key_parts + key_len); in zcrypt_type6_crt_key() 225 *pub = static_cca_pub_sec; in zcrypt_type6_crt_key() 226 pub->modulus_bit_len = 8 * crt->inputdatalength; in zcrypt_type6_crt_key() 232 memcpy((char *)(pub + 1), pk_exponent, 3); in zcrypt_type6_crt_key()
|
/linux/security/keys/trusted-keys/ |
H A D | trusted_tpm2.c | 39 u8 *priv, *pub; in tpm2_key_encode() local 49 pub = src; in tpm2_key_encode() 81 work = asn1_encode_octet_string(work, end_work, pub, pub_len); in tpm2_key_encode() 103 const u8 *pub; member 137 memcpy(blob, ctx.pub, ctx.pub_len); in tpm2_key_decode() 183 ctx->pub = value; in tpm2_key_pub() 394 u8 *blob, *pub; in tpm2_load_cmd() local 423 pub = blob + 2 + private_len + 2; in tpm2_load_cmd() 425 attrs = get_unaligned_be32(pub + 4); in tpm2_load_cmd()
|
/linux/Documentation/translations/zh_CN/rust/ |
H A D | coding-guidelines.rst | 76 pub fn f(x: i32) -> Foo { 123 pub unsafe fn unwrap_unchecked(self) -> T { 196 pub mod gpio { 197 pub enum LineDirection {
|
/linux/Documentation/ |
H A D | Changes | 208 (https://www.kernel.org/pub/linux/utils/kernel/hotplug/) 444 - <https://www.kernel.org/pub/linux/devel/binutils/> 467 - <https://www.kernel.org/pub/linux/utils/util-linux/> 472 - <https://www.kernel.org/pub/linux/utils/kernel/kmod/> 473 - <https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git> 478 - <https://www.kernel.org/pub/linux/utils/kernel/ksymoops/v2.4/> 488 - <https://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/> 489 - <https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/> 499 - <https://git.kernel.org/pub/scm/linux/kernel/git/jeffm/reiserfsprogs.git/> 504 - <https://git.kernel.org/pub/sc [all...] |
/linux/scripts/package/debian/ |
H A D | copyright | 4 https://www.kernel.org/pub/linux/kernel 9 git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
|
/linux/Documentation/translations/zh_CN/process/ |
H A D | 8.Conclusion.rst | 51 https://www.kernel.org/pub/software/scm/git/docs/ 53 https://www.kernel.org/pub/software/scm/git/docs/user-manual.html
|
/linux/Documentation/translations/zh_TW/process/ |
H A D | 8.Conclusion.rst | 54 https://www.kernel.org/pub/software/scm/git/docs/ 56 https://www.kernel.org/pub/software/scm/git/docs/user-manual.html
|
/linux/Documentation/translations/zh_CN/mm/ |
H A D | vmalloced-kernel-stacks.rst | 75 `Kconfig <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/Kconfig>` 98 `kernel/fork.c <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/kernel/fork…
|
/linux/Documentation/translations/zh_CN/dev-tools/ |
H A D | sparse.rst | 87 https://www.kernel.org/pub/software/devel/sparse/dist/ 91 git://git.kernel.org/pub/scm/devel/sparse/sparse.git
|