Home
last modified time | relevance | path

Searched defs:decryptKey (Results 1 – 9 of 9) sorted by relevance

/external/conscrypt/testing/src/main/java/org/conscrypt/java/security/
DKeyAgreementHelper.java38 void test(PrivateKey encryptKey, PublicKey decryptKey) throws Exception { in test()
DSignatureHelper.java40 public void test(PrivateKey encryptKey, PublicKey decryptKey) throws Exception { in test()
DCipherHelper.java39 public void test(Key encryptKey, Key decryptKey) throws Exception { in test()
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/java/security/
DKeyAgreementHelper.java42 void test(PrivateKey encryptKey, PublicKey decryptKey) throws Exception { in test()
DSignatureHelper.java44 public void test(PrivateKey encryptKey, PublicKey decryptKey) throws Exception { in test()
DCipherHelper.java43 public void test(Key encryptKey, Key decryptKey) throws Exception { in test()
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/crypto/
DCipherTest.java1253 Key decryptKey = getDecryptKey(algorithm); in test_Cipher() local
1544 Key encryptKey, Key decryptKey) throws Exception { in test_Cipher_aborted_doFinal()
1594 …1Padding(String provider, byte[] prePaddedPlainText, Key encryptKey, Key decryptKey) throws Except… in testInputPKCS1Padding()
1630 …KCS1Padding(String provider, byte expectedBlockType, Key encryptKey, Key decryptKey) throws Except… in testOutputPKCS1Padding()
3453 public final Key decryptKey; field in CipherTest.CipherTestParam
3466 Key decryptKey, byte[] aad, byte[] plaintext, byte[] plaintextPadded, in CipherTestParam()
3506 PublicKey encryptKey, PrivateKey decryptKey, byte[] plaintext, byte[] ciphertext) { in OAEPCipherTestParam()
/external/conscrypt/common/src/test/java/org/conscrypt/javax/crypto/
DCipherTest.java1253 Key decryptKey = getDecryptKey(algorithm); in test_Cipher() local
1544 Key encryptKey, Key decryptKey) throws Exception { in test_Cipher_aborted_doFinal()
1594 …1Padding(String provider, byte[] prePaddedPlainText, Key encryptKey, Key decryptKey) throws Except… in testInputPKCS1Padding()
1630 …KCS1Padding(String provider, byte expectedBlockType, Key encryptKey, Key decryptKey) throws Except… in testOutputPKCS1Padding()
3462 public final Key decryptKey; field in CipherTest.CipherTestParam
3475 Key decryptKey, byte[] aad, byte[] plaintext, byte[] plaintextPadded, in CipherTestParam()
3515 PublicKey encryptKey, PrivateKey decryptKey, byte[] plaintext, byte[] ciphertext) { in OAEPCipherTestParam()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptUtil.c650 OBJECT *decryptKey, // IN: decrypt key in CryptSecretDecrypt()