Home
last modified time | relevance | path

Searched refs:asymmetric (Results 151 – 175 of 4136) sorted by relevance

12345678910>>...166

/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/builtin/logical/transit/
H A Dpath_keys.go49 (asymmetric), "ecdsa-p384" (asymmetric), "ecdsa-p521" (asymmetric), "ed25519" (asymmetric), "rsa-20…
50 (asymmetric) are supported. Defaults to "aes256-gcm96".
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/testdata/scad/misc/
H A Dvector-values.scad35 echo(str("Testing asymmetric matrix * matrix: ",ma5*mb5));
36 echo(str("Testing alternate asymmetric matrix * matrix: ",mb5*ma5));
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/testdata/scad/misc/
H A Dvector-values.scad35 echo(str("Testing asymmetric matrix * matrix: ",ma5*mb5));
36 echo(str("Testing alternate asymmetric matrix * matrix: ",mb5*ma5));
/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
H A DDHUtil.java1 package org.bouncycastle.jcajce.provider.asymmetric.util;
14 import org.bouncycastle.jcajce.provider.asymmetric.dh.BCDHPublicKey;
/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/gost/
H A DAlgorithmParameterGeneratorSpi.java1 package org.bouncycastle.jcajce.provider.asymmetric.gost;
11 import org.bouncycastle.jcajce.provider.asymmetric.util.BaseAlgorithmParameterGeneratorSpi;
/dports/security/yubico-piv-tool/yubico-piv-tool-2.2.0/doc/Actions/
H A Dindex.adoc12 …equest-certificate] | Generated a certification request for an asymmetric key stored on a …
13 …n-certificate] | Generates a self signed X509 certificate for an asymmetric key stored on a …
18 … | Generates an X509 certificate for an asymmetric key that was gen…
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/
H A Drsa.pyi5 from cryptography.hazmat.primitives.asymmetric import AsymmetricVerificationContext
6 from cryptography.hazmat.primitives.asymmetric.padding import AsymmetricPadding
7 from cryptography.hazmat.primitives.asymmetric.utils import Prehashed
/dports/security/py-authlib/Authlib-0.15.5/authlib/jose/rfc7518/_cryptography_backends/
H A D_jws.py12 from cryptography.hazmat.primitives.asymmetric.utils import (
15 from cryptography.hazmat.primitives.asymmetric.ec import ECDSA
16 from cryptography.hazmat.primitives.asymmetric import padding
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/cryptography/cryptography/hazmat/primitives/asymmetric/
H A Drsa.pyi5 from cryptography.hazmat.primitives.asymmetric import AsymmetricVerificationContext
6 from cryptography.hazmat.primitives.asymmetric.padding import AsymmetricPadding
7 from cryptography.hazmat.primitives.asymmetric.utils import Prehashed
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/
H A Drsa.pyi5 from cryptography.hazmat.primitives.asymmetric import AsymmetricVerificationContext
6 from cryptography.hazmat.primitives.asymmetric.padding import AsymmetricPadding
7 from cryptography.hazmat.primitives.asymmetric.utils import Prehashed
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/
H A Dacme.py39 import cryptography.hazmat.primitives.asymmetric.rsa
40 import cryptography.hazmat.primitives.asymmetric.ec
41 import cryptography.hazmat.primitives.asymmetric.padding
43 import cryptography.hazmat.primitives.asymmetric.utils
348 if isinstance(key, cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey):
361 elif isinstance(key, cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey):
405 if isinstance(key_data['key_obj'], cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey):
406 padding = cryptography.hazmat.primitives.asymmetric.padding.PKCS1v15()
409 …elif isinstance(key_data['key_obj'], cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePri…
416 ecdsa = cryptography.hazmat.primitives.asymmetric.ec.ECDSA(hashalg())
[all …]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/support/integration/plugins/module_utils/
H A Dcrypto.py86 import cryptography.hazmat.primitives.asymmetric.x25519
89 cryptography.hazmat.primitives.asymmetric.x25519.X25519PrivateKey.private_bytes
97 import cryptography.hazmat.primitives.asymmetric.x448
102 import cryptography.hazmat.primitives.asymmetric.ed25519
107 import cryptography.hazmat.primitives.asymmetric.ed448
2045 …if CRYPTOGRAPHY_HAS_ED25519 and isinstance(key, cryptography.hazmat.primitives.asymmetric.ed25519.…
2047 …if CRYPTOGRAPHY_HAS_ED448 and isinstance(key, cryptography.hazmat.primitives.asymmetric.ed448.Ed44…
2058 a = isinstance(key1, cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey)
2059 b = isinstance(key2, cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey)
2067 a = isinstance(key1, cryptography.hazmat.primitives.asymmetric.ed448.Ed448PublicKey)
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/support/integration/plugins/module_utils/
H A Dcrypto.py86 import cryptography.hazmat.primitives.asymmetric.x25519
89 cryptography.hazmat.primitives.asymmetric.x25519.X25519PrivateKey.private_bytes
97 import cryptography.hazmat.primitives.asymmetric.x448
102 import cryptography.hazmat.primitives.asymmetric.ed25519
107 import cryptography.hazmat.primitives.asymmetric.ed448
2045 …if CRYPTOGRAPHY_HAS_ED25519 and isinstance(key, cryptography.hazmat.primitives.asymmetric.ed25519.…
2047 …if CRYPTOGRAPHY_HAS_ED448 and isinstance(key, cryptography.hazmat.primitives.asymmetric.ed448.Ed44…
2058 a = isinstance(key1, cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey)
2059 b = isinstance(key2, cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey)
2067 a = isinstance(key1, cryptography.hazmat.primitives.asymmetric.ed448.Ed448PublicKey)
[all …]
/dports/net/py-aiocoap/aiocoap-0.4.3/aiocoap/
H A Doscore.py38 from cryptography.hazmat.primitives import asymmetric, serialization
331 private_key = asymmetric.ed25519.Ed25519PrivateKey.from_private_bytes(private_key)
335 public_key = asymmetric.ed25519.Ed25519PublicKey.from_public_bytes(public_key)
342 key = asymmetric.ed25519.Ed25519PrivateKey.generate()
354 private_key = asymmetric.ed25519.Ed25519PrivateKey.from_private_bytes(private_key)
365 public_key = asymmetric.ed25519.Ed25519PublicKey.from_public_bytes(public_key)
380 return asymmetric.ec.EllipticCurvePublicNumbers(
383 asymmetric.ec.SECP256R1()
388 private_numbers = asymmetric.ec.EllipticCurvePrivateNumbers(
411 return asymmetric.ec.generate_private_key(asymmetric.ec.SECP256R1())
[all …]
/dports/science/dynare/dynare-4.6.4/contrib/ms-sbvar/TZcode/MatlabFiles/
H A Dfn_rnrprior_covres_dobs_tv2.m60 % asym0: nvar-by-nvar asymmetric prior on A0. Column -- equation.
61 % If ones(nvar,nvar), symmetric prior; if not, relative (asymmetric) tightness on A0.
62 % asymp: ncoef-1-by-nvar asymmetric prior on A+ bar constant. Column -- equation.
97 H0tldcell_inv=cell(nvar,1); % inv(H0tilde) for different equations under asymmetric prior.
98 Hptldcell_inv=cell(nvar,1); % inv(H+tilde) for different equations under asymmetric prior.
220 if nargin<14 % <<>>1 Default is no asymmetric information
221 asym0 = ones(nvar,nvar); % if not ones, then we have relative (asymmetric) tightness
226 %asym0 = ones(nvar,nvar); % if not ones, then we have relative (asymmetric) tightness
228 %>>>>>> B: asymmetric prior variance for asymp <<<<<<<<
247 %>>>>>> E: asymmetric prior variance for asymp <<<<<<<<
[all …]
/dports/security/py-cryptography/cryptography-3.3.2/tests/wycheproof/
H A Dtest_eddsa.py12 from cryptography.hazmat.primitives.asymmetric.ed25519 import Ed25519PublicKey
13 from cryptography.hazmat.primitives.asymmetric.ed448 import Ed448PublicKey
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/p2p/base/
H A Dfake_dtls_transport.h94 void SetDestination(FakeDtlsTransport* dest, bool asymmetric = false) {
111 if (!asymmetric) {
120 static_cast<FakeIceTransport*>(dest->ice_transport()), asymmetric);
125 ice_transport_->SetDestination(nullptr, asymmetric);
/dports/net-im/tg_owt/tg_owt-d578c76/src/p2p/base/
H A Dfake_dtls_transport.h100 void SetDestination(FakeDtlsTransport* dest, bool asymmetric = false) {
117 if (!asymmetric) {
126 static_cast<FakeIceTransport*>(dest->ice_transport()), asymmetric);
131 ice_transport_->SetDestination(nullptr, asymmetric);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/p2p/base/
H A Dfake_dtls_transport.h94 void SetDestination(FakeDtlsTransport* dest, bool asymmetric = false) {
111 if (!asymmetric) {
120 static_cast<FakeIceTransport*>(dest->ice_transport()), asymmetric);
125 ice_transport_->SetDestination(nullptr, asymmetric);
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-clustering/src/main/java/de/lmu/ifi/dbs/elki/algorithm/clustering/gdbscan/
H A DPreDeConNeighborPredicate.java236 final PreDeConModel asymmetric = storage.get(reference); in getNeighbors() local
238 HashSetModifiableDBIDs ids = DBIDUtil.newHashSet(asymmetric.ids.size()); in getNeighbors()
239 for(DBIDIter neighbor = asymmetric.ids.iter(); neighbor.valid(); neighbor.advance()) { in getNeighbors()
244 return new PreDeConModel(asymmetric.pdim, ids); in getNeighbors()
/dports/security/py-josepy/josepy-1.10.0/tests/
H A Djwa_test.py163 from cryptography.hazmat.primitives.asymmetric import ec
173 from cryptography.hazmat.primitives.asymmetric.ec import SECP256R1
182 from cryptography.hazmat.primitives.asymmetric.ec import SECP256R1
196 from cryptography.hazmat.primitives.asymmetric.ec import SECP256R1
204 from cryptography.hazmat.primitives.asymmetric.ec import SECP521R1
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/cryptography/cryptography/hazmat/primitives/serialization/
H A Dpkcs7.pyi4 from cryptography.hazmat.primitives.asymmetric.ec import EllipticCurvePrivateKey
5 from cryptography.hazmat.primitives.asymmetric.rsa import RSAPrivateKey
/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/elgamal/
H A DAlgorithmParameterGeneratorSpi.java1 package org.bouncycastle.jcajce.provider.asymmetric.elgamal;
14 import org.bouncycastle.jcajce.provider.asymmetric.util.BaseAlgorithmParameterGeneratorSpi;
/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/image/
H A Dimage_signer.py15 from cryptography.hazmat.primitives.asymmetric import padding
16 from cryptography.hazmat.primitives.asymmetric import utils
/dports/math/R-cran-VGAM/VGAM/man/
H A Damlnormal.Rd7 a special case of maximizing an asymmetric
9 This allows for expectile/quantile regression using asymmetric least
59 the asymmetric squared error loss function for a residual
78 Regression percentiles using asymmetric squared error loss.
105 The \code{deviance} slot computes the total asymmetric squared error
125 % log-likelihood but negative the total asymmetric squared error

12345678910>>...166