Searched refs:onlyDecryptStruct (Results 1 – 1 of 1) sorted by relevance
580 static int32_t Decrypt(struct OnlyDecryptStructure *onlyDecryptStruct) in Decrypt() argument584 if (onlyDecryptStruct->cipherParms->cipherType == HKS_TEST_CIPHER_TYPE_RSA) { in Decrypt()587 onlyDecryptStruct->cipherParms->paramSetExist, in Decrypt()588 onlyDecryptStruct->cipherParms->setAlg, onlyDecryptStruct->cipherParms->alg, in Decrypt()589 onlyDecryptStruct->cipherParms->setPurpose, onlyDecryptStruct->cipherParms->purpose, in Decrypt()590 onlyDecryptStruct->cipherParms->setDigest, onlyDecryptStruct->cipherParms->digest, in Decrypt()591 onlyDecryptStruct->cipherParms->setPadding, onlyDecryptStruct->cipherParms->padding in Decrypt()595 uint32_t ivSize = onlyDecryptStruct->cipherParms->ivSize; in Decrypt()596 uint32_t nonceSize = onlyDecryptStruct->cipherParms->nonceSize; in Decrypt()597 uint32_t aadSize = onlyDecryptStruct->cipherParms->aadSize; in Decrypt()[all …]