Searched refs:CipherEncrypt (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/security/huks/frameworks/huks_standard/main/core/src/ |
H A D | hks_local_engine.c | 158 static int32_t CipherEncrypt(const struct HksBlob *key, const struct HksParamSet *paramSet, in CipherEncrypt() function 207 ret = CipherEncrypt(key, paramSet, usageSpec, &tmpInputText, outputText); in EncryptAndDecrypt()
|
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/ |
H A D | hks_core_service_key_operate_one_stage.c | 204 static int32_t CipherEncrypt(const struct HksBlob *key, const struct HksParamSet *paramSet, in CipherEncrypt() function 248 ret = CipherEncrypt(&rawKey, paramSet, usageSpec, &tmpInData, outData); in Cipher()
|