Home
last modified time | relevance | path

Searched refs:Ed25519 (Results 1 – 12 of 12) sorted by relevance

/external/boringssl/src/crypto/evp/
Devp_tests.txt93 PrivateKey = Ed25519
94 Type = Ed25519
97 PrivateKey = Ed25519-2
98 Type = Ed25519
101 PrivateKey = Ed25519-3
102 Type = Ed25519
105 PrivateKey = Ed25519-4
106 Type = Ed25519
109 PrivateKey = Ed25519-5
110 Type = Ed25519
[all …]
Devp_extra_test.cc544 TEST(EVPExtraTest, Ed25519) { in TEST() argument
/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securegcm/
DD2DSpakeEd25519Handshake.java23 import com.google.security.cryptauth.lib.securegcm.Ed25519.Ed25519Exception;
281 pointX = Ed25519.scalarMultiplyExtendedPoint(B, valueX); in D2DSpakeEd25519Handshake()
353 Ed25519.scalarMultiplyExtendedPoint(isInitiator ? KM : KN, passwordHash); in makeCommitmentPointMessage()
354 ourCommitmentPointExtended = Ed25519.addExtendedPoints(ourCommitmentPointExtended, pointX); in makeCommitmentPointMessage()
355 ourCommitmentPointAffine = Ed25519.toAffine(ourCommitmentPointExtended); in makeCommitmentPointMessage()
380 BigInteger[] kNMP = Ed25519.scalarMultiplyExtendedPoint(isInitiator ? KN : KM, passwordHash); in makeSharedKey()
384 Ed25519.subtractExtendedPoints(theirCommitmentPointExtended, kNMP); in makeSharedKey()
386 BigInteger[] sharedKeyPoint = Ed25519.scalarMultiplyExtendedPoint(theirPublicKey, valueX); in makeSharedKey()
387 sharedKey = hash(pointToByteArray(Ed25519.toAffine(sharedKeyPoint))); in makeSharedKey()
582 Ed25519.validateAffinePoint(theirCommitmentPointAffine); in parseCommitmentMessage()
[all …]
DEd25519.java27 public class Ed25519 { class
30 private Ed25519() { } in Ed25519() method in Ed25519
/external/openssh/
DPROTOCOL.certkeys149 pk is the encoded Ed25519 public key as defined by
206 types), and draft-josefsson-eddsa-ed25519-03 for Ed25519.
Dssh-add.0105 Contains the protocol version 2 Ed25519 authentication identity
Dssh-keyscan.077 Output format for RSA, DSA, ECDSA, and Ed25519 keys:
Dssh-keygen.0113 fail. Ed25519 keys have a fixed length and the -b flag will be
286 Ed25519 keys always use the new private key format.
535 Contains the protocol version 2 DSA, ECDSA, Ed25519 or RSA
548 Contains the protocol version 2 DSA, ECDSA, Ed25519 or RSA public
Dssh-agent.013 authentication (RSA, DSA, ECDSA, Ed25519). ssh-agent is usually started
Dssh.0475 one of the DSA, ECDSA, Ed25519 or RSA algorithms. The HISTORY section of
486 ~/.ssh/id_ecdsa (ECDSA), ~/.ssh/id_ed25519 (Ed25519), or ~/.ssh/id_rsa
489 ~/.ssh/id_ed25519.pub (Ed25519), or ~/.ssh/id_rsa.pub (RSA) in the user's
832 Lists the public keys (DSA, ECDSA, Ed25519, RSA) that can be used
Dsshd.0508 Lists the public keys (DSA, ECDSA, Ed25519, RSA) that can be used
Dssh_config.0528 Specifies a file from which the user's DSA, ECDSA, Ed25519 or RSA