Home
last modified time | relevance | path

Searched refs:pub (Results 1 - 25 of 129) sorted by relevance

123456

/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Ddma.h83 void dma_rxinit(struct dma_pub *pub);
84 int dma_rx(struct dma_pub *pub, struct sk_buff_head *skb_list);
85 bool dma_rxfill(struct dma_pub *pub);
86 bool dma_rxreset(struct dma_pub *pub);
87 bool dma_txreset(struct dma_pub *pub);
88 void dma_txinit(struct dma_pub *pub);
89 int dma_txfast(struct brcms_c_info *wlc, struct dma_pub *pub,
91 void dma_txflush(struct dma_pub *pub);
92 int dma_txpending(struct dma_pub *pub);
93 void dma_kick_tx(struct dma_pub *pub);
[all...]
H A Ddma.c558 struct si_info *sii = container_of(sih, struct si_info, pub); in dma_attach()
747 void dma_detach(struct dma_pub *pub) in dma_detach() argument
749 struct dma_info *di = container_of(pub, struct dma_info, dma); in dma_detach()
843 void dma_rxinit(struct dma_pub *pub) in dma_rxinit() argument
845 struct dma_info *di = container_of(pub, struct dma_info, dma); in dma_rxinit()
925 int dma_rx(struct dma_pub *pub, struct sk_buff_head *skb_list) in dma_rx() argument
927 struct dma_info *di = container_of(pub, struct dma_info, dma); in dma_rx()
1023 bool dma_rxfill(struct dma_pub *pub) in dma_rxfill() argument
1025 struct dma_info *di = container_of(pub, struct dma_info, dma); in dma_rxfill()
1109 void dma_rxreclaim(struct dma_pub *pub) in dma_rxreclaim() argument
1120 dma_counterreset(struct dma_pub *pub) dma_counterreset() argument
1129 dma_getvar(struct dma_pub *pub, const char *name) dma_getvar() argument
1140 dma_txinit(struct dma_pub *pub) dma_txinit() argument
1173 dma_txsuspend(struct dma_pub *pub) dma_txsuspend() argument
1185 dma_txresume(struct dma_pub *pub) dma_txresume() argument
1197 dma_txsuspended(struct dma_pub *pub) dma_txsuspended() argument
1207 dma_txreclaim(struct dma_pub *pub, enum txd_range range) dma_txreclaim() argument
1228 dma_txreset(struct dma_pub *pub) dma_txreset() argument
1255 dma_rxreset(struct dma_pub *pub) dma_rxreset() argument
1379 dma_txfast(struct brcms_c_info *wlc, struct dma_pub *pub, struct sk_buff *p) dma_txfast() argument
1430 dma_txflush(struct dma_pub *pub) dma_txflush() argument
1439 dma_txpending(struct dma_pub *pub) dma_txpending() argument
1449 dma_kick_tx(struct dma_pub *pub) dma_kick_tx() argument
1468 dma_getnexttxp(struct dma_pub *pub, enum txd_range range) dma_getnexttxp() argument
[all...]
H A Daiutils.c29 #include "pub.h"
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()
549 sii = container_of(sih, struct si_info, pub); in ai_cc_reg()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Ddma.h83 void dma_rxinit(struct dma_pub *pub);
84 int dma_rx(struct dma_pub *pub, struct sk_buff_head *skb_list);
85 bool dma_rxfill(struct dma_pub *pub);
86 bool dma_rxreset(struct dma_pub *pub);
87 bool dma_txreset(struct dma_pub *pub);
88 void dma_txinit(struct dma_pub *pub);
89 int dma_txfast(struct brcms_c_info *wlc, struct dma_pub *pub,
91 void dma_txflush(struct dma_pub *pub);
92 int dma_txpending(struct dma_pub *pub);
93 void dma_kick_tx(struct dma_pub *pub);
[all...]
H A Ddma.c558 struct si_info *sii = container_of(sih, struct si_info, pub); in dma_attach()
747 void dma_detach(struct dma_pub *pub) in dma_detach() argument
749 struct dma_info *di = container_of(pub, struct dma_info, dma); in dma_detach()
843 void dma_rxinit(struct dma_pub *pub) in dma_rxinit() argument
845 struct dma_info *di = container_of(pub, struct dma_info, dma); in dma_rxinit()
925 int dma_rx(struct dma_pub *pub, struct sk_buff_head *skb_list) in dma_rx() argument
927 struct dma_info *di = container_of(pub, struct dma_info, dma); in dma_rx()
1023 bool dma_rxfill(struct dma_pub *pub) in dma_rxfill() argument
1025 struct dma_info *di = container_of(pub, struct dma_info, dma); in dma_rxfill()
1109 void dma_rxreclaim(struct dma_pub *pub) in dma_rxreclaim() argument
1120 dma_counterreset(struct dma_pub *pub) dma_counterreset() argument
1129 dma_getvar(struct dma_pub *pub, const char *name) dma_getvar() argument
1140 dma_txinit(struct dma_pub *pub) dma_txinit() argument
1173 dma_txsuspend(struct dma_pub *pub) dma_txsuspend() argument
1185 dma_txresume(struct dma_pub *pub) dma_txresume() argument
1197 dma_txsuspended(struct dma_pub *pub) dma_txsuspended() argument
1207 dma_txreclaim(struct dma_pub *pub, enum txd_range range) dma_txreclaim() argument
1228 dma_txreset(struct dma_pub *pub) dma_txreset() argument
1255 dma_rxreset(struct dma_pub *pub) dma_rxreset() argument
1379 dma_txfast(struct brcms_c_info *wlc, struct dma_pub *pub, struct sk_buff *p) dma_txfast() argument
1430 dma_txflush(struct dma_pub *pub) dma_txflush() argument
1439 dma_txpending(struct dma_pub *pub) dma_txpending() argument
1449 dma_kick_tx(struct dma_pub *pub) dma_kick_tx() argument
1468 dma_getnexttxp(struct dma_pub *pub, enum txd_range range) dma_getnexttxp() argument
[all...]
H A Daiutils.c29 #include "pub.h"
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()
[all...]
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
H A Dpkcs8_parser.c21 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 in pkcs8_parse()
138 struct public_key *pub; pkcs8_key_preparse() local
[all...]
H A Dx509_cert_parser.c49 public_key_free(cert->pub); in x509_free_certificate()
74 cert->pub = kzalloc(sizeof(struct public_key), GFP_KERNEL); in x509_cert_parse()
75 if (!cert->pub) in x509_cert_parse()
105 cert->pub->key = kmemdup(ctx->key, ctx->key_size, GFP_KERNEL); in x509_cert_parse()
106 if (!cert->pub->key) in x509_cert_parse()
109 cert->pub->keylen = ctx->key_size; in x509_cert_parse()
111 cert->pub->params = kmemdup(ctx->params, ctx->params_size, GFP_KERNEL); in x509_cert_parse()
112 if (!cert->pub->params) in x509_cert_parse()
115 cert->pub->paramlen = ctx->params_size; in x509_cert_parse()
116 cert->pub in x509_cert_parse()
[all...]
/kernel/linux/linux-6.6/crypto/asymmetric_keys/
H A Dpkcs8_parser.c21 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 in pkcs8_parse()
138 struct public_key *pub; pkcs8_key_preparse() local
[all...]
H A Dx509_cert_parser.c47 public_key_free(cert->pub); in x509_free_certificate()
72 cert->pub = kzalloc(sizeof(struct public_key), GFP_KERNEL); in x509_cert_parse()
73 if (!cert->pub) in x509_cert_parse()
103 cert->pub->key = kmemdup(ctx->key, ctx->key_size, GFP_KERNEL); in x509_cert_parse()
104 if (!cert->pub->key) in x509_cert_parse()
107 cert->pub->keylen = ctx->key_size; in x509_cert_parse()
109 cert->pub->params = kmemdup(ctx->params, ctx->params_size, GFP_KERNEL); in x509_cert_parse()
110 if (!cert->pub->params) in x509_cert_parse()
113 cert->pub->paramlen = ctx->params_size; in x509_cert_parse()
114 cert->pub in x509_cert_parse()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dchip.c220 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 in brcmf_chip_add_core()
755 brcmf_chip_get_raminfo(struct brcmf_chip *pub) brcmf_chip_get_raminfo() argument
1085 struct brcmf_chip *pub; brcmf_chip_setup() local
1168 brcmf_chip_detach(struct brcmf_chip *pub) brcmf_chip_detach() argument
1182 brcmf_chip_get_d11core(struct brcmf_chip *pub, u8 unit) brcmf_chip_get_d11core() argument
1197 brcmf_chip_get_core(struct brcmf_chip *pub, u16 coreid) brcmf_chip_get_core() argument
1210 brcmf_chip_get_chipcommon(struct brcmf_chip *pub) brcmf_chip_get_chipcommon() argument
1222 brcmf_chip_get_pmu(struct brcmf_chip *pub) brcmf_chip_get_pmu() argument
1239 brcmf_chip_iscoreup(struct brcmf_core *pub) brcmf_chip_iscoreup() argument
1247 brcmf_chip_coredisable(struct brcmf_core *pub, u32 prereset, u32 reset) brcmf_chip_coredisable() argument
1255 brcmf_chip_resetcore(struct brcmf_core *pub, u32 prereset, u32 reset, u32 postreset) brcmf_chip_resetcore() argument
1363 brcmf_chip_set_passive(struct brcmf_chip *pub) brcmf_chip_set_passive() argument
1388 brcmf_chip_set_active(struct brcmf_chip *pub, u32 rstvec) brcmf_chip_set_active() argument
1409 brcmf_chip_sr_capable(struct brcmf_chip *pub) brcmf_chip_sr_capable() argument
[all...]
H A Dchip.h74 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);
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dchip.c217 struct brcmf_core pub; member
224 struct brcmf_chip pub; member
254 address = CORE_SB(core->pub.base, sbtmstatelow); in brcmf_chip_sb_iscoreup()
284 base = core->pub.base; in brcmf_chip_sb_coredisable()
389 base = core->pub.base; in brcmf_chip_sb_resetcore()
442 if (core->pub.id == BCMA_CORE_80211) { in brcmf_chip_ai_resetcore()
443 d11core2 = brcmf_chip_get_d11core(&ci->pub, 1); in brcmf_chip_ai_resetcore()
447 struct brcmf_core_priv, pub); in brcmf_chip_ai_resetcore()
511 core->pub.id = coreid; in brcmf_chip_add_core()
512 core->pub in brcmf_chip_add_core()
736 brcmf_chip_get_raminfo(struct brcmf_chip *pub) brcmf_chip_get_raminfo() argument
1053 struct brcmf_chip *pub; brcmf_chip_setup() local
1135 brcmf_chip_detach(struct brcmf_chip *pub) brcmf_chip_detach() argument
1149 brcmf_chip_get_d11core(struct brcmf_chip *pub, u8 unit) brcmf_chip_get_d11core() argument
1164 brcmf_chip_get_core(struct brcmf_chip *pub, u16 coreid) brcmf_chip_get_core() argument
1177 brcmf_chip_get_chipcommon(struct brcmf_chip *pub) brcmf_chip_get_chipcommon() argument
1189 brcmf_chip_get_pmu(struct brcmf_chip *pub) brcmf_chip_get_pmu() argument
1206 brcmf_chip_iscoreup(struct brcmf_core *pub) brcmf_chip_iscoreup() argument
1214 brcmf_chip_coredisable(struct brcmf_core *pub, u32 prereset, u32 reset) brcmf_chip_coredisable() argument
1222 brcmf_chip_resetcore(struct brcmf_core *pub, u32 prereset, u32 reset, u32 postreset) brcmf_chip_resetcore() argument
1326 brcmf_chip_set_passive(struct brcmf_chip *pub) brcmf_chip_set_passive() argument
1351 brcmf_chip_set_active(struct brcmf_chip *pub, u32 rstvec) brcmf_chip_set_active() argument
1372 brcmf_chip_sr_capable(struct brcmf_chip *pub) brcmf_chip_sr_capable() argument
[all...]
H A Dchip.h72 int brcmf_chip_get_raminfo(struct brcmf_chip *pub);
77 struct brcmf_core *brcmf_chip_get_d11core(struct brcmf_chip *pub, u8 unit);
79 struct brcmf_core *brcmf_chip_get_pmu(struct brcmf_chip *pub);
86 bool brcmf_chip_sr_capable(struct brcmf_chip *pub);
/kernel/linux/linux-5.10/drivers/media/dvb-core/
H A Ddvb_ca_en50221.c117 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 in dvb_ca_en50221_link_init()
[all...]
/kernel/linux/linux-6.6/drivers/media/dvb-core/
H A Ddvb_ca_en50221.c117 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 in dvb_ca_en50221_link_init()
[all...]
/kernel/linux/linux-6.6/net/mac80211/
H A Dvht.c122 struct ieee80211_sta_vht_cap *vht_cap = &link_sta->pub->vht_cap; in ieee80211_vht_cap_ie_to_sta_vht_cap()
130 if (!link_sta->pub->ht_cap.ht_supported) in ieee80211_vht_cap_ie_to_sta_vht_cap()
320 link_sta->pub->bandwidth = ieee80211_sta_cur_vht_bw(link_sta); in ieee80211_vht_cap_ie_to_sta_vht_cap()
338 link_sta->pub->agg.max_amsdu_len = IEEE80211_MAX_MPDU_LEN_VHT_11454; in ieee80211_vht_cap_ie_to_sta_vht_cap()
341 link_sta->pub->agg.max_amsdu_len = IEEE80211_MAX_MPDU_LEN_VHT_7991; in ieee80211_vht_cap_ie_to_sta_vht_cap()
345 link_sta->pub->agg.max_amsdu_len = IEEE80211_MAX_MPDU_LEN_VHT_3895; in ieee80211_vht_cap_ie_to_sta_vht_cap()
358 struct ieee80211_sta_vht_cap *vht_cap = &link_sta->pub->vht_cap; in ieee80211_sta_cap_rx_bw()
359 struct ieee80211_sta_he_cap *he_cap = &link_sta->pub->he_cap; in ieee80211_sta_cap_rx_bw()
360 struct ieee80211_sta_eht_cap *eht_cap = &link_sta->pub->eht_cap; in ieee80211_sta_cap_rx_bw()
405 return link_sta->pub in ieee80211_sta_cap_rx_bw()
[all...]
H A Dhe.c34 link_sta->pub->smps_mode = smps_mode; in ieee80211_update_from_he_6ghz_capa()
36 link_sta->pub->smps_mode = IEEE80211_SMPS_OFF; in ieee80211_update_from_he_6ghz_capa()
42 link_sta->pub->agg.max_amsdu_len = IEEE80211_MAX_MPDU_LEN_VHT_11454; in ieee80211_update_from_he_6ghz_capa()
45 link_sta->pub->agg.max_amsdu_len = IEEE80211_MAX_MPDU_LEN_VHT_7991; in ieee80211_update_from_he_6ghz_capa()
49 link_sta->pub->agg.max_amsdu_len = IEEE80211_MAX_MPDU_LEN_VHT_3895; in ieee80211_update_from_he_6ghz_capa()
55 link_sta->pub->he_6ghz_capa = *he_6ghz_capa; in ieee80211_update_from_he_6ghz_capa()
116 struct ieee80211_sta_he_cap *he_cap = &link_sta->pub->he_cap; in ieee80211_he_cap_ie_to_sta_he_cap()
164 link_sta->pub->bandwidth = ieee80211_sta_cur_vht_bw(link_sta); in ieee80211_he_cap_ie_to_sta_he_cap()
/kernel/linux/linux-5.10/net/wireless/
H A Dscan.c123 ies = (void *)rcu_access_pointer(bss->pub.beacon_ies); in bss_free()
124 if (ies && !bss->pub.hidden_beacon_bss) in bss_free()
126 ies = (void *)rcu_access_pointer(bss->pub.proberesp_ies); in bss_free()
147 if (bss->pub.hidden_beacon_bss) in bss_ref_get()
148 bss_from_pub(bss->pub.hidden_beacon_bss)->refcount++; in bss_ref_get()
150 if (bss->pub.transmitted_bss) in bss_ref_get()
151 bss_from_pub(bss->pub.transmitted_bss)->refcount++; in bss_ref_get()
159 if (bss->pub.hidden_beacon_bss) { in bss_ref_put()
161 hbss = container_of(bss->pub.hidden_beacon_bss, in bss_ref_put()
163 pub); in bss_ref_put()
2558 cfg80211_ref_bss(struct wiphy *wiphy, struct cfg80211_bss *pub) cfg80211_ref_bss() argument
2574 cfg80211_put_bss(struct wiphy *wiphy, struct cfg80211_bss *pub) cfg80211_put_bss() argument
2590 cfg80211_unlink_bss(struct wiphy *wiphy, struct cfg80211_bss *pub) cfg80211_unlink_bss() argument
[all...]
/kernel/linux/linux-6.6/net/wireless/
H A Dscan.c125 ies = (void *)rcu_access_pointer(bss->pub.beacon_ies); in bss_free()
126 if (ies && !bss->pub.hidden_beacon_bss) in bss_free()
128 ies = (void *)rcu_access_pointer(bss->pub.proberesp_ies); in bss_free()
149 if (bss->pub.hidden_beacon_bss) in bss_ref_get()
150 bss_from_pub(bss->pub.hidden_beacon_bss)->refcount++; in bss_ref_get()
152 if (bss->pub.transmitted_bss) in bss_ref_get()
153 bss_from_pub(bss->pub.transmitted_bss)->refcount++; in bss_ref_get()
161 if (bss->pub.hidden_beacon_bss) { in bss_ref_put()
164 hbss = bss_from_pub(bss->pub.hidden_beacon_bss); in bss_ref_put()
170 if (bss->pub in bss_ref_put()
2960 cfg80211_ref_bss(struct wiphy *wiphy, struct cfg80211_bss *pub) cfg80211_ref_bss() argument
2973 cfg80211_put_bss(struct wiphy *wiphy, struct cfg80211_bss *pub) cfg80211_put_bss() argument
2986 cfg80211_unlink_bss(struct wiphy *wiphy, struct cfg80211_bss *pub) cfg80211_unlink_bss() argument
[all...]
/kernel/linux/linux-5.10/include/crypto/
H A Dcurve25519.h28 void curve25519_base_arch(u8 pub[CURVE25519_KEY_SIZE],
45 __must_check curve25519_generate_public(u8 pub[CURVE25519_KEY_SIZE], in curve25519_generate_public() argument
53 curve25519_base_arch(pub, secret); in curve25519_generate_public()
55 curve25519_generic(pub, secret, curve25519_base_point); in curve25519_generate_public()
56 return crypto_memneq(pub, curve25519_null_point, CURVE25519_KEY_SIZE); in curve25519_generate_public()
/kernel/linux/linux-6.6/include/crypto/
H A Dcurve25519.h28 void curve25519_base_arch(u8 pub[CURVE25519_KEY_SIZE],
47 __must_check curve25519_generate_public(u8 pub[CURVE25519_KEY_SIZE], in curve25519_generate_public() argument
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()
/kernel/linux/linux-5.10/net/atm/
H A Daddr.c20 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()
/kernel/linux/linux-6.6/net/atm/
H A Daddr.c20 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()
/kernel/linux/linux-6.6/drivers/s390/crypto/
H A Dzcrypt_cca_key.h173 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()

Completed in 23 milliseconds

123456