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

  /device/linaro/bootloader/edk2/CryptoPkg/Application/Cryptest/
DhVerify.c 34 UINT8 PublicKey2[64];
48 PublicKey2Length = sizeof (PublicKey2);
91 Status = DhGenerateKey (Dh2, PublicKey2, &PublicKey2Length);
98 Status = DhComputeKey (Dh1, PublicKey2, PublicKey2Length, Key1, &Key1Length);
  /external/openssh/
PROTOCOL.key 16 string publickey2
  /libcore/luni/src/test/java/libcore/javax/crypto/
ECDHKeyAgreementTest.java 103 ECPublicKey publicKey2 =
107 testKnownAnswer(publicKey1, privateKey1, publicKey2, privateKey2,
123 ECPublicKey publicKey2, ECPrivateKey privateKey2,
126 KAT_SECRET, generateSecret(keyAgreementProvider, privateKey1, publicKey2)));
  /build/make/tools/signapk/src/com/android/signapk/
SignApk.java     [all...]

Completed in 923 milliseconds