/freebsd/crypto/heimdal/lib/krb5/ |
H A D | rd_safe.c | 39 KRB_SAFE *safe) in verify_checksum() argument 49 c = safe->cksum; in verify_checksum() 50 safe->cksum.cksumtype = 0; in verify_checksum() 51 safe->cksum.checksum.data = NULL; in verify_checksum() 52 safe->cksum.checksum.length = 0; in verify_checksum() 54 ASN1_MALLOC_ENCODE(KRB_SAFE, buf, buf_size, safe, &len, ret); in verify_checksum() 78 safe->cksum = c; in verify_checksum() 91 KRB_SAFE safe; in krb5_rd_safe() local 105 /* if these fields are not present in the safe-part, silently in krb5_rd_safe() 110 ret = decode_KRB_SAFE (inbuf->data, inbuf->length, &safe, &len); in krb5_rd_safe() [all …]
|
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/t/ |
H A D | safe.t | 11 unless (eval { require Safe; 1 }) { 12 plan skip_all => 'Safe.pm is required for this test'; 32 my $c = Safe->new or die; 43 my $text2 = $template1->fill_in(SAFE => $c); 46 my $text3 = $template2->fill_in(SAFE => $c); 49 # (4) Safe and non-safe fills of different template objects with the 53 # uses package main, while the safe fill uses the secret safe package. 54 # We could alias the secret safe package to be identical to main, 55 # but that wouldn't be safe. If you want the aliasing, you have to 58 # (5) Safe and non-safe fills of the same template object [all …]
|
H A D | safe2.t | 10 unless (eval { require Safe; 1 }) { 11 plan skip_all => 'Safe.pm is required for this test'; 19 my $c = Safe->new or die; 22 $c->reval('$P = "safe root"'); 40 # (3) When no package is specified in safe mode, we should use the 41 # default safe root. 42 $text = $t->fill_in(SAFE => $c); 43 is $text, 'package is safe root'; 45 # (4) When a package is specified in safe mode, we should use the 46 # default safe root, after aliasing to the specified package [all …]
|
H A D | safe3.t | 9 unless (eval { require Safe; 1 }) { 10 plan skip_all => 'Safe.pm is required for this test'; 18 # Test the OUT feature with safe compartments 34 my $c = Safe->new; 40 SAFE => $c) or die; 45 SAFE => $c) or die; 59 # is never undefined after it is used once if you are using the SAFE 70 my $s = Safe->new; 76 my $r = $o->fill_in(SAFE => $s);
|
/freebsd/crypto/openssl/doc/ |
H A D | perlvars.pm | 14 $OpenSSL::safe::opt_v_synopsis = "" 45 $OpenSSL::safe::opt_v_item = "" 60 $OpenSSL::safe::opt_x_synopsis = "" 67 $OpenSSL::safe::opt_x_item = "" 76 $OpenSSL::safe::opt_name_synopsis = "" 78 $OpenSSL::safe::opt_name_item = "" 85 $OpenSSL::safe::opt_r_synopsis = "" 88 $OpenSSL::safe::opt_r_item = "" 94 $OpenSSL::safe::opt_provider_synopsis = "" 98 $OpenSSL::safe::opt_provider_item = "" [all …]
|
/freebsd/share/man/man4/ |
H A D | safe.4 | 32 .Nm safe 41 .Cd "device safe" 54 .Cd hw.safe.debug 55 .Cd hw.safe.dump 56 .Cd hw.safe.rnginterval 57 .Cd hw.safe.rngbufsize 58 .Cd hw.safe.rngmaxalarm 83 .Va hw.safe.rnginterval 85 .Va hw.safe.rngbufsize 88 .Va hw.safe.rngmaxalarm [all …]
|
/freebsd/sys/dev/qat/qat_api/qat_utils/include/ |
H A D | qat_utils.h | 164 * @li IRQ safe: yes 182 * @li IRQ safe: yes 200 * @li IRQ safe: yes 218 * @li IRQ safe: yes 234 * @li IRQ safe: yes 250 * @li IRQ safe: yes 270 * @li IRQ safe: no 289 * @li IRQ safe: no 305 * @li IRQ safe: yes 322 * @li IRQ safe: yes [all …]
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_PKEY-DH.pod | 11 parameters can be used: "safe" domain parameters that are associated with 12 approved named safe-prime groups, and a class of "FIPS186-type" domain 15 approved safe-prime groups. 36 Sets or gets a string that associates a B<DH> or B<DHX> named safe prime group 70 Used for DH generation of safe primes using the old safe prime generator code. 72 It is recommended to use a named safe prime group instead, if domain parameter 75 Randomly generated safe primes are not allowed by FIPS, so setting this value 76 for the OpenSSL FIPS provider will instead choose a named safe prime group 105 This specifies that a named safe prime name will be chosen using the "pbits" 110 A safe prime generator. See the "safeprime-generator" type above. [all …]
|
H A D | openssl-threads.pod | 9 In this man page, we use the term B<thread-safe> to indicate that an 18 all OpenSSL objects are thread-safe. 19 To emphasize: I<most objects are not safe for simultaneous use>. 45 Get methods are often thread-safe as long as the ownership requirements are 47 Set methods, or modifying shared objects, are generally not thread-safe 50 Objects are thread-safe 63 In all cases, however, it is generally not safe for one thread to 84 not safe to modify the factory object after it has been used to create
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-srp.pod.in | 2 {- OpenSSL::safe::output_do_not_edit_headers(); -} 23 {- $OpenSSL::safe::opt_engine_synopsis -}{- $OpenSSL::safe::opt_r_synopsis -} 24 {- $OpenSSL::safe::opt_provider_synopsis -} 25 {- $OpenSSL::safe::opt_config_synopsis -} 93 {- $OpenSSL::safe::opt_engine_item -} 95 {- $OpenSSL::safe::opt_r_item -} 97 {- $OpenSSL::safe::opt_provider_item -} 99 {- $OpenSSL::safe::opt_config_item -} 101 {- $OpenSSL::safe::opt_r_synopsis -}
|
H A D | openssl-verify.pod.in | 2 {- OpenSSL::safe::output_do_not_edit_headers(); -} 19 {- $OpenSSL::safe::opt_name_synopsis -} 20 {- $OpenSSL::safe::opt_trust_synopsis -} 21 {- $OpenSSL::safe::opt_engine_synopsis -}{- $OpenSSL::safe::opt_v_synopsis -} 22 {- $OpenSSL::safe::opt_provider_synopsis -} 78 {- $OpenSSL::safe::opt_name_item -} 80 {- $OpenSSL::safe::opt_engine_item -} 87 {- $OpenSSL::safe::opt_trust_item -} 89 {- $OpenSSL::safe::opt_v_item -} 91 {- $OpenSSL::safe::opt_provider_item -}
|
H A D | openssl-rand.pod.in | 2 {- OpenSSL::safe::output_do_not_edit_headers(); -} 15 {- $OpenSSL::safe::opt_engine_synopsis -}{- $OpenSSL::safe::opt_r_synopsis -} 16 {- $OpenSSL::safe::opt_provider_synopsis -} 50 {- $OpenSSL::safe::opt_engine_item -} 52 {- $OpenSSL::safe::opt_r_item -} 54 {- $OpenSSL::safe::opt_provider_item -}
|
H A D | openssl-prime.pod.in | 2 {- OpenSSL::safe::output_do_not_edit_headers(); -} 15 [B<-safe>] 16 {- $OpenSSL::safe::opt_provider_synopsis -} 48 =item B<-safe> 50 When used with B<-generate>, generates a "safe" prime. If the number 53 {- $OpenSSL::safe::opt_provider_item -}
|
H A D | openssl-gendsa.pod.in | 2 {- OpenSSL::safe::output_do_not_edit_headers(); -} 27 {- $OpenSSL::safe::opt_r_synopsis -} 28 {- $OpenSSL::safe::opt_engine_synopsis -}{- $OpenSSL::safe::opt_provider_synopsis -} 67 {- $OpenSSL::safe::opt_r_item -} 69 {- $OpenSSL::safe::opt_engine_item -} 77 {- $OpenSSL::safe::opt_provider_item -}
|
H A D | openssl-dhparam.pod.in | 2 {- OpenSSL::safe::output_do_not_edit_headers(); -} 23 {- $OpenSSL::safe::opt_engine_synopsis -}{- $OpenSSL::safe::opt_r_synopsis -} 24 {- $OpenSSL::safe::opt_provider_synopsis -} 32 a key using a named safe prime group without generating intermediate 101 {- $OpenSSL::safe::opt_engine_item -} 103 {- $OpenSSL::safe::opt_r_item -} 105 {- $OpenSSL::safe::opt_provider_item -}
|
H A D | openssl-dsaparam.pod.in | 2 {- OpenSSL::safe::output_do_not_edit_headers(); -} 20 {- $OpenSSL::safe::opt_r_synopsis -} 21 {- $OpenSSL::safe::opt_engine_synopsis -}{- $OpenSSL::safe::opt_provider_synopsis -} 82 {- $OpenSSL::safe::opt_r_item -} 84 {- $OpenSSL::safe::opt_engine_item -} 92 {- $OpenSSL::safe::opt_provider_item -}
|
H A D | openssl-crl.pod.in | 2 {- OpenSSL::safe::output_do_not_edit_headers(); -} 31 {- $OpenSSL::safe::opt_name_synopsis -} 32 {- $OpenSSL::safe::opt_trust_synopsis -} 33 {- $OpenSSL::safe::opt_provider_synopsis -} 135 {- $OpenSSL::safe::opt_name_item -} 137 {- $OpenSSL::safe::opt_trust_item -} 139 {- $OpenSSL::safe::opt_provider_item -}
|
H A D | openssl-genrsa.pod.in | 2 {- OpenSSL::safe::output_do_not_edit_headers(); -} 32 {- $OpenSSL::safe::opt_r_synopsis -} 33 {- $OpenSSL::safe::opt_engine_synopsis -}{- $OpenSSL::safe::opt_provider_synopsis -} 85 {- $OpenSSL::safe::opt_r_item -} 87 {- $OpenSSL::safe::opt_engine_item -} 89 {- $OpenSSL::safe::opt_provider_item -}
|
H A D | openssl-speed.pod.in | 2 {- OpenSSL::safe::output_do_not_edit_headers(); -} 26 {- $OpenSSL::safe::opt_r_synopsis -} 27 {- $OpenSSL::safe::opt_engine_synopsis -}{- $OpenSSL::safe::opt_provider_synopsis -} 111 {- $OpenSSL::safe::opt_r_item -} 113 {- $OpenSSL::safe::opt_engine_item -} 115 {- $OpenSSL::safe::opt_provider_item -}
|
H A D | openssl-ecparam.pod.in | 2 {- OpenSSL::safe::output_do_not_edit_headers(); -} 26 {- $OpenSSL::safe::opt_engine_synopsis -}{- $OpenSSL::safe::opt_r_synopsis -} 27 {- $OpenSSL::safe::opt_provider_synopsis -} 122 {- $OpenSSL::safe::opt_engine_item -} 124 {- $OpenSSL::safe::opt_r_item -} 126 {- $OpenSSL::safe::opt_provider_item -}
|
/freebsd/secure/lib/libcrypto/man/man7/ |
H A D | EVP_PKEY-DH.7 | 145 \&\*(L"safe\*(R" domain parameters that are associated with approved named safe-prime 148 applications that cannot be upgraded to use the approved safe-prime groups. 166 Sets or gets a string that associates a \fB\s-1DH\s0\fR or \fB\s-1DHX\s0\fR named safe prime group 192 Used for \s-1DH\s0 generation of safe primes using the old safe prime generator code. 194 It is recommended to use a named safe prime group instead, if domain parameter 197 Randomly generated safe primes are not allowed by \s-1FIPS,\s0 so setting this value 198 for the OpenSSL \s-1FIPS\s0 provider will instead choose a named safe prime group 225 This specifies that a named safe prime name will be chosen using the \*(L"pbits\*(R" 230 A safe prime generator. See the \*(L"safeprime-generator\*(R" type above. 260 named safe prime group instead. [all …]
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_prime.c | 22 static int probable_prime(BIGNUM *rnd, int bits, int safe, prime_t *mods, 24 static int probable_prime_dh(BIGNUM *rnd, int bits, int safe, prime_t *mods, 123 int BN_generate_prime_ex2(BIGNUM *ret, int bits, int safe, in BN_generate_prime_ex2() argument 137 } else if (add == NULL && safe && bits < 6 && bits != 3) { in BN_generate_prime_ex2() 139 * The smallest safe prime (7) is three bits. in BN_generate_prime_ex2() 140 * But the following two safe primes with less than 6 bits (11, 23) in BN_generate_prime_ex2() 160 if (!probable_prime(ret, bits, safe, mods, ctx)) in BN_generate_prime_ex2() 163 if (!probable_prime_dh(ret, bits, safe, mods, add, rem, ctx)) in BN_generate_prime_ex2() 171 if (!safe) { in BN_generate_prime_ex2() 179 * for "safe prime" generation, check that (p-1)/2 is prime. Since a in BN_generate_prime_ex2() [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | ExecutionDriver.cpp | 64 cl::desc("Specify \"safe\" i.e. known-good backend:"), 65 cl::values(clEnumValN(AutoPick, "safe-auto", "Use best guess"), 66 clEnumValN(RunLLC, "safe-run-llc", "Compile with LLC"), 67 clEnumValN(Custom, "safe-run-custom", 73 "safe-path", cl::desc("Specify the path to the \"safe\" backend program"), 120 cl::list<std::string> SafeToolArgv("safe-tool-args", cl::Positional, 121 cl::desc("<safe-tool arguments>..."), 211 // In "llc-safe" mode, default to using LLC as the "safe" backen in initializeExecutionEnvironment() [all...] |
/freebsd/contrib/diff/lib/ |
H A D | unlocked-io.h | 1 /* Prefer faster, non-thread-safe stdio functions if available. 31 from other C libraries supporting POSIX's optional thread-safe functions. 33 The standard I/O functions are thread-safe. These *_unlocked ones are 34 more efficient but not thread-safe. That they're not thread-safe is 39 functions, invoke the non-thread-safe versions instead. */
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | ASTUtils.h | 24 /// safe (in heuristical sense). These transformation if passed a safe value as 25 /// an input should provide a safe value (or an object that provides safe 60 /// whether it's a safe call argument. Examples: function parameter or 64 /// \returns Whether \p E is a safe call arugment.
|