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.c528 static int32_t DecryptCipher(struct CipherDecryptStructure *decryptStruct) in DecryptCipher() argument
530 int32_t ret = TestConstuctBlob(decryptStruct->decryptedData, in DecryptCipher()
531 decryptStruct->cipherParms->decryptedTextParams.blobExist, in DecryptCipher()
532 decryptStruct->cipherParms->decryptedTextParams.blobSize, in DecryptCipher()
533 decryptStruct->cipherParms->decryptedTextParams.blobDataExist, in DecryptCipher()
534 decryptStruct->cipherParms->decryptedTextParams.blobDataSize); in DecryptCipher()
538 if (decryptStruct->cipherParms->decryptParamSetParams.cipherType == HKS_TEST_CIPHER_TYPE_RSA) { in DecryptCipher()
541 decryptStruct->cipherParms->decryptParamSetParams.paramSetExist, in DecryptCipher()
542 decryptStruct->cipherParms->decryptParamSetParams.setAlg, in DecryptCipher()
543 decryptStruct->cipherParms->decryptParamSetParams.alg, in DecryptCipher()
[all …]