Searched defs:decryptKey (Results  1 – 9 of 9) sorted by relevance
| /external/conscrypt/testing/src/main/java/org/conscrypt/java/security/ | 
| D | KeyAgreementHelper.java | 38     void test(PrivateKey encryptKey, PublicKey decryptKey) throws Exception {  in test()
  | 
| D | SignatureHelper.java | 40     public void test(PrivateKey encryptKey, PublicKey decryptKey) throws Exception {  in test()
  | 
| D | CipherHelper.java | 39     public void test(Key encryptKey, Key decryptKey) throws Exception {  in test()
  | 
| /external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/java/security/ | 
| D | KeyAgreementHelper.java | 42     void test(PrivateKey encryptKey, PublicKey decryptKey) throws Exception {  in test()
  | 
| D | SignatureHelper.java | 44     public void test(PrivateKey encryptKey, PublicKey decryptKey) throws Exception {  in test()
  | 
| D | CipherHelper.java | 43     public void test(Key encryptKey, Key decryptKey) throws Exception {  in test()
  | 
| /external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/crypto/ | 
| D | CipherTest.java | 1255         Key decryptKey = getDecryptKey(algorithm);  in test_Cipher()  local 1546             Key encryptKey, Key decryptKey) throws Exception {  in test_Cipher_aborted_doFinal() 1596 …1Padding(String provider, byte[] prePaddedPlainText, Key encryptKey, Key decryptKey) throws Except…  in testInputPKCS1Padding() 1632 …KCS1Padding(String provider, byte expectedBlockType, Key encryptKey, Key decryptKey) throws Except…  in testOutputPKCS1Padding() 3455         public final Key decryptKey;  field in CipherTest.CipherTestParam 3468                 Key decryptKey, byte[] aad, byte[] plaintext, byte[] plaintextPadded,  in CipherTestParam() 3508                 PublicKey encryptKey, PrivateKey decryptKey, byte[] plaintext, byte[] ciphertext) {  in OAEPCipherTestParam()
  | 
| /external/conscrypt/common/src/test/java/org/conscrypt/javax/crypto/ | 
| D | CipherTest.java | 1255         Key decryptKey = getDecryptKey(algorithm);  in test_Cipher()  local 1546             Key encryptKey, Key decryptKey) throws Exception {  in test_Cipher_aborted_doFinal() 1596 …1Padding(String provider, byte[] prePaddedPlainText, Key encryptKey, Key decryptKey) throws Except…  in testInputPKCS1Padding() 1632 …KCS1Padding(String provider, byte expectedBlockType, Key encryptKey, Key decryptKey) throws Except…  in testOutputPKCS1Padding() 3464         public final Key decryptKey;  field in CipherTest.CipherTestParam 3477                 Key decryptKey, byte[] aad, byte[] plaintext, byte[] plaintextPadded,  in CipherTestParam() 3517                 PublicKey encryptKey, PrivateKey decryptKey, byte[] plaintext, byte[] ciphertext) {  in OAEPCipherTestParam()
  | 
| /external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ | 
| D | CryptUtil.c | 650     OBJECT                  *decryptKey,    // IN: decrypt key  in CryptSecretDecrypt()
  |