/freebsd/crypto/openssl/test/recipes/95-test_external_pyca_data/ |
H A D | cryptography.sh | 12 # OpenSSL external testing using the Python Cryptography module 29 echo "Testing OpenSSL using Python Cryptography:" 39 rm -rf venv-cryptography 40 python -m venv venv-cryptography 41 . ./venv-cryptography/bin/activate 45 cd pyca-cryptography 48 echo "Building cryptography and installing test requirements" 56 ldd $(find ../venv-cryptography/lib/ -iname '*.so') 66 rm -rf venv-cryptography
|
/freebsd/sys/contrib/device-tree/Bindings/riscv/ |
H A D | extensions.yaml | 215 The standard Zbkb bitmanip instructions for cryptography as ratified 216 in version 1.0 of RISC-V Cryptography Extensions Volume I 222 in version 1.0 of RISC-V Cryptography Extensions Volume I 228 in version 1.0 of RISC-V Cryptography Extensions Volume I 295 The standard Zk Standard Scalar cryptography extension as ratified 296 in version 1.0 of RISC-V Cryptography Extensions Volume I 302 version 1.0 of RISC-V Cryptography Extensions Volume I 308 ratified in version 1.0 of RISC-V Cryptography Extensions Volume I 314 ratified in version 1.0 of RISC-V Cryptography Extensions Volume I 320 ratified in version 1.0 of RISC-V Cryptography Extensions Volume I [all …]
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 95-test_external_pyca.t | 20 plan skip_all => "PYCA Cryptography not available" 21 if ! -f srctop_file("pyca-cryptography", "setup.py"); 27 ok(run(cmd(["sh", data_file("cryptography.sh")])), 28 "running Python Cryptography tests");
|
/freebsd/share/man/man4/ |
H A D | qat.4 | 39 driver supports cryptography and compression acceleration of the 63 driver supports cryptography and compression acceleration. 92 In addition to exposing complete kernel API for offloading cryptography and 97 allowing offloading supported cryptography operations to Intel (R) QuickAssist 166 offloading data compression and cryptography operations.
|
/freebsd/crypto/openssl/test/ |
H A D | README-external.md | 8 Python PYCA/Cryptography test suite 14 First checkout the `PYCA/Cryptography` module into `./pyca-cryptography` using: 37 Much like the PYCA/Cryptography test suite, this builds and runs the krb5 71 Much like the PYCA/Cryptography test suite, this builds and runs the GOST engine
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | BN_security_bits.pod | 18 of asymmetric algorithms: the FFC (Finite Field Cryptography) and IFC 19 (Integer Factorization Cryptography). For FFC, e.g., DSA and DH, both 31 ECC (Elliptic Curve Cryptography) is not covered by the BN_security_bits()
|
H A D | SSL_set_async_callback.pod | 32 cryptography operation to notify the application to resume the paused work flow. 37 asynchronous B<SSL> object, so that when an engine completes a cryptography
|
/freebsd/contrib/ntp/html/ |
H A D | authentic.html | 33 <li class="inline"><a href="#symm">Symmetric Key Cryptography</a></li> 35 <li class="inline"><a href="#pub">Public Key Cryptography</a></li> 48 properly described as <em>symmetric key cryptography</em>. It used 73 <p> Public key cryptography is generally considered more secure than 74 symmetric key cryptography, since the security is based on private and 107 <h4 id="symm">Symmetric Key Cryptography</h4> 218 <h4 id="pub">Public Key Cryptography</h4>
|
H A D | debug.html | 72 …cryptography, as described on the <a href="authopt.html">Authentication Options</a> page. In symme… 75 <p>Public key cryptography is supported in NTPv4 using the Autokey protocol, which is described in … 76 <p>As in the symmetric key cryptography case, the trace facility is a good way to verify correct op…
|
H A D | authopt.html | 40 <dd>This command activates the Autokey public key cryptography 71 …>, <tt>ntpq</tt> and <tt>ntpdc</tt> when operating with symmetric key cryptography. The format of… 83 authenticating peers with symmetric key cryptography. Key IDs
|
/freebsd/sys/contrib/device-tree/Bindings/crypto/ |
H A D | intel,keembay-ocs-ecc.yaml | 15 Cryptography (ECC) device provides hardware acceleration for elliptic curve 16 cryptography using the NIST P-256 and NIST P-384 elliptic curves.
|
/freebsd/contrib/wireguard-tools/man/ |
H A D | wg.8 | 72 it adds an additional layer of symmetric-key cryptography to be mixed into 73 the already existing public-key cryptography, for post-quantum resistance. 151 cryptography to be mixed into the already existing public-key cryptography,
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | BN_security_bits.3 | 153 of asymmetric algorithms: the \s-1FFC\s0 (Finite Field Cryptography) and \s-1IFC\s0 154 (Integer Factorization Cryptography). For \s-1FFC,\s0 e.g., \s-1DSA\s0 and \s-1DH,\s0 both 164 \&\s-1ECC\s0 (Elliptic Curve Cryptography) is not covered by the \fBBN_security_bits()\fR
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVFeatures.td | 505 // Bitmanip Extensions for Cryptography Extensions 517 "'Zbkb' (Bitmanip instructions for Cryptography)">, 521 "'Zbkb' (Bitmanip instructions for Cryptography)">; 535 "'Zbkb' (Bitmanip instructions for Cryptography)">; 537 // The Carry-less multiply subextension for cryptography is a subset of basic 543 "Cryptography)">, 548 "'Zbkc' (Carry-less multiply instructions for Cryptography)">; 555 "for Cryptography)">; 557 // Cryptography Extensions 640 "'Zk' (Standard scalar cryptography extension)", [all …]
|
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/html/ |
H A D | page_rsa.html | 3 <title>Heimdal crypto library: RSA - public-key cryptography</title> 24 <h1><a class="anchor" name="page_rsa">RSA - public-key cryptography </a></h1>RSA is named by its in…
|
/freebsd/contrib/ntp/util/ |
H A D | ntp-keygen.texi | 43 It can generate message digest keys used in symmetric key cryptography and, 47 public key cryptography. 62 keys used in symmetric key cryptography and, if the OpenSSL software 65 public key cryptography. The message digest keys file is generated in a
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_PKEY-EC.pod | 65 Cryptography") standard. See EC_POINT_oct2point(). 114 2.3.4 of the SECG SEC 1 ("Elliptic Curve Cryptography") standard. 135 Curve Cryptography") standard.
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp.conf.mdoc.in | 462 cryptography and, in addition, provides a new Autokey scheme 463 based on public key cryptography. 464 Public key cryptography is generally considered more secure 465 than symmetric key cryptography, since the security is based 476 While the algorithms for symmetric key cryptography are 477 included in the NTPv4 distribution, public key cryptography 537 authenticated using either symmetric key or public key cryptography. 574 cryptography are summarized below; 578 .Ss Symmetric\-Key Cryptography 626 .Ss Public Key Cryptography [all...] |
H A D | ntp.conf.5mdoc | 462 cryptography and, in addition, provides a new Autokey scheme 463 based on public key cryptography. 464 Public key cryptography is generally considered more secure 465 than symmetric key cryptography, since the security is based 476 While the algorithms for symmetric key cryptography are 477 included in the NTPv4 distribution, public key cryptography 537 authenticated using either symmetric key or public key cryptography. 574 cryptography are summarized below; 578 .Ss Symmetric\-Key Cryptography 626 .Ss Public Key Cryptography [all...] |
/freebsd/secure/lib/libssl/ |
H A D | openssl.pc.in | 7 Description: Secure Sockets Layer and cryptography libraries and tools
|
H A D | libssl.pc.in | 7 Description: Secure Sockets Layer and cryptography libraries
|
/freebsd/secure/lib/libcrypto/ |
H A D | libcrypto.pc.in | 8 Description: OpenSSL cryptography library
|
/freebsd/secure/lib/libcrypto/man/man7/ |
H A D | EVP_PKEY-EC.7 | 204 Cryptography\*(R") standard. See \fBEC_POINT_oct2point()\fR. 253 2.3.4 of the \s-1SECG SEC 1\s0 (\*(L"Elliptic Curve Cryptography\*(R") standard. 274 Curve Cryptography\*(R") standard.
|
/freebsd/sys/dev/hifn/ |
H A D | hifn7751var.h | 65 * Length values for cryptography 205 * To use cryptography, a single crypto algorithm must be included: 255 * *** Value ignored if cryptography not used ***
|
/freebsd/contrib/sendmail/ |
H A D | README | 268 Since sendmail 8.11 and later includes hooks to cryptography, the 271 PLEASE REMEMBER THAT EXPORT/IMPORT AND/OR USE OF STRONG CRYPTOGRAPHY 272 SOFTWARE, PROVIDING CRYPTOGRAPHY HOOKS OR EVEN JUST COMMUNICATING 273 TECHNICAL DETAILS ABOUT CRYPTOGRAPHY SOFTWARE IS ILLEGAL IN SOME
|