| /src/crypto/openssh/regress/ |
| H A D | sshcfgparse.sh | 38 f=`${SSH} -GF $OBJ/ssh_config host | awk '/exitonforwardfailure/{print $2}'` 40 f=`${SSH} -GF $OBJ/ssh_config -W a:1 h | awk '/exitonforwardfailure/{print $2}'` 42 f=`${SSH} -GF $OBJ/ssh_config -W a:1 -o exitonforwardfailure=no h | \ 46 f=`${SSH} -GF $OBJ/ssh_config host | awk '/clearallforwardings/{print $2}'` 48 f=`${SSH} -GF $OBJ/ssh_config -W a:1 h | awk '/clearallforwardings/{print $2}'` 50 f=`${SSH} -GF $OBJ/ssh_config -W a:1 -o clearallforwardings=no h | \ 56 f=`${SSH} -GF $OBJ/ssh_config host | awk '/^user /{print $2}'` 58 f=`${SSH} -GF $OBJ/ssh_config -o user=foo -l bar baz@host | awk '/^user /{print $2}'` 60 f=`${SSH} -GF $OBJ/ssh_config -lbar baz@host user=foo baz@host | awk '/^user /{print $2}'` 62 f=`${SSH} -GF $OBJ/ssh_config baz@host -o user=foo -l bar baz@host | awk '/^user /{print $2}'` [all …]
|
| H A D | rsa_ssh2.prv | 10 VA4YdN4UeVfvMcb78vcInT2CsP6CLcBkrnjrBKtS03Mwg79nQI0AAAH/VdpOHYCMLPl/GF
|
| /src/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | gcov.cpp | 42 GCOVFile GF; in reportCoverage() local 54 if (!GF.readGCNO(GCNO_GB)) { in reportCoverage() 73 else if (!GF.readGCDA(gcda_buf)) in reportCoverage() 78 GF.print(errs()); in reportCoverage() 80 gcovOneInput(Options, SourceFile, GCNO, GCDA, GF); in reportCoverage()
|
| /src/crypto/openssl/test/recipes/15-test_ml_kem_codecs_data/ |
| H A D | prv-768-seed-priv.pem | 7 7GF/AjgKOJCv1LjH7H7eJlU6Al885bxdemITAwQjXLGtSDa1ZrW4Y72b20WihEpw
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | GCOVProfiling.cpp | 751 static void dumpEdges(CFGMST<Edge, BBInfo> &MST, GCOVFunction &GF) { in dumpEdges() argument 754 GCOVBlock &Src = E.SrcBB ? GF.getBlock(E.SrcBB) : GF.getEntryBlock(); in dumpEdges() 755 GCOVBlock &Dst = E.DestBB ? GF.getBlock(E.DestBB) : GF.getReturnBlock(); in dumpEdges()
|
| /src/crypto/openssl/doc/man3/ |
| H A D | EC_GROUP_copy.pod | 227 EC_GROUP_get0_field() returns an internal pointer to the group field. For curves over GF(p), this i… 228 over GF(2^m), this is the irreducible polynomial defining the field.
|
| /src/share/misc/ |
| H A D | iso3166 | 97 GF GUF 254 French Guiana 347 # GF, GP, MQ, NC, PF, PM, RE, TF, WF, YT)
|
| H A D | pci_vendors | 10886 02e0 2249 GF 7600GT 560M 256MB DDR3 DUAL DVI TV 10889 1682 2247 GF 7600GS 512MB DDR2 31856 109b 82546GB PRO/1000 GF Quad Port Server Adapter
|
| H A D | usb_vendors | 12806 0018 GF-46 Multi-Mode Display Module
|
| /src/sys/contrib/dev/iwlwifi/pcie/ |
| H A D | drv.c | 1023 IWL_DEV_INFO(iwl_rf_gf, iwl_ax211_name, RF_TYPE(GF)), 1024 IWL_DEV_INFO(iwl_rf_gf, iwl_ax411_name, RF_TYPE(GF), CDB),
|
| /src/sys/contrib/openzfs/module/icp/asm-x86_64/modes/ |
| H A D | ghash-x86_64.S | 20 # single multiplication operation in GF(2^128). "4-bit" means that
|
| /src/usr.sbin/tzsetup/ |
| H A D | baseline | 226 GF:French Guiana
|
| /src/contrib/tzdata/ |
| H A D | zone.tab | 186 GF +0456-05220 America/Cayenne
|
| H A D | zone1970.tab | 159 GF +0456-05220 America/Cayenne
|
| /src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZScheduleZEC12.td | 366 (instregex "SL(G|GF|Y)?$")>; 439 (instregex "MS(GF|Y)?$")>;
|
| H A D | SystemZScheduleZ196.td | 355 (instregex "SL(G|GF|Y)?$")>; 428 (instregex "MS(GF|Y)?$")>;
|
| H A D | SystemZScheduleZ13.td | 393 (instregex "SL(G|GF|Y)?$")>; 466 (instregex "MS(GF|Y)?$")>;
|
| H A D | SystemZScheduleZ16.td | 398 (instregex "SL(G|GF|Y)?$")>; 482 (instregex "MS(GF|Y)?$")>;
|
| H A D | SystemZScheduleZ15.td | 398 (instregex "SL(G|GF|Y)?$")>; 482 (instregex "MS(GF|Y)?$")>;
|
| H A D | SystemZScheduleZ14.td | 394 (instregex "SL(G|GF|Y)?$")>; 467 (instregex "MS(GF|Y)?$")>;
|
| /src/crypto/openssh/ |
| H A D | PROTOCOL | 50 and ecdsa-sha2-nistp521 curves over GF(p) are supported. Elliptic
|
| /src/crypto/openssl/ |
| H A D | NEWS.md | 263 * Fixed possible OOB memory access with invalid low-level GF(2^m) elliptic 1563 * Addition of BIGNUM functions for fields GF(2^m) and NIST
|
| H A D | CHANGES.md | 911 * Fixed possible OOB memory access with invalid low-level GF(2^m) elliptic 914 Use of the low-level GF(2^m) elliptic curve APIs with untrusted 917 Applications working with "exotic" explicit binary (GF(2^m)) curve 9844 - `*`: GHASH and GF(2^m) multiplication implementations; 13547 (Note that only the 'mod' functions are actually for fields GF(2^m). 15396 * First EC_METHODs for curves over GF(p): 15419 than GF(p), some functions are limited to that for now.
|
| /src/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 8319 def _SLASH_GF : CLIgnoredFlag<"GF">, 8321 def _SLASH_GF_ : CLFlag<"GF-">, HelpText<"Disable string pooling">, 8357 HelpText<"Optimize for size (like /Og /Os /Oy /Ob2 /GF /Gy)">; 8359 HelpText<"Optimize for speed (like /Og /Oi /Ot /Oy /Ob2 /GF /Gy)">;
|
| /src/contrib/ncurses/misc/ |
| H A D | terminfo.src | 10221 # :GG#0:GI=\EH8:GF=\EH7:\
|