Home
last modified time | relevance | path

Searched refs:nss (Results 1 – 25 of 473) sorted by relevance

12345678910>>...19

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/nss/nss/
H A Dnss-fix-incorrect-shebang-of-perl.patch4 Subject: [PATCH] nss: fix incorrect shebang of perl
13 nss/cmd/signver/examples/1/form.pl | 2 +-
14 nss/cmd/signver/examples/1/signedForm.pl | 2 +-
15 nss/cmd/smimetools/smime | 2 +-
16 nss/coreconf/version.pl | 2 +-
17 nss/tests/clean_tbx | 2 +-
18 nss/tests/iopr/server_scr/client.cgi | 2 +-
19 nss/tests/path_uniq | 2 +-
22 diff --git a/nss/cmd/signver/examples/1/form.pl b/nss/cmd/signver/examples/1/form.pl
24 --- a/nss/cmd/signver/examples/1/form.pl
[all …]
H A D0001-nss-fix-support-cross-compiling.patch4 Subject: [PATCH] nss: fix support cross compiling
13 nss/coreconf/arch.mk | 2 +-
14 nss/lib/freebl/Makefile | 6 ++++++
17 diff --git a/nss/coreconf/arch.mk b/nss/coreconf/arch.mk
19 --- a/nss/coreconf/arch.mk
20 +++ b/nss/coreconf/arch.mk
35 diff --git a/nss/lib/freebl/Makefile b/nss/lib/freebl/Makefile
37 --- a/nss/lib/freebl/Makefile
38 +++ b/nss/lib/freebl/Makefile
H A D0001-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch13 nss/lib/freebl/Makefile | 3 +++
14 nss/lib/freebl/gcm.c | 2 ++
17 diff --git a/nss/lib/freebl/Makefile b/nss/lib/freebl/Makefile
19 --- a/nss/lib/freebl/Makefile
20 +++ b/nss/lib/freebl/Makefile
38 diff --git a/nss/lib/freebl/gcm.c b/nss/lib/freebl/gcm.c
40 --- a/nss/lib/freebl/gcm.c
41 +++ b/nss/lib/freebl/gcm.c
H A Dnss-fix-nsinstall-build.patch4 Subject: [PATCH] Fix nss multilib build on openSUSE 11.x 32bit
6 While building lib64-nss on openSUSE 11.x 32bit, the nsinstall will
13 The nsinstall was built first while nss starting to build, it only runs
24 nss/coreconf/nsinstall/Makefile | 7 +++++++
27 diff --git a/nss/coreconf/nsinstall/Makefile b/nss/coreconf/nsinstall/Makefile
29 --- a/nss/coreconf/nsinstall/Makefile
30 +++ b/nss/coreconf/nsinstall/Makefile
H A Dnss-no-rpath-for-cross-compiling.patch4 Subject: [PATCH] nss:no rpath for cross compiling
10 nss/cmd/platlibs.mk | 4 ++--
13 diff --git a/nss/cmd/platlibs.mk b/nss/cmd/platlibs.mk
15 --- a/nss/cmd/platlibs.mk
16 +++ b/nss/cmd/platlibs.mk
H A Dpqg.c-ULL_addend.patch4 Subject: [PATCH] nss does not build on mips with clang because wrong types are
15 nss/lib/freebl/pqg.c | 4 ++--
18 diff --git a/nss/lib/freebl/pqg.c b/nss/lib/freebl/pqg.c
20 --- a/nss/lib/freebl/pqg.c
21 +++ b/nss/lib/freebl/pqg.c
/OK3568_Linux_fs/buildroot/package/libnss/
H A Dlibnss.mk8 LIBNSS_SOURCE = nss-$(LIBNSS_VERSION).tar.gz
9 LIBNSS_SITE = https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_$(subst .,_,$(LIBNS…
14 LIBNSS_LICENSE_FILES = nss/COPYING
16 LIBNSS_CPE_ID_PRODUCT = nss
33 echo 'OS_CFLAGS += $(LIBNSS_CFLAGS)' >> $(@D)/nss/coreconf/Linux.mk
34 echo 'LDFLAGS += $(TARGET_LDFLAGS)' >> $(@D)/nss/coreconf/Linux.mk
43 sed -i 's:-Wl,--gc-sections::g' $(@D)/nss/coreconf/Linux.mk
81 $(TARGET_CONFIGURE_OPTS) $(LIBNSS_MAKE) -C $(@D)/nss coreconf \
86 $(TARGET_CONFIGURE_OPTS) $(LIBNSS_MAKE) -C $(@D)/nss lib/dbm all \
96 $(INSTALL) -m 755 -d $(STAGING_DIR)/usr/include/nss
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmwifi_rates.c164 wf_nsd2ndbps(uint mcs, uint nss, uint nsd, bool dcm) in wf_nsd2ndbps() argument
172 Ndbps = nsd * nss * in wf_nsd2ndbps()
196 wf_he_mcs_to_Ndbps(uint mcs, uint nss, uint bw, bool dcm) in wf_he_mcs_to_Ndbps() argument
205 Ndbps = wf_nsd2ndbps(mcs, nss, Nsd, dcm); in wf_he_mcs_to_Ndbps()
211 Ndbps = Nsd * nss * in wf_he_mcs_to_Ndbps()
229 wf_he_mcs_ru_to_ndbps(uint8 mcs, uint8 nss, bool dcm, uint8 ru_index) in wf_he_mcs_ru_to_ndbps() argument
238 ndbps = wf_nsd2ndbps(mcs, nss, nsd, dcm); in wf_he_mcs_ru_to_ndbps()
245 ndbps = nsd * nss * in wf_he_mcs_ru_to_ndbps()
272 wf_he_mcs_to_rate(uint mcs, uint nss, uint bw, uint gi, bool dcm) in wf_he_mcs_to_rate() argument
280 rate = wf_nsd2ndbps(mcs, nss, rate, dcm); in wf_he_mcs_to_rate()
[all …]
H A Dbcmwifi_rspec.c40 uint nss = (rspec & WL_RSPEC_HE_NSS_MASK) >> WL_RSPEC_HE_NSS_SHIFT; in wf_he_rspec_to_rate() local
46 ASSERT(nss <= max_nss); in wf_he_rspec_to_rate()
53 return wf_he_mcs_to_rate(mcs, nss, bw, gi, dcm); in wf_he_rspec_to_rate()
75 uint nss = GET_11N_MCS_NSS(mcs); in _wf_rspec_to_rate() local
78 uint nss = 1 + (mcs / 8); in _wf_rspec_to_rate()
82 rate = wf_mcs_to_rate(mcs, nss, RSPEC_BW(rspec), RSPEC_ISSGI(rspec)); in _wf_rspec_to_rate()
86 uint nss = (rspec & WL_RSPEC_VHT_NSS_MASK) >> WL_RSPEC_VHT_NSS_SHIFT; in _wf_rspec_to_rate() local
89 rate = wf_mcs_to_rate(mcs, nss, RSPEC_BW(rspec), 0); in _wf_rspec_to_rate()
92 ASSERT_FP(nss <= 8); in _wf_rspec_to_rate()
94 rate = wf_mcs_to_rate(mcs, nss, RSPEC_BW(rspec), RSPEC_ISSGI(rspec)); in _wf_rspec_to_rate()
[all …]
H A Dwl_bigdata.c46 static void wg_ht_mimo_ant(uint32 *nss, wl_rateset_args_t *rateset);
47 static void wg_vht_mimo_ant(uint32 *nss, wl_rateset_args_t *rateset);
49 static void wg_he_mimo_ant(uint32 *nss, uint16 *mcsset);
72 ap_sta_data[i].nss, ap_sta_data[i].chanspec, in dump_ap_stadata()
158 wg_ht_mimo_ant(uint32 *nss, wl_rateset_args_t *rateset) in wg_ht_mimo_ant() argument
162 *nss = 0; in wg_ht_mimo_ant()
169 (*nss)++; in wg_ht_mimo_ant()
175 wg_vht_mimo_ant(uint32 *nss, wl_rateset_args_t *rateset) in wg_vht_mimo_ant() argument
180 *nss = 0; in wg_vht_mimo_ant()
185 (*nss)++; in wg_vht_mimo_ant()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_11ac.c158 t_u8 nss, nss_map = 0; in wlan_get_nss_vht_mcs() local
159 for (nss = 1; nss <= 8; nss++) { in wlan_get_nss_vht_mcs()
160 if (GET_VHTNSSMCS(mcs_map_set, nss) != NO_NSS_SUPPORT) in wlan_get_nss_vht_mcs()
161 nss_map |= 1 << (nss - 1); in wlan_get_nss_vht_mcs()
176 t_u8 nss, nss_num = 0; in wlan_get_nss_num_vht_mcs() local
177 for (nss = 1; nss <= 8; nss++) { in wlan_get_nss_num_vht_mcs()
178 if (GET_VHTNSSMCS(mcs_map_set, nss) != NO_NSS_SUPPORT) in wlan_get_nss_num_vht_mcs()
229 t_u8 nss = 0; in wlan_11ac_ioctl_vhtcfg() local
342 for (nss = 1; nss <= 8; nss++) { in wlan_11ac_ioctl_vhtcfg()
344 cfg->param.vht_cfg.vht_rx_mcs, nss); in wlan_11ac_ioctl_vhtcfg()
[all …]
H A Dmlan_11ax.c164 t_u8 nss = 0; in wlan_fill_he_cap_ie() local
191 for (nss = 1; nss <= 8; nss++) { in wlan_fill_he_cap_ie()
192 cfg_value = GET_HE_NSSMCS(user_hecap_tlv->rx_mcs_80, nss); in wlan_fill_he_cap_ie()
193 hw_value = GET_HE_NSSMCS(hw_hecap_tlv->rx_mcs_80, nss); in wlan_fill_he_cap_ie()
196 SET_HE_NSSMCS(he_mcsnss->rx_mcs, nss, NO_NSS_SUPPORT); in wlan_fill_he_cap_ie()
198 SET_HE_NSSMCS(he_mcsnss->rx_mcs, nss, in wlan_fill_he_cap_ie()
203 for (nss = 1; nss <= 8; nss++) { in wlan_fill_he_cap_ie()
204 cfg_value = GET_HE_NSSMCS(user_hecap_tlv->tx_mcs_80, nss); in wlan_fill_he_cap_ie()
205 hw_value = GET_HE_NSSMCS(hw_hecap_tlv->tx_mcs_80, nss); in wlan_fill_he_cap_ie()
209 SET_HE_NSSMCS(he_mcsnss->tx_mcs, nss, NO_NSS_SUPPORT); in wlan_fill_he_cap_ie()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A D11ac.c58 u8 i, nss, mcs; in mwifiex_convert_mcsmap_to_maxrate() local
69 nss = 1; in mwifiex_convert_mcsmap_to_maxrate()
73 nss = i; in mwifiex_convert_mcsmap_to_maxrate()
75 mcs = GET_VHTNSSMCS(mcs_map, nss); in mwifiex_convert_mcsmap_to_maxrate()
83 max_rate = max_rate_lgi_160MHZ[nss - 1][mcs]; in mwifiex_convert_mcsmap_to_maxrate()
86 max_rate = max_rate_lgi_160MHZ[nss - 1][mcs - 1]; in mwifiex_convert_mcsmap_to_maxrate()
88 max_rate = max_rate_lgi_80MHZ[nss - 1][mcs]; in mwifiex_convert_mcsmap_to_maxrate()
91 max_rate = max_rate_lgi_80MHZ[nss - 1][mcs - 1]; in mwifiex_convert_mcsmap_to_maxrate()
116 u16 mcs_user, mcs_resp, nss, tmp; in mwifiex_fill_vht_cap_tlv() local
126 for (nss = 1; nss <= 8; nss++) { in mwifiex_fill_vht_cap_tlv()
[all …]
/OK3568_Linux_fs/buildroot/package/pkcs11-helper/
H A D0001-nss-use-nss-pkcs11-h.patch4 Subject: [PATCH] nss: use nss pkcs11.h
6 make nss happy with its own extensions and non-standard behavior.
12 lib/_pkcs11h-crypto-nss.c | 14 ++++++++++----
16 diff --git a/lib/_pkcs11h-crypto-nss.c b/lib/_pkcs11h-crypto-nss.c
18 --- a/lib/_pkcs11h-crypto-nss.c
19 +++ b/lib/_pkcs11h-crypto-nss.c
33 #include <nss.h>
36 +/* Use PKCS#11 of nss to avoid conflicts and make nss happy with its own extensions */
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/nss/
H A Dnss_3.74.bb8 HOMEPAGE = "http://www.mozilla.org/projects/security/pki/nss/"
11 DEPENDS = "sqlite3 nspr zlib nss-native"
16 LIC_FILES_CHKSUM = "file://nss/COPYING;md5=3b1e88e1b9c0b5a4b2881d46cce06a18 \
17 file://nss/lib/freebl/mpi/doc/LICENSE;md5=491f158d09d948466afce85d6f1fe18f \
18 file://nss/lib/freebl/mpi/doc/LICENSE-MPL;md5=5d425c8f3157dbf212db2ec53d9e5132 \
19 …file://nss/lib/freebl/verified/Hacl_Poly1305_256.c;beginline=1;endline=22;md5=d4096c1e4421ee56e9e0…
23 SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/${VERSION_DIR}/src/${BP}.ta…
24 file://nss.pc.in \
25 file://0001-nss-fix-support-cross-compiling.patch \
26 file://nss-no-rpath-for-cross-compiling.patch \
[all …]
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/porting/
H A DNSS-Fix-FTBFS-on-Hurd-because-of-MAXPATHLEN.patch7 security/nss/cmd/shlibsign/shlibsign.c | 21 ++++++++++++++++-----
8 security/nss/lib/freebl/unix_rand.c | 4 ++++
11 diff --git a/security/nss/cmd/shlibsign/shlibsign.c b/security/nss/cmd/shlibsign/shlibsign.c
13 --- a/security/nss/cmd/shlibsign/shlibsign.c
14 +++ b/security/nss/cmd/shlibsign/shlibsign.c
50 diff --git a/security/nss/lib/freebl/unix_rand.c b/security/nss/lib/freebl/unix_rand.c
52 --- a/security/nss/lib/freebl/unix_rand.c
53 +++ b/security/nss/lib/freebl/unix_rand.c
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_bigdata.c46 static void wg_ht_mimo_ant(uint32 *nss, wl_rateset_args_t *rateset);
47 static void wg_vht_mimo_ant(uint32 *nss, wl_rateset_args_t *rateset);
49 static void wg_he_mimo_ant(uint32 *nss, uint16 *mcsset);
72 ap_sta_data[i].nss, ap_sta_data[i].chanspec, in dump_ap_stadata()
158 wg_ht_mimo_ant(uint32 *nss, wl_rateset_args_t *rateset) in wg_ht_mimo_ant() argument
162 *nss = 0; in wg_ht_mimo_ant()
169 (*nss)++; in wg_ht_mimo_ant()
175 wg_vht_mimo_ant(uint32 *nss, wl_rateset_args_t *rateset) in wg_vht_mimo_ant() argument
180 *nss = 0; in wg_vht_mimo_ant()
185 (*nss)++; in wg_vht_mimo_ant()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pcp/pcp/
H A D0001-configure-Limit-the-header-search-to-sysroot.patch43 - NSS_INC_DIRS="-I/usr/include/nss -I/usr/include/nss3"
45 + NSS_INC_DIRS="-I${STAGING_INCDIR}/nss -I${STAGING_INCDIR}/nss3"
50 - AC_CHECK_HEADERS([nss/nss.h], [NSSCFLAGS=-I/usr/include/nss], [
51 - AC_CHECK_HEADERS([nss3/nss.h], [NSSCFLAGS=-I/usr/include/nss3], [
52 + AC_CHECK_HEADERS([nss/nss.h], [NSSCFLAGS=-I${STAGING_INCDIR}/nss], [
53 + AC_CHECK_HEADERS([nss3/nss.h], [NSSCFLAGS=-I${STAGING_INCDIR}/nss3], [
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/
H A Drc.c23 u8 nss; in _rtl_rc_get_highest_rix() local
28 nss = 4; in _rtl_rc_get_highest_rix()
31 nss = 3; in _rtl_rc_get_highest_rix()
34 nss = 2; in _rtl_rc_get_highest_rix()
37 nss = 1; in _rtl_rc_get_highest_rix()
64 if (nss == 1) in _rtl_rc_get_highest_rix()
72 nss); in _rtl_rc_get_highest_rix()
77 nss); in _rtl_rc_get_highest_rix()
86 if (nss == 1) in _rtl_rc_get_highest_rix()
94 nss); in _rtl_rc_get_highest_rix()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_plcp_gen.c150 …struct bb_info *bb, u16 n_sd, enum coding_rate_t code_rate, u8 n_bpscs, u8 nss, bool dcm, struct p… in halbb_com_par_cal() argument
153 out->n_cbps = (n_sd * nss * n_bpscs) >> 1; in halbb_com_par_cal()
155 out->n_cbps = n_sd * nss * n_bpscs; in halbb_com_par_cal()
255 out->nss = 1; in halbb_legacy_mcs_table()
263 u8 nss, mcs; in halbb_ht_mcs_table() local
277 out->nss = 1; in halbb_ht_mcs_table()
280 nss = (in->mcs >> 3) + 1; in halbb_ht_mcs_table()
281 mcs = in->mcs - ((nss - 1) << 3); in halbb_ht_mcs_table()
284 n_bpscs_table[mcs], nss, false, out); in halbb_ht_mcs_table()
291 out->nss = nss; in halbb_ht_mcs_table()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb_plcp_gen.c150 …struct bb_info *bb, u16 n_sd, enum coding_rate_t code_rate, u8 n_bpscs, u8 nss, bool dcm, struct p… in halbb_com_par_cal() argument
153 out->n_cbps = (n_sd * nss * n_bpscs) >> 1; in halbb_com_par_cal()
155 out->n_cbps = n_sd * nss * n_bpscs; in halbb_com_par_cal()
255 out->nss = 1; in halbb_legacy_mcs_table()
263 u8 nss, mcs; in halbb_ht_mcs_table() local
277 out->nss = 1; in halbb_ht_mcs_table()
280 nss = (in->mcs >> 3) + 1; in halbb_ht_mcs_table()
281 mcs = in->mcs - ((nss - 1) << 3); in halbb_ht_mcs_table()
284 n_bpscs_table[mcs], nss, false, out); in halbb_ht_mcs_table()
291 out->nss = nss; in halbb_ht_mcs_table()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/
H A DCVE-2022-27781.patch4 Subject: [PATCH] nss: return error if seemingly stuck in a cert loop
15 lib/vtls/nss.c | 8 ++++++++
18 diff --git a/lib/vtls/nss.c b/lib/vtls/nss.c
20 --- a/lib/vtls/nss.c
21 +++ b/lib/vtls/nss.c
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A D802.11ax.h442 #define HE_MCS_NSS_GET_SS_IDX(nss) (((nss)-1u) * HE_MCS_CODE_SIZE) argument
443 #define HE_MCS_NSS_GET_MCS(nss, mcs_nss_map) \ argument
444 (((mcs_nss_map) >> HE_MCS_NSS_GET_SS_IDX(nss)) & HE_MCS_CODE_MASK)
445 #define HE_MCS_NSS_SET_MCS(nss, mcs_code, mcs_nss_map) \ argument
447 (mcs_nss_map) &= (~(HE_MCS_CODE_MASK << HE_MCS_NSS_GET_SS_IDX(nss))); \
449 << HE_MCS_NSS_GET_SS_IDX(nss)); \
661 #define HE_PPE_THRESH_LEN(nss, ruc) \ argument
662 (CEIL((HE_NSSM1_LEN + HE_RU_INDEX_MASK_LEN + ((nss) * (ruc) * 6)), 8))
785 #define HE_OP_MCS_NSS_GET_SS_IDX(nss) (((nss)-1) * HE_OP_MCS_CODE_SIZE) argument
786 #define HE_OP_MCS_NSS_GET_MCS(nss, mcs_nss_map) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A D802.11ax.h443 #define HE_MCS_NSS_GET_SS_IDX(nss) (((nss)-1u) * HE_MCS_CODE_SIZE) argument
444 #define HE_MCS_NSS_GET_MCS(nss, mcs_nss_map) \ argument
445 (((mcs_nss_map) >> HE_MCS_NSS_GET_SS_IDX(nss)) & HE_MCS_CODE_MASK)
446 #define HE_MCS_NSS_SET_MCS(nss, mcs_code, mcs_nss_map) \ argument
448 (mcs_nss_map) &= (~(HE_MCS_CODE_MASK << HE_MCS_NSS_GET_SS_IDX(nss))); \
450 << HE_MCS_NSS_GET_SS_IDX(nss)); \
662 #define HE_PPE_THRESH_LEN(nss, ruc) \ argument
663 (CEIL((HE_NSSM1_LEN + HE_RU_INDEX_MASK_LEN + ((nss) * (ruc) * 6)), 8))
786 #define HE_OP_MCS_NSS_GET_SS_IDX(nss) (((nss)-1) * HE_OP_MCS_CODE_SIZE) argument
787 #define HE_OP_MCS_NSS_GET_MCS(nss, mcs_nss_map) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A D802.11ax.h443 #define HE_MCS_NSS_GET_SS_IDX(nss) (((nss)-1u) * HE_MCS_CODE_SIZE) argument
444 #define HE_MCS_NSS_GET_MCS(nss, mcs_nss_map) \ argument
445 (((mcs_nss_map) >> HE_MCS_NSS_GET_SS_IDX(nss)) & HE_MCS_CODE_MASK)
446 #define HE_MCS_NSS_SET_MCS(nss, mcs_code, mcs_nss_map) \ argument
448 (mcs_nss_map) &= (~(HE_MCS_CODE_MASK << HE_MCS_NSS_GET_SS_IDX(nss))); \
450 << HE_MCS_NSS_GET_SS_IDX(nss)); \
662 #define HE_PPE_THRESH_LEN(nss, ruc) \ argument
663 (CEIL((HE_NSSM1_LEN + HE_RU_INDEX_MASK_LEN + ((nss) * (ruc) * 6)), 8))
786 #define HE_OP_MCS_NSS_GET_SS_IDX(nss) (((nss)-1) * HE_OP_MCS_CODE_SIZE) argument
787 #define HE_OP_MCS_NSS_GET_MCS(nss, mcs_nss_map) \ argument
[all …]

12345678910>>...19