Home
last modified time | relevance | path

Searched defs:encryptKey (Results 1 – 10 of 10) 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/common/src/test/java/org/conscrypt/javax/crypto/
DCipherTest.java1158 Key encryptKey = getEncryptKey(algorithm); in test_Cipher() local
1402 private void test_Cipher_init_NullParameters(Cipher c, int encryptMode, Key encryptKey) in test_Cipher_init_NullParameters()
1437 private void test_Cipher_init_Decrypt_NullParameters(Cipher c, int decryptMode, Key encryptKey, in test_Cipher_init_Decrypt_NullParameters()
1515 Key encryptKey, Key decryptKey) throws Exception { in test_Cipher_aborted_doFinal()
1565 …private void testInputPKCS1Padding(String provider, byte[] prePaddedPlainText, Key encryptKey, Key… in testInputPKCS1Padding()
1601 …private void testOutputPKCS1Padding(String provider, byte expectedBlockType, Key encryptKey, Key d… in testOutputPKCS1Padding()
3431 public final Key encryptKey; field in CipherTest.CipherTestParam
3445 public CipherTestParam(String transformation, AlgorithmParameterSpec spec, Key encryptKey, in CipherTestParam()
3483 PublicKey encryptKey, PrivateKey decryptKey, byte[] plaintext, byte[] ciphertext) { in OAEPCipherTestParam()
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/crypto/
DCipherTest.java1162 Key encryptKey = getEncryptKey(algorithm); in test_Cipher() local
1406 private void test_Cipher_init_NullParameters(Cipher c, int encryptMode, Key encryptKey) in test_Cipher_init_NullParameters()
1441 private void test_Cipher_init_Decrypt_NullParameters(Cipher c, int decryptMode, Key encryptKey, in test_Cipher_init_Decrypt_NullParameters()
1519 Key encryptKey, Key decryptKey) throws Exception { in test_Cipher_aborted_doFinal()
1569 …private void testInputPKCS1Padding(String provider, byte[] prePaddedPlainText, Key encryptKey, Key… in testInputPKCS1Padding()
1605 …private void testOutputPKCS1Padding(String provider, byte expectedBlockType, Key encryptKey, Key d… in testOutputPKCS1Padding()
3426 public final Key encryptKey; field in CipherTest.CipherTestParam
3440 public CipherTestParam(String transformation, AlgorithmParameterSpec spec, Key encryptKey, in CipherTestParam()
3478 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()