Searched refs:aesCipher (Results 1 – 2 of 2) sorted by relevance
276 HcfCipher *aesCipher = nullptr; variable277 res = HcfCipherCreate("AES128|ECB|PKCS7", &aesCipher);283 res = cipher->init(aesCipher, DECRYPT_MODE, (HcfKey *)keyPair->priKey, nullptr);289 HcfObjDestroy(aesCipher);
738 HcfCipher *aesCipher = nullptr; variable739 res = HcfCipherCreate("AES128|ECB|PKCS7", &aesCipher);745 res = cipher->init(aesCipher, DECRYPT_MODE, (HcfKey *)keyPair->pubKey, nullptr);751 HcfObjDestroy(aesCipher);