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 | 1253 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/ |
D | CipherTest.java | 1253 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/ |
D | CryptUtil.c | 650 OBJECT *decryptKey, // IN: decrypt key in CryptSecretDecrypt()
|