Home
last modified time | relevance | path

Searched defs:encryptKey (Results 1 – 10 of 10) sorted by relevance

/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.java45 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/testing/src/main/java/org/conscrypt/java/security/
DKeyAgreementHelper.java38 void test(PrivateKey encryptKey, PublicKey decryptKey) throws Exception { in test()
DSignatureHelper.java41 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/common/src/test/java/org/conscrypt/javax/crypto/
DCipherTest.java1195 Key encryptKey = getEncryptKey(algorithm); in test_Cipher() local
1439 private void test_Cipher_init_NullParameters(Cipher c, int encryptMode, Key encryptKey) in test_Cipher_init_NullParameters()
1474 private void test_Cipher_init_Decrypt_NullParameters(Cipher c, int decryptMode, Key encryptKey, in test_Cipher_init_Decrypt_NullParameters()
1552 Key encryptKey, Key decryptKey) throws Exception { in test_Cipher_aborted_doFinal()
1602 …private void testInputPKCS1Padding(String provider, byte[] prePaddedPlainText, Key encryptKey, Key… in testInputPKCS1Padding()
1638 …private void testOutputPKCS1Padding(String provider, byte expectedBlockType, Key encryptKey, Key d… in testOutputPKCS1Padding()
3469 public final Key encryptKey; field in CipherTest.CipherTestParam
3483 public CipherTestParam(String transformation, AlgorithmParameterSpec spec, Key encryptKey, in CipherTestParam()
3524 PublicKey encryptKey, PrivateKey decryptKey, byte[] plaintext, byte[] ciphertext) { in OAEPCipherTestParam()
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/crypto/
DCipherTest.java1208 Key encryptKey = getEncryptKey(algorithm); in test_Cipher() local
1451 private void test_Cipher_init_NullParameters(Cipher c, int encryptMode, Key encryptKey) in test_Cipher_init_NullParameters()
1486 private void test_Cipher_init_Decrypt_NullParameters(Cipher c, int decryptMode, Key encryptKey, in test_Cipher_init_Decrypt_NullParameters()
1564 Key encryptKey, Key decryptKey) throws Exception { in test_Cipher_aborted_doFinal()
1614 …private void testInputPKCS1Padding(String provider, byte[] prePaddedPlainText, Key encryptKey, Key… in testInputPKCS1Padding()
1650 …private void testOutputPKCS1Padding(String provider, byte expectedBlockType, Key encryptKey, Key d… in testOutputPKCS1Padding()
3472 public final Key encryptKey; field in CipherTest.CipherTestParam
3486 public CipherTestParam(String transformation, AlgorithmParameterSpec spec, Key encryptKey, in CipherTestParam()
3527 PublicKey encryptKey, PrivateKey decryptKey, byte[] plaintext, byte[] ciphertext) { in OAEPCipherTestParam()
/external/tpm2-tss/test/integration/
Dsapi-session-util.c602 TPM2B_MAX_BUFFER encryptKey = TPM2B_MAX_BUFFER_INIT; in encrypt_param_cfb() local
620 TPM2B_MAX_BUFFER encryptKey = TPM2B_MAX_BUFFER_INIT; in decrypt_param_cfb() local
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptUtil.c524 OBJECT *encryptKey, // IN: encryption key object in CryptSecretEncrypt()