Home
last modified time | relevance | path

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

/test/xts/acts/security_lite/huks/common/
Dhks_test_cipher.c534 static int32_t Decrypt(struct OnlyDecryptStructure *onlyDecryptStruct) in Decrypt() argument
538 if (onlyDecryptStruct->cipherParms->cipherType == HKS_TEST_CIPHER_TYPE_RSA) { in Decrypt()
541 onlyDecryptStruct->cipherParms->paramSetExist, in Decrypt()
542 onlyDecryptStruct->cipherParms->setAlg, onlyDecryptStruct->cipherParms->alg, in Decrypt()
543 onlyDecryptStruct->cipherParms->setPurpose, onlyDecryptStruct->cipherParms->purpose, in Decrypt()
544 onlyDecryptStruct->cipherParms->setDigest, onlyDecryptStruct->cipherParms->digest, in Decrypt()
545 onlyDecryptStruct->cipherParms->setPadding, onlyDecryptStruct->cipherParms->padding in Decrypt()
549 uint32_t ivSize = onlyDecryptStruct->cipherParms->ivSize; in Decrypt()
550 uint32_t nonceSize = onlyDecryptStruct->cipherParms->nonceSize; in Decrypt()
551 uint32_t aadSize = onlyDecryptStruct->cipherParms->aadSize; in Decrypt()
[all …]