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/repackaged/common/src/test/java/com/android/org/conscrypt/javax/crypto/
DCipherTest.java1187 Key encryptKey = getEncryptKey(algorithm); in test_Cipher() local
1431 private void test_Cipher_init_NullParameters(Cipher c, int encryptMode, Key encryptKey) in test_Cipher_init_NullParameters()
1466 private void test_Cipher_init_Decrypt_NullParameters(Cipher c, int decryptMode, Key encryptKey, in test_Cipher_init_Decrypt_NullParameters()
1544 Key encryptKey, Key decryptKey) throws Exception { in test_Cipher_aborted_doFinal()
1594 …private void testInputPKCS1Padding(String provider, byte[] prePaddedPlainText, Key encryptKey, Key… in testInputPKCS1Padding()
1630 …private void testOutputPKCS1Padding(String provider, byte expectedBlockType, Key encryptKey, Key d… in testOutputPKCS1Padding()
3451 public final Key encryptKey; field in CipherTest.CipherTestParam
3465 public CipherTestParam(String transformation, AlgorithmParameterSpec spec, Key encryptKey, in CipherTestParam()
3506 PublicKey encryptKey, PrivateKey decryptKey, byte[] plaintext, byte[] ciphertext) { in OAEPCipherTestParam()
/external/conscrypt/common/src/test/java/org/conscrypt/javax/crypto/
DCipherTest.java1187 Key encryptKey = getEncryptKey(algorithm); in test_Cipher() local
1431 private void test_Cipher_init_NullParameters(Cipher c, int encryptMode, Key encryptKey) in test_Cipher_init_NullParameters()
1466 private void test_Cipher_init_Decrypt_NullParameters(Cipher c, int decryptMode, Key encryptKey, in test_Cipher_init_Decrypt_NullParameters()
1544 Key encryptKey, Key decryptKey) throws Exception { in test_Cipher_aborted_doFinal()
1594 …private void testInputPKCS1Padding(String provider, byte[] prePaddedPlainText, Key encryptKey, Key… in testInputPKCS1Padding()
1630 …private void testOutputPKCS1Padding(String provider, byte expectedBlockType, Key encryptKey, Key d… in testOutputPKCS1Padding()
3460 public final Key encryptKey; field in CipherTest.CipherTestParam
3474 public CipherTestParam(String transformation, AlgorithmParameterSpec spec, Key encryptKey, in CipherTestParam()
3515 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()