Searched refs:decryptStruct (Results 1 – 1 of 1) sorted by relevance
528 static int32_t DecryptCipher(struct CipherDecryptStructure *decryptStruct) in DecryptCipher() argument530 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 …]