Home
last modified time | relevance | path

Searched refs:cipherType (Results 1 – 2 of 2) sorted by relevance

/test/xts/acts/security_lite/huks/common/
Dhks_test_cipher.c480 if (encryptStruct->cipherParms->cipherType == HKS_TEST_CIPHER_TYPE_RSA) { in Encrypt()
538 if (decryptStruct->cipherParms->decryptParamSetParams.cipherType == HKS_TEST_CIPHER_TYPE_RSA) { in DecryptCipher()
584 if (onlyDecryptStruct->cipherParms->cipherType == HKS_TEST_CIPHER_TYPE_RSA) { in Decrypt()
/test/xts/acts/security_lite/huks/common/include/
Dhks_test_common.h101 enum HksTestCipherType cipherType; member