Home
last modified time | relevance | path

Searched refs:pub (Results 1 – 25 of 448) sorted by relevance

12345678910>>...18

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/
H A D0001-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch29 @@ -451,9 +451,6 @@ pub const F_GETOWN: ::c_int = 9;
30 pub const F_SETLK: ::c_int = 13;
31 pub const F_SETLKW: ::c_int = 14;
32 pub const F_SETOWN: ::c_int = 8;
33 -pub const F_OFD_GETLK: ::c_int = 36;
34 -pub const F_OFD_SETLK: ::c_int = 37;
35 -pub const F_OFD_SETLKW: ::c_int = 38;
37 pub const VEOF: usize = 4;
38 pub const VEOL: usize = 11;
43 @@ -225,9 +225,6 @@ pub const F_GETOWN_EX: ::c_int = 16;
[all …]
H A D0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch27 @@ -311,8 +311,6 @@ pub const O_SYNC: ::c_int = 1052672;
28 pub const O_RSYNC: ::c_int = 1052672;
29 pub const O_DSYNC: ::c_int = 4096;
31 -pub const SOCK_NONBLOCK: ::c_int = 2048;
33 pub const MAP_ANON: ::c_int = 0x0020;
34 pub const MAP_GROWSDOWN: ::c_int = 0x0100;
35 pub const MAP_DENYWRITE: ::c_int = 0x0800;
38 @@ -295,7 +295,6 @@ pub const SIG_SETMASK: ::c_int = 2; // F
39 pub const SIG_BLOCK: ::c_int = 0x000000;
40 pub const SIG_UNBLOCK: ::c_int = 0x01;
[all …]
H A D0001-musl-Define-SOCK_SEQPACKET-in-common-place.patch24 @@ -324,7 +324,6 @@ pub const MAP_SYNC: ::c_int = 0x080000;
26 pub const SOCK_STREAM: ::c_int = 1;
27 pub const SOCK_DGRAM: ::c_int = 2;
28 -pub const SOCK_SEQPACKET: ::c_int = 5;
30 pub const EDEADLK: ::c_int = 35;
31 pub const ENAMETOOLONG: ::c_int = 36;
34 @@ -292,7 +292,6 @@ pub const SIG_SETMASK: ::c_int = 2; // F
35 pub const SIG_BLOCK: ::c_int = 0x000000;
36 pub const SIG_UNBLOCK: ::c_int = 0x01;
37 pub const SOCK_DGRAM: ::c_int = 2;
[all …]
H A D0001-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch19 @@ -339,9 +339,11 @@ pub const POLLWRBAND: ::c_short = 512;
20 pub const O_ASYNC: ::c_int = 8192;
21 pub const O_NDELAY: ::c_int = 2048;
22 pub const EFD_NONBLOCK: ::c_int = 2048;
23 -pub const F_GETLK: ::c_int = 5;
24 -pub const F_GETOWN: ::c_int = 9;
25 pub const F_SETOWN: ::c_int = 8;
26 +pub const F_GETOWN: ::c_int = 9;
27 +pub const F_GETLK: ::c_int = 12;
28 +pub const F_SETLK: ::c_int = 13;
[all …]
H A D0001-musl-Define-O_LARGEFILE-for-riscv32.patch14 @@ -370,6 +370,7 @@ pub const __SIZEOF_PTHREAD_CONDATTR_T: u
15 pub const __SIZEOF_PTHREAD_MUTEXATTR_T: usize = 4;
16 pub const O_DIRECT: ::c_int = 16384;
17 pub const O_DIRECTORY: ::c_int = 65536;
18 +pub const O_LARGEFILE: ::c_int = 0o0100000;
19 pub const O_NOFOLLOW: ::c_int = 131072;
20 pub const MAP_HUGETLB: ::c_int = 262144;
21 pub const MAP_LOCKED: ::c_int = 8192;
/openbmc/linux/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.base = base; in brcmf_chip_add_core()
[all …]
/openbmc/linux/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
[all …]
H A Daiutils.c451 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 Dmain.c414 return wlc->pub->_nbands > 1 && !wlc->bandlocked; in brcms_is_mband_unlocked()
442 kfree(wlc->pub); in brcms_c_detach_mfree()
493 wlc->pub = kzalloc(sizeof(struct brcms_pub), GFP_ATOMIC); in brcms_c_attach_malloc()
494 if (wlc->pub == NULL) { in brcms_c_attach_malloc()
498 wlc->pub->wlc = wlc; in brcms_c_attach_malloc()
623 wlc->pub->unit); in brcms_c_calc_frame_time()
990 ieee80211_tx_status_irqsafe(wlc->pub->ieee_hw, p); in brcms_c_dotxstatus()
1010 ieee80211_queue_stopped(wlc->pub->ieee_hw, ac_queue)) in brcms_c_dotxstatus()
1011 ieee80211_wake_queue(wlc->pub->ieee_hw, ac_queue); in brcms_c_dotxstatus()
2161 memcpy(wlc->pub->cur_etheraddr, addr, sizeof(wlc->pub->cur_etheraddr)); in brcms_c_start_station()
[all …]
H A Dmac80211_if.c298 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 Dchannel.c111 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 strncpy(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 …]
/openbmc/linux/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->keylen = ctx.key_size; in pkcs8_parse()
124 pub->key_is_private = true; in pkcs8_parse()
[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->algo = ctx->key_algo; in x509_cert_parse()
[all …]
H A Dx509_public_key.c67 if (strcmp(cert->pub->pkey_algo, "sm2") == 0) { in x509_get_sig_params()
70 sm2_compute_z_digest(desc, cert->pub->key, in x509_get_sig_params()
71 cert->pub->keylen, sig->digest) ?: in x509_get_sig_params()
138 ret = public_key_verify_signature(cert->pub, cert->sig); in x509_check_for_self_signed()
177 pr_devel("Cert Key Algo: %s\n", cert->pub->pkey_algo); in x509_key_preparse()
180 cert->pub->id_type = "X509"; in x509_key_preparse()
233 prep->payload.data[asym_crypto] = cert->pub; in x509_key_preparse()
239 cert->pub = NULL; in x509_key_preparse()
/openbmc/linux/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->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 …]
/openbmc/linux/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->ht_cap.cap & IEEE80211_HT_CAP_SUP_WIDTH_20_40 ? 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()
/openbmc/linux/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.transmitted_bss) { in bss_ref_put()
[all …]
/openbmc/u-boot/drivers/tpm/
H A Dtpm_tis_sandbox.c166 struct tpm_nv_data_public pub; in handle_cap_flag_space() local
169 memset(&pub, '\0', sizeof(pub)); in handle_cap_flag_space()
170 pub.nv_index = __cpu_to_be32(index); in handle_cap_flag_space()
171 pub.pcr_info_read.pcr_selection.size_of_select = __cpu_to_be16( in handle_cap_flag_space()
172 sizeof(pub.pcr_info_read.pcr_selection.pcr_select)); in handle_cap_flag_space()
173 pub.permission.attributes = __cpu_to_be32(1); in handle_cap_flag_space()
174 pub.pcr_info_write = pub.pcr_info_read; in handle_cap_flag_space()
175 memcpy(*datap, &pub, sizeof(pub)); in handle_cap_flag_space()
176 *datap += sizeof(pub); in handle_cap_flag_space()
/openbmc/qemu/crypto/
H A Dakcipher-nettle.c.inc34 struct rsa_public_key pub;
47 rsa_public_key_clear(&rsa->pub);
96 nettle_mpz_init_set_str_256_u(rsa->pub.n, rsa_key->n.len, rsa_key->n.data);
97 nettle_mpz_init_set_str_256_u(rsa->pub.e, rsa_key->e.len, rsa_key->e.data);
107 if (!rsa_public_key_prepare(&rsa->pub)) {
126 rsa->priv.size = rsa->pub.size;
145 nettle_mpz_init_set_str_256_u(rsa->pub.n, rsa_key->n.len, rsa_key->n.data);
146 nettle_mpz_init_set_str_256_u(rsa->pub.e, rsa_key->e.len, rsa_key->e.data);
148 if (!rsa_public_key_prepare(&rsa->pub)) {
153 (QCryptoAkCipher *)rsa, rsa->pub.size);
[all …]
/openbmc/linux/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()
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()
/openbmc/linux/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()
/openbmc/openbmc/poky/meta/classes-global/
H A Dmirrors.bbclass30 ${KERNELORG_MIRROR} http://www.kernel.org/pub \
32 ${GNUPG_MIRROR} ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt \
35 ftp://dante.ctan.org/tex-archive http://sunsite.sut.ac.jp/pub/archives/ctan/ \
38 http://ftp.info-zip.org/pub/infozip/src/ ftp://sunsite.icm.edu.pl/pub/unix/archiving/info-zip/src/ \
39 …vice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/ http://www.mirrorservice.org/sites/lsof.i…
45 ftp://sourceware.org/pub http://mirrors.kernel.org/sourceware \
46 ftp://sourceware.org/pub http://gd.tuwien.ac.at/gnu/sourceware \
47 ftp://sourceware.org/pub http://ftp.gwdg.de/pub/linux/sources.redhat.com/sourceware \
/openbmc/linux/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()

12345678910>>...18