Searched refs:Ed25519 (Results 1 – 12 of 12) sorted by relevance
/external/boringssl/src/crypto/evp/ |
D | evp_tests.txt | 93 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 …]
|
D | evp_extra_test.cc | 544 TEST(EVPExtraTest, Ed25519) { in TEST() argument
|
/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securegcm/ |
D | D2DSpakeEd25519Handshake.java | 23 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 …]
|
D | Ed25519.java | 27 public class Ed25519 { class 30 private Ed25519() { } in Ed25519() method in Ed25519
|
/external/openssh/ |
D | PROTOCOL.certkeys | 149 pk is the encoded Ed25519 public key as defined by 206 types), and draft-josefsson-eddsa-ed25519-03 for Ed25519.
|
D | ssh-add.0 | 105 Contains the protocol version 2 Ed25519 authentication identity
|
D | ssh-keyscan.0 | 77 Output format for RSA, DSA, ECDSA, and Ed25519 keys:
|
D | ssh-keygen.0 | 113 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
|
D | ssh-agent.0 | 13 authentication (RSA, DSA, ECDSA, Ed25519). ssh-agent is usually started
|
D | ssh.0 | 475 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
|
D | sshd.0 | 508 Lists the public keys (DSA, ECDSA, Ed25519, RSA) that can be used
|
D | ssh_config.0 | 528 Specifies a file from which the user's DSA, ECDSA, Ed25519 or RSA
|