Home
last modified time | relevance | path

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

/test/xts/acts/security/huks_napi_BasicTest/include/
Dhuks_three_stage_test_common.h79 OH_Huks_Result HuksEncrypt(
/test/xts/acts/security/huks_napi_BasicTest/src/
Dhuks_wrapped_test_common.cpp169 …ret = HuksEncrypt(params->callerKekAlias, encryptParamSet, params->importedPlainKey, plainCipherTe… in EncryptImportedPlainKeyAndKek()
172 … ret = HuksEncrypt(params->callerAgreeKeyAlias, encryptParamSet, params->callerKek, kekCipherText); in EncryptImportedPlainKeyAndKek()
Dhuks_three_stage_test_common.cpp457 OH_Huks_Result HuksEncrypt(const struct OH_Huks_Blob *key, const struct OH_Huks_ParamSet *paramSet, in HuksEncrypt() function