Home
last modified time | relevance | path

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

/test/xts/acts/security_lite/huks/common/
Dhks_test_cipher.c482 static int32_t DecryptCipher(struct CipherDecryptStructure *decryptStruct) in DecryptCipher() argument
484 int32_t ret = TestConstuctBlob(decryptStruct->decryptedData, in DecryptCipher()
485 decryptStruct->cipherParms->decryptedTextParams.blobExist, in DecryptCipher()
486 decryptStruct->cipherParms->decryptedTextParams.blobSize, in DecryptCipher()
487 decryptStruct->cipherParms->decryptedTextParams.blobDataExist, in DecryptCipher()
488 decryptStruct->cipherParms->decryptedTextParams.blobDataSize); in DecryptCipher()
492 if (decryptStruct->cipherParms->decryptParamSetParams.cipherType == HKS_TEST_CIPHER_TYPE_RSA) { in DecryptCipher()
495 decryptStruct->cipherParms->decryptParamSetParams.paramSetExist, in DecryptCipher()
496 decryptStruct->cipherParms->decryptParamSetParams.setAlg, in DecryptCipher()
497 decryptStruct->cipherParms->decryptParamSetParams.alg, in DecryptCipher()
[all …]