HomeSort by relevance Sort by last modified time
    Searched full:publickey1 (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/CryptoPkg/Application/Cryptest/
DhVerify.c 32 UINT8 PublicKey1[64];
47 PublicKey1Length = sizeof (PublicKey1);
84 Status = DhGenerateKey (Dh1, PublicKey1, &PublicKey1Length);
105 Status = DhComputeKey (Dh2, PublicKey1, PublicKey1Length, Key2, &Key2Length);
  /external/openssh/
PROTOCOL.key 15 string publickey1
  /libcore/luni/src/test/java/libcore/javax/crypto/
ECDHKeyAgreementTest.java 99 ECPublicKey publicKey1 = getPublicKey(KAT_PUBLIC_KEY1_X509, keyFactoryProvider1);
107 testKnownAnswer(publicKey1, privateKey1, publicKey2, privateKey2,
122 ECPublicKey publicKey1, ECPrivateKey privateKey1,
128 KAT_SECRET, generateSecret(keyAgreementProvider, privateKey2, publicKey1)));
  /external/wycheproof/java/com/google/security/wycheproof/testcases/
EcdsaTest.java     [all...]
DsaTest.java 93 static final DSAPublicKeySpec publicKey1 =
    [all...]

Completed in 3508 milliseconds