Home
last modified time | relevance | path

Searched defs:curveOID (Results 1 – 25 of 61) sorted by relevance

123

/dports/www/gitea/gitea-1.16.5/vendor/github.com/ProtonMail/go-crypto/openpgp/ecdh/
H A Decdh.go46 func Encrypt(random io.Reader, pub *PublicKey, msg, curveOID, fingerprint []byte) (vsG, c []byte, e… argument
89 func Decrypt(priv *PrivateKey, vsG, m, curveOID, fingerprint []byte) (msg []byte, err error) { argument
114 func buildKey(pub *PublicKey, zb []byte, curveOID, fingerprint []byte, stripLeading, stripTrailing … argument
H A Dx25519.go85 func X25519Encrypt(random io.Reader, pub *PublicKey, msg, curveOID, fingerprint []byte) (vsG, c []b… argument
117 func X25519Decrypt(priv *PrivateKey, vsG, m, curveOID, fingerprint []byte) (msg []byte, err error) { argument
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/ProtonMail/go-crypto/openpgp/ecdh/
H A Decdh.go46 func Encrypt(random io.Reader, pub *PublicKey, msg, curveOID, fingerprint []byte) (vsG, c []byte, e… argument
89 func Decrypt(priv *PrivateKey, vsG, m, curveOID, fingerprint []byte) (msg []byte, err error) { argument
114 func buildKey(pub *PublicKey, zb []byte, curveOID, fingerprint []byte, stripLeading, stripTrailing … argument
H A Dx25519.go85 func X25519Encrypt(random io.Reader, pub *PublicKey, msg, curveOID, fingerprint []byte) (vsG, c []b… argument
117 func X25519Decrypt(priv *PrivateKey, vsG, m, curveOID, fingerprint []byte) (msg []byte, err error) { argument
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/ProtonMail/go-crypto/openpgp/ecdh/
H A Decdh.go46 func Encrypt(random io.Reader, pub *PublicKey, msg, curveOID, fingerprint []byte) (vsG, c []byte, e… argument
89 func Decrypt(priv *PrivateKey, vsG, m, curveOID, fingerprint []byte) (msg []byte, err error) { argument
114 func buildKey(pub *PublicKey, zb []byte, curveOID, fingerprint []byte, stripLeading, stripTrailing … argument
H A Dx25519.go85 func X25519Encrypt(random io.Reader, pub *PublicKey, msg, curveOID, fingerprint []byte) (vsG, c []b… argument
117 func X25519Decrypt(priv *PrivateKey, vsG, m, curveOID, fingerprint []byte) (msg []byte, err error) { argument
/dports/mail/aerc/aerc-0.4.0/vendor/golang.org/x/crypto/openpgp/ecdh/
H A Decdh.go46 func Encrypt(random io.Reader, pub *PublicKey, msg, curveOID, fingerprint []byte) (vsG, c []byte, e… argument
89 func Decrypt(priv *PrivateKey, vsG, m, curveOID, fingerprint []byte) (msg []byte, err error) { argument
114 func buildKey(pub *PublicKey, zb []byte, curveOID, fingerprint []byte, stripLeading, stripTrailing … argument
H A Dx25519.go85 func X25519Encrypt(random io.Reader, pub *PublicKey, msg, curveOID, fingerprint []byte) (vsG, c []b… argument
117 func X25519Decrypt(priv *PrivateKey, vsG, m, curveOID, fingerprint []byte) (msg []byte, err error) { argument
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/ProtonMail/go-crypto/openpgp/ecdh/
H A Decdh.go46 func Encrypt(random io.Reader, pub *PublicKey, msg, curveOID, fingerprint []byte) (vsG, c []byte, e… argument
89 func Decrypt(priv *PrivateKey, vsG, m, curveOID, fingerprint []byte) (msg []byte, err error) { argument
114 func buildKey(pub *PublicKey, zb []byte, curveOID, fingerprint []byte, stripLeading, stripTrailing … argument
H A Dx25519.go85 func X25519Encrypt(random io.Reader, pub *PublicKey, msg, curveOID, fingerprint []byte) (vsG, c []b… argument
117 func X25519Decrypt(priv *PrivateKey, vsG, m, curveOID, fingerprint []byte) (msg []byte, err error) { argument
/dports/java/bouncycastle15/crypto-169/pg/src/main/java/org/bouncycastle/openpgp/operator/jcajce/
H A DJcaJcePGPUtil.java46 static X9ECParameters getX9Parameters(ASN1ObjectIdentifier curveOID) in getX9Parameters()
H A DJcaPGPKeyConverter.java546 ASN1ObjectIdentifier curveOID = ecPub.getCurveOID(); in implGetPublicKeyEC() local
/dports/java/bouncycastle15/crypto-169/pg/src/main/java/org/bouncycastle/openpgp/operator/
H A DRFC6637KDFCalculator.java32 public byte[] createKey(ASN1ObjectIdentifier curveOID, ECPoint s, byte[] recipientFingerPrint) in createKey()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/util/
H A DOpenSSHPrivateKeyUtil.java202 … ASN1ObjectIdentifier curveOID = (ASN1ObjectIdentifier)ecPrivateKey.getParameters(); in parsePrivateKeyBlob() local
/dports/security/ca_root_nss/nss-3.71/nss/lib/pk11wrap/
H A Dpk11pk12.c76 SECItem curveOID; /* optional/ignored */ member
773 SECItem curveOID; in PK11_ExportPrivKeyInfo() local
/dports/www/firefox/firefox-99.0/security/nss/lib/pk11wrap/
H A Dpk11pk12.c76 SECItem curveOID; /* optional/ignored */ member
773 SECItem curveOID; in PK11_ExportPrivKeyInfo() local
/dports/security/nss/nss-3.76.1/nss/lib/pk11wrap/
H A Dpk11pk12.c76 SECItem curveOID; /* optional/ignored */ member
773 SECItem curveOID; in PK11_ExportPrivKeyInfo() local
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/pk11wrap/
H A Dpk11pk12.c76 SECItem curveOID; /* optional/ignored */ member
773 SECItem curveOID; in PK11_ExportPrivKeyInfo() local
/dports/java/bouncycastle15/crypto-169/pg/src/main/java/org/bouncycastle/openpgp/operator/bc/
H A DBcPGPKeyConverter.java393 ASN1ObjectIdentifier curveOID = ecPub.getCurveOID(); in implGetParametersEC() local
/dports/java/bouncycastle15/crypto-169/pg/src/main/jdk1.1/org/bouncycastle/openpgp/operator/jcajce/
H A DJcaPGPKeyConverter.java557 ASN1ObjectIdentifier curveOID = ecPub.getCurveOID(); in implGetPublicKeyEC() local
/dports/java/bouncycastle15/crypto-169/pg/src/main/jdk1.4/org/bouncycastle/openpgp/operator/jcajce/
H A DJcaPGPKeyConverter.java543 ASN1ObjectIdentifier curveOID = ecPub.getCurveOID(); in implGetPublicKeyEC() local
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/pk11wrap/
H A Dpk11pqg.c76 PORT_SetError(SEC_ERROR_INVALID_ARGS);
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/pk11wrap/
H A Dpk11pk12.c74 SECItem curveOID; /* optional/ignored */ member
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/pk11wrap/
H A Dpk11pk12.c74 SECItem curveOID; /* optional/ignored */ member
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.crypto.ec/share/native/libsunec/impl/
H A Decc_impl.h206 SECItem curveOID; member

123