Home
last modified time | relevance | path

Searched full:sss (Results 1 – 25 of 53) sorted by relevance

123

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-pp_test.cc42 static_assert(!GMOCK_PP_IS_BEGIN_PARENS(sss), "");
43 static_assert(!GMOCK_PP_IS_BEGIN_PARENS(sss()), "");
44 static_assert(!GMOCK_PP_IS_BEGIN_PARENS(sss() sss), "");
45 static_assert(GMOCK_PP_IS_BEGIN_PARENS((sss)), "");
46 static_assert(GMOCK_PP_IS_BEGIN_PARENS((sss)ss), "");
47 static_assert(!GMOCK_PP_IS_ENCLOSED_PARENS(sss), "");
48 static_assert(!GMOCK_PP_IS_ENCLOSED_PARENS(sss()), "");
49 static_assert(!GMOCK_PP_IS_ENCLOSED_PARENS(sss() sss), "");
50 static_assert(!GMOCK_PP_IS_ENCLOSED_PARENS((sss)ss), "");
77 static_assert(GMOCK_PP_IS_ENCLOSED_PARENS((sss)), "");
H A Dgmock-pp-string_test.cc107 EXPECT_EXPANSION("0", GMOCK_PP_IS_BEGIN_PARENS(sss)); in TEST()
108 EXPECT_EXPANSION("0", GMOCK_PP_IS_BEGIN_PARENS(sss())); in TEST()
109 EXPECT_EXPANSION("0", GMOCK_PP_IS_BEGIN_PARENS(sss() sss)); in TEST()
110 EXPECT_EXPANSION("1", GMOCK_PP_IS_BEGIN_PARENS((sss))); in TEST()
111 EXPECT_EXPANSION("1", GMOCK_PP_IS_BEGIN_PARENS((sss)ss)); in TEST()
113 EXPECT_EXPANSION("0", GMOCK_PP_IS_ENCLOSED_PARENS(sss)); in TEST()
114 EXPECT_EXPANSION("0", GMOCK_PP_IS_ENCLOSED_PARENS(sss())); in TEST()
115 EXPECT_EXPANSION("0", GMOCK_PP_IS_ENCLOSED_PARENS(sss() sss)); in TEST()
116 EXPECT_EXPANSION("1", GMOCK_PP_IS_ENCLOSED_PARENS((sss))); in TEST()
117 EXPECT_EXPANSION("0", GMOCK_PP_IS_ENCLOSED_PARENS((sss)ss)); in TEST()
/freebsd/crypto/libecc/src/examples/sss/
H A DMakefile12 all: sss
18 sss: target
19 …$(BIN_CFLAGS) -DSSS sss.c $(ROOT_DIR)/src/external_deps/print.c $(ROOT_DIR)/src/external_deps/rand…
23 …$(VERBOSE_MAKE)$(CROSS_COMPILE)$(CC) $(LIB_CFLAGS) -c sss.c $(ROOT_DIR)/src/external_deps/print.c …
35 …$(VERBOSE_MAKE)$(CROSS_COMPILE)$(CC) $(BIN_CFLAGS) -DSSS sss.c $(ROOT_DIR)/src/external_deps/print…
41 @rm -f sss
H A Dsss.h42 /* Secrets and shares typedefs for "raw" SSS */
57 /* Security wrapper for the secret for "secured" SSS */
65 /* SSS shares and secret generation:
77 /* SSS shares and secret combination
86 /* SSS shares regeneration from existing shares
H A Dsss_private.h14 /* NOTE: this is a header that is private to SSS
16 * unnecessary APIs and symbols when only using SSS.
19 /* NOTE: we need the arithmetic library for SSS as all
H A Dsss.c12 #include "sss.h"
15 * The purpose of this example is to implement the SSS
72 * Although bigger primes could be used, beware that SSS shares recombination
124 /* SSS shares and secret generation */
242 * differ depending on this size. However, this is not really an issue per se for our SSS in _sss_raw_generate()
281 /* SSS helper to compute Lagrange interpolation on an input value.
322 * SSS secret (which happens to be the constant of degree 0 of the in _sss_raw_lagrange()
368 * SSS secret (which happens to be the constant of degree 0 of the in _sss_raw_lagrange()
409 /* SSS shares and secret combination */
416 /* SSS shares and secret generation:
[all …]
/freebsd/crypto/libecc/.github/workflows/
H A Dlibecc_examples.yml36 …kcdsa/kcdsa && ./sig/sdsa/sdsa && ./sig/gostr34_10_94/gostr34_10_94 && ./sss/sss && ./basic/curve_…
37 …make 32 && cd src/examples/ && make 32 && ./sss/sss && ./basic/curve_basic_examples && ./basic/cur…
38 …make 16 && cd src/examples/ && make 16 && ./sss/sss && ./basic/curve_basic_examples && ./basic/cur…
/freebsd/sys/contrib/device-tree/Bindings/crypto/
H A Dsamsung-sss.yaml4 $id: http://devicetree.org/schemas/crypto/samsung-sss.yaml#
7 title: Samsung Exynos SoC SSS (Security SubSystem) module
13 The SSS module in S5PV210 SoC supports the following:
21 The SSS module in Exynos4 (Exynos4210) and Exynos5 (Exynos5420 and Exynos5250)
H A Dsamsung-slimsss.yaml21 - const: samsung,exynos5433-slim-sss
/freebsd/contrib/one-true-awk/testdir/
H A Dtt.big15 sss = ""
17 sss = sss " " $i
18 print sss
/freebsd/sys/contrib/device-tree/Bindings/rng/
H A Dsamsung,exynos5250-trng.yaml47 - description: SSS (Security Sub System) operating clock
48 - description: SSS (Security Sub System) bus clock
59 - description: SSS (Security Sub System) operating clock
/freebsd/tools/test/sort/bigtest/
H A Dsi24 QQQ RRR TTT GGG SSS
37 qqq rrr ttt ggg sss
46 QQQ RRR TTT GGG SSS
/freebsd/tools/test/sort/bigtest/siks/
H A Dsik133 QQQ RRR TTT GGG SSS
39 qqq rrr ttt ggg sss
47 QQQ RRR TTT GGG SSS
H A Dsik233 QQQ RRR TTT GGG SSS
39 qqq rrr ttt ggg sss
47 QQQ RRR TTT GGG SSS
/freebsd/share/man/man4/
H A Dvale.464 .Pa SSS
69 Both SSS and PPP have the form [0-9a-zA-Z_]+ , the string cannot
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dnxp,s32g2-siul2-pinctrl.yaml76 selected signal source(SSS) as IOMUX setting, which is
77 calculated as: pinmux = (PIN_ID << 4 | SSS)
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dgoogle,gs101-clock.yaml137 - description: Misc sss clock (from CMU_TOP)
142 - const: sss
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos5.dtsi207 sss: sss@10830000 { label
/freebsd/crypto/libecc/src/examples/
H A DMakefile12 SSS_DIR=sss/
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_023_neg.ksh59 "sharenfs=ON" "ShareNFS=off" "sharenfs=sss" \
/freebsd/contrib/tcpdump/
H A Dconfigure7881 # https://www.postgresql.org/message-id/2192993.1591682589%40sss.pgh.pa.us
7882 # https://www.postgresql.org/message-id/2192993.1591682589%40sss.pgh.pa.us
7934 # https://www.postgresql.org/message-id/2192993.1591682589%40sss.pgh.pa.us
7935 # https://www.postgresql.org/message-id/2192993.1591682589%40sss.pgh.pa.us
7987 # https://www.postgresql.org/message-id/2192993.1591682589%40sss.pgh.pa.us
7988 # https://www.postgresql.org/message-id/2192993.1591682589%40sss.pgh.pa.us
8040 # https://www.postgresql.org/message-id/2192993.1591682589%40sss.pgh.pa.us
8041 # https://www.postgresql.org/message-id/2192993.1591682589%40sss.pgh.pa.us
8093 # https://www.postgresql.org/message-id/2192993.1591682589%40sss.pgh.pa.us
8094 # https://www.postgresql.org/message-id/2192993.1591682589%40sss.pgh.pa.us
[all …]
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_create/
H A Dzpool_create_023_neg.ksh71 "sharenfs=ON" "ShareNFS=off" "sharenfs=sss" \
/freebsd/contrib/libpcap/
H A Dconfigure4370 # https://www.postgresql.org/message-id/2192993.1591682589%40sss.pgh.pa.us
4371 # https://www.postgresql.org/message-id/2192993.1591682589%40sss.pgh.pa.us
4481 # https://www.postgresql.org/message-id/2192993.1591682589%40sss.pgh.pa.us
4482 # https://www.postgresql.org/message-id/2192993.1591682589%40sss.pgh.pa.us
4654 # https://www.postgresql.org/message-id/2192993.1591682589%40sss.pgh.pa.us
4655 # https://www.postgresql.org/message-id/2192993.1591682589%40sss.pgh.pa.us
10480 # https://www.postgresql.org/message-id/2192993.1591682589%40sss.pgh.pa.us
10481 # https://www.postgresql.org/message-id/2192993.1591682589%40sss.pgh.pa.us
10573 # https://www.postgresql.org/message-id/2192993.1591682589%40sss.pgh.pa.us
10574 # https://www.postgresql.org/message-id/2192993.1591682589%40sss.pgh.pa.us
[all …]
/freebsd/crypto/libecc/scripts/
H A Dcrossbuild.sh43 # SSS
44 …check_and_copy $ROOT_DIR/src/examples/sss/sss $CROSSBUILD_OUTPUT/"$triplet"/word"$wordsize"/sss_"$…
/freebsd/lib/libc/tests/string/
H A Dwcscoll_test.c3 * Copyright 2016 Tom Lane <tgl@sss.pgh.pa.us>

123