/freebsd/secure/lib/libcrypto/man/man7/ |
H A D | OSSL_PROVIDER-default.7 | 180 .IP "\s-1SHA1,\s0 see \s-1\fBEVP_MD\-SHA1\s0\fR\|(7)" 4 181 .IX Item "SHA1, see EVP_MD-SHA1" 183 .IP "\s-1SHA2,\s0 see \s-1\fBEVP_MD\-SHA2\s0\fR\|(7)" 4 184 .IX Item "SHA2, see EVP_MD-SHA2" 185 .IP "\s-1SHA3,\s0 see \s-1\fBEVP_MD\-SHA3\s0\fR\|(7)" 4 186 .IX Item "SHA3, see EVP_MD-SHA3" 187 .IP "KECCAK-KMAC, see \s-1\fBEVP_MD\-KECCAK\-KMAC\s0\fR\|(7)" 4 188 .IX Item "KECCAK-KMAC, see EVP_MD-KECCAK-KMAC" 189 .IP "\s-1SHAKE,\s0 see \s-1\fBEVP_MD\-SHAKE\s0\fR\|(7)" 4 190 .IX Item "SHAKE, see EVP_MD-SHAKE" [all …]
|
H A D | OSSL_PROVIDER-FIPS.7 | 178 .IP "\s-1SHA1,\s0 see \s-1\fBEVP_MD\-SHA1\s0\fR\|(7)" 4 179 .IX Item "SHA1, see EVP_MD-SHA1" 181 .IP "\s-1SHA2,\s0 see \s-1\fBEVP_MD\-SHA2\s0\fR\|(7)" 4 182 .IX Item "SHA2, see EVP_MD-SHA2" 183 .IP "\s-1SHA3,\s0 see \s-1\fBEVP_MD\-SHA3\s0\fR\|(7)" 4 184 .IX Item "SHA3, see EVP_MD-SHA3" 185 .IP "KECCAK-KMAC, see \s-1\fBEVP_MD\-KECCAK\-KMAC\s0\fR\|(7)" 4 186 .IX Item "KECCAK-KMAC, see EVP_MD-KECCAK-KMAC" 190 .IP "\s-1AES,\s0 see \s-1\fBEVP_CIPHER\-AES\s0\fR\|(7)" 4 191 .IX Item "AES, see EVP_CIPHER-AES" [all …]
|
H A D | OSSL_PROVIDER-legacy.7 | 169 .IP "\s-1MD2,\s0 see \s-1\fBEVP_MD\-MD2\s0\fR\|(7)" 4 170 .IX Item "MD2, see EVP_MD-MD2" 172 .IP "\s-1MD4,\s0 see \s-1\fBEVP_MD\-MD4\s0\fR\|(7)" 4 173 .IX Item "MD4, see EVP_MD-MD4" 174 .IP "\s-1MDC2,\s0 see \s-1\fBEVP_MD\-MDC2\s0\fR\|(7)" 4 175 .IX Item "MDC2, see EVP_MD-MDC2" 176 .IP "\s-1WHIRLPOOL,\s0 see \s-1\fBEVP_MD\-WHIRLPOOL\s0\fR\|(7)" 4 177 .IX Item "WHIRLPOOL, see EVP_MD-WHIRLPOOL" 178 .IP "\s-1RIPEMD160,\s0 see \s-1\fBEVP_MD\-RIPEMD160\s0\fR\|(7)" 4 179 .IX Item "RIPEMD160, see EVP_MD-RIPEMD160" [all …]
|
H A D | OSSL_PROVIDER-base.7 | 195 .IP "\s-1RSA,\s0 see \s-1\fBOSSL_ENCODER\-RSA\s0\fR\|(7)" 4 196 .IX Item "RSA, see OSSL_ENCODER-RSA" 198 .IP "\s-1DH,\s0 see \s-1\fBOSSL_ENCODER\-DH\s0\fR\|(7)" 4 199 .IX Item "DH, see OSSL_ENCODER-DH" 200 .IP "\s-1DSA,\s0 see \s-1\fBOSSL_ENCODER\-DSA\s0\fR\|(7)" 4 201 .IX Item "DSA, see OSSL_ENCODER-DSA" 202 .IP "\s-1EC,\s0 see \s-1\fBOSSL_ENCODER\-EC\s0\fR\|(7)" 4 203 .IX Item "EC, see OSSL_ENCODER-EC" 204 .IP "X25519, see \s-1\fBOSSL_ENCODER\-X25519\s0\fR\|(7)" 4 205 .IX Item "X25519, see OSSL_ENCODER-X25519" [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | stdatomic.h | 5 // See https://llvm.org/LICENSE.txt for license information. 21 #define ATOMIC_BOOL_LOCK_FREE see below 22 #define ATOMIC_CHAR_LOCK_FREE see below 23 #define ATOMIC_CHAR16_T_LOCK_FREE see below 24 #define ATOMIC_CHAR32_T_LOCK_FREE see below 25 #define ATOMIC_WCHAR_T_LOCK_FREE see below 26 #define ATOMIC_SHORT_LOCK_FREE see below 27 #define ATOMIC_INT_LOCK_FREE see below 28 #define ATOMIC_LONG_LOCK_FREE see below 29 #define ATOMIC_LLONG_LOCK_FREE see belo [all...] |
H A D | concepts | 5 // See https://llvm.org/LICENSE.txt for license information. 19 concept same_as = see below; 23 concept derived_from = see below; 27 concept convertible_to = see below; 31 concept common_reference_with = see below; 35 concept common_with = see below; 39 concept integral = see below; 41 concept signed_integral = see below; 43 concept unsigned_integral = see below; 45 concept floating_point = see below; [all …]
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | OSSL_PROVIDER-default.pod | 54 =item SHA1, see L<EVP_MD-SHA1(7)> 56 =item SHA2, see L<EVP_MD-SHA2(7)> 58 =item SHA3, see L<EVP_MD-SHA3(7)> 60 =item KECCAK-KMAC, see L<EVP_MD-KECCAK-KMAC(7)> 62 =item SHAKE, see L<EVP_MD-SHAKE(7)> 64 =item BLAKE2, see L<EVP_MD-BLAKE2(7)> 66 =item SM3, see L<EVP_MD-SM3(7)> 68 =item MD5, see L<EVP_MD-MD5(7)> 70 =item MD5-SHA1, see L<EVP_MD-MD5-SHA1(7)> 72 =item RIPEMD160, see L<EVP_MD-RIPEMD160(7)> [all …]
|
H A D | OSSL_PROVIDER-FIPS.pod | 39 see L<OSSL_PROVIDER-default(7)/Asymmetric Key Management>. 49 =item SHA1, see L<EVP_MD-SHA1(7)> 51 =item SHA2, see L<EVP_MD-SHA2(7)> 53 =item SHA3, see L<EVP_MD-SHA3(7)> 55 =item KECCAK-KMAC, see L<EVP_MD-KECCAK-KMAC(7)> 63 =item AES, see L<EVP_CIPHER-AES(7)> 65 =item DES-EDE3 (TripleDES), see L<EVP_CIPHER-DES(7)> 73 =item CMAC, see L<EVP_MAC-CMAC(7)> 75 =item GMAC, see L<EVP_MAC-GMAC(7)> 77 =item HMAC, see L<EVP_MAC-HMAC(7)> [all …]
|
H A D | OSSL_PROVIDER-legacy.pod | 43 =item MD2, see L<EVP_MD-MD2(7)> 45 =item MD4, see L<EVP_MD-MD4(7)> 47 =item MDC2, see L<EVP_MD-MDC2(7)> 49 =item WHIRLPOOL, see L<EVP_MD-WHIRLPOOL(7)> 51 =item RIPEMD160, see L<EVP_MD-RIPEMD160(7)> 61 =item Blowfish, see L<EVP_CIPHER-BLOWFISH(7)> 63 =item CAST, see L<EVP_CIPHER-CAST(7)> 65 =item DES, see L<EVP_CIPHER-DES(7)> 70 =item IDEA, see L<EVP_CIPHER-IDEA(7)> 72 =item RC2, see L<EVP_CIPHER-RC2(7)> [all …]
|
H A D | migration_guide.pod | 9 See the individual manual pages for details. 16 For an overview of some of the key concepts introduced in OpenSSL 3.0 see 69 See also L</Legacy Algorithms> for information on the legacy provider. 71 See also L</Completing the installation of the FIPS Module> and 89 your applications, but you may start to see deprecation warnings during 103 See L<OSSL_PROVIDER-legacy(7)> for a complete list of algorithms. 107 either programmatically or via configuration. See L<crypto(7)> man page for 161 For more information, see L<OpenSSL_version(3)>. 168 See L<openssl-cmp(1)> and L<OSSL_CMP_exec_certreq(3)> as starting points. 185 See als [all...] |
/freebsd/share/man/man7/ |
H A D | hier.7 | 49 user utilities; see 58 default boot configuration files; see 61 kernel variables for controlling drivers; see 64 compiled flattened device tree (FDT) files; see 73 overlays; see 86 binary bitmap console fonts; see 91 beastie boot menu images; see 95 kernel and modules; see 100 boot loader configuration; see 106 scripts for the Lua boot loader; see [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
H A D | Core.h | 5 |* See https://llvm.org/LICENSE.txt for license information. *| 417 * @see Module::ModFlagBehavior::Error 424 * @see Module::ModFlagBehavior::Warning 436 * @see Module::ModFlagBehavior::Require 444 * @see Module::ModFlagBehavior::Override 450 * @see Module::ModFlagBehavior::Append 458 * @see Module::ModFlagBehavior::AppendUnique 482 * @see CallInst::TailCallKind 510 * See https://llvm.org/docs/LangRef.html#fast-math-flags 524 * See https://llvm.org/docs/LangRef.html#getelementptr-instruction [all …]
|
H A D | Types.h | 5 |* See https://llvm.org/LICENSE.txt for license information. *| 46 * @see llvm::MemoryBuffer 51 * The top-level container for all LLVM global data. See the LLVMContext class. 59 * @see llvm::Module 66 * @see llvm::Type 126 /** @see llvm::PassManagerBase */ 132 * @see llvm::Use */ 136 * @see llvm::OperandBundleDef 143 * @see llvm::Attribute 148 * @see llvm::DiagnosticInfo [all …]
|
H A D | Target.h | 5 /* See https://llvm.org/LICENSE.txt for license information. */ 184 * @see Module::getDataLayout() 191 * @see Module::setDataLayout() 196 See the constructor llvm::DataLayout::DataLayout. */ 200 See the destructor llvm::DataLayout::~DataLayout. */ 205 See the method llvm::PassManagerBase::add. */ 211 See the constructor llvm::DataLayout::DataLayout. */ 216 See the method llvm::DataLayout::isLittleEndian. */ 220 See the method llvm::DataLayout::getPointerSize. */ 225 See the method llvm::DataLayout::getPointerSize. */ [all …]
|
/freebsd/share/examples/etc/ |
H A D | README.examples | 9 amd.map - filesystem automounter lookup resolution map (see amd(8)) 12 crontab - system scheduled command table (see crontab(5)) 13 csh.cshrc - sample .cshrc (see csh(1)) 20 disktab - disk description file (see disktab(5)) 24 group - group permissions file (see group(5)) 25 hosts - see hosts(5) 27 hosts.equiv - defines system-wide trusted hosts (see ruserok(3)) 31 login.access - configuration file for login(8) (see login.access(5)) 32 login.conf - login class capabilities database (see login.conf(5)) 40 networks - see networks(5) [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | iqs5xx.txt | 13 output is connected (see [0]). 16 input is connected (see [1]). 20 - touchscreen-min-x : See [2]. 22 - touchscreen-min-y : See [2]. 24 - touchscreen-size-x : See [2]. If this property is omitted, the 28 - touchscreen-size-y : See [2]. If this property is omitted, the 32 - touchscreen-max-pressure : See [2]. Pressure is expressed as the sum of 39 - touchscreen-fuzz-x : See [2]. 41 - touchscreen-fuzz-y : See [2]. 43 - touchscreen-fuzz-pressure : See [2]. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/display/tegra/ |
H A D | nvidia,tegra20-host1x.txt | 17 See ../clocks/clock-bindings.txt for details. 19 See ../reset/reset.txt for details. 25 - operating-points-v2: See ../bindings/opp/opp.txt for details. 50 See ../clocks/clock-bindings.txt for details. 52 See ../reset/reset.txt for details. 60 available memory clients, see MEMORY CONTROLLER section. 61 - operating-points-v2: See ../bindings/opp/opp.txt for details. 71 See ../clocks/clock-bindings.txt for details. 74 See ../reset/reset.txt for details. 97 See ../clocks/clock-bindings.txt for details. [all …]
|
/freebsd/crypto/heimdal/doc/doxyout/hx509/man/man3/ |
H A D | hx509_ca.3 | 120 An hx509 error code, see \fBhx509_get_error_string()\fP. 141 An hx509 error code, see \fBhx509_get_error_string()\fP. 162 An hx509 error code, see \fBhx509_get_error_string()\fP. 183 An hx509 error code, see \fBhx509_get_error_string()\fP. 204 An hx509 error code, see \fBhx509_get_error_string()\fP. 223 An hx509 error code, see \fBhx509_get_error_string()\fP. 242 An hx509 error code, see \fBhx509_get_error_string()\fP. 263 An hx509 error code, see \fBhx509_get_error_string()\fP. 282 An hx509 error code, see \fBhx509_get_error_string()\fP. 301 An hx509 error code, see \fBhx509_get_error_string()\fP. [all …]
|
H A D | hx509_cert.3 | 129 An hx509 error code, see \fBhx509_get_error_string()\fP. 150 An hx509 error code, see \fBhx509_get_error_string()\fP. 190 An hx509 error code, see \fBhx509_get_error_string()\fP. 231 \fIname\fP a pointer to a hx509 name, should be freed by \fBhx509_name_free()\fP. See also \fBhx509… 236 An hx509 error code, see \fBhx509_get_error_string()\fP. 268 An hx509 error code, see \fBhx509_get_error_string()\fP. 287 An hx509 error code, see \fBhx509_get_error_string()\fP. The error code HX509_EXTENSION_NOT_FOUND i… 334 An hx509 error code, see \fBhx509_get_error_string()\fP. 353 An hx509 error code, see \fBhx509_get_error_string()\fP. 372 An hx509 error code, see \fBhx509_get_error_string()\fP. [all …]
|
/freebsd/crypto/heimdal/doc/doxyout/krb5/man/man3/ |
H A D | krb5_keytab.3 | 93 Return an error code or 0, see krb5_get_error_message(). 110 Return an error code or 0, see krb5_get_error_message(). 152 Return an error code or 0, see krb5_get_error_message(). 169 Return an error code or 0, see krb5_get_error_message(). 188 Return an error code or 0, see krb5_get_error_message(). 207 Return an error code or 0, see krb5_get_error_message(). 224 Return an error code or 0, see krb5_get_error_message(). 243 Return an error code or 0, see krb5_get_error_message(). 260 Return an error code or 0, see krb5_get_error_message(). 285 Return an error code or 0, see krb5_get_error_message(). [all …]
|
H A D | krb5_ccache.3 | 184 Return an error code or 0, see krb5_get_error_message(). 190 Start iterating over all caches of specified type. See also \fBkrb5_cccol_cursor_new()\fP. 203 Return an error code or 0, see krb5_get_error_message(). 241 Return 0 or an error code. Returns KRB5_CC_END when the end of caches is reached, see krb5_get_erro… 254 Return an error code or 0, see krb5_get_error_message(). 287 Return an error code or 0, see krb5_get_error_message(). 297 Return an error code or 0, see krb5_get_error_message(). 317 Return an error code or 0, see krb5_get_error_message(). 332 Return an error code or 0, see krb5_get_error_message(). 363 Return an error code or 0, see krb5_get_error_message(). [all …]
|
H A D | krb5_principal.3 | 106 An krb5 error code, see krb5_get_error_message(). 125 An krb5 error code, see krb5_get_error_message(). 142 An krb5 error code, see krb5_get_error_message(). 163 An krb5 error code, see krb5_get_error_message(). 182 An krb5 error code, see krb5_get_error_message(). 203 An krb5 error code, see krb5_get_error_message(). 223 \fBSee also:\fP 249 \fBSee also:\fP 329 An krb5 error code, see krb5_get_error_message(). 348 An krb5 error code, see krb5_get_error_message(). [all …]
|
/freebsd/contrib/ofed/opensm/include/vendor/ |
H A D | osm_vendor_mlx_txn.h | 114 * SEE ALSO 128 * SEE ALSO 142 * SEE ALSO 157 * SEE ALSO 169 * SEE ALSO 184 * SEE ALSO 201 * SEE ALSO 216 * SEE ALSO 232 * SEE ALSO 248 * SEE ALSO [all …]
|
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_datavar.h | 54 /** @see bhnd_nvram_data_probe() */ 57 /** @see bhnd_nvram_data_probe() */ 62 /** @see bhnd_nvram_data_serialize() */ 69 /** @see bhnd_nvram_data_new() */ 77 /** @see bhnd_nvram_data_count() */ 80 /** @see bhnd_nvram_data_options() */ 84 /** @see bhnd_nvram_data_caps() */ 87 /** @see bhnd_nvram_data_next() */ 91 /** @see bhnd_nvram_data_find() */ 95 /** @see bhnd_nvram_data_copy_val() */ [all …]
|
/freebsd/lib/libsys/ |
H A D | execve.2 | 68 by the header to be initialized with zero data; see 120 new process that is not directly an argument to the command (see 125 flag is set (see 146 The signal stack is reset to be undefined (see 151 (see 165 These values may be used in changing the effective IDs later (see 178 .It process ID Ta see Xr getpid 2 179 .It parent process ID Ta see Xr getppid 2 180 .It process group ID Ta see Xr getpgrp 2 181 .It access groups Ta see X [all...] |