Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_core_service_key_generate.c111 static int32_t GetAgreeBaseKey(const bool isPubKey, const bool isPlainPubKey, const struct HksBlob … in GetAgreeBaseKey() function
158 return GetAgreeBaseKey(false, false, keyIn, keyOut); in GetAgreePriKey()
166 return GetAgreeBaseKey(true, true, keyIn, keyOut); in GetAgreePubKey()
169 return GetAgreeBaseKey(true, false, keyIn, keyOut); in GetAgreePubKey()
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/core/src/
H A Dhks_client_service.c843 static int32_t GetAgreeBaseKey(const struct HksProcessInfo *processInfo, const struct HksParamSet *… in GetAgreeBaseKey() function
881 return GetAgreeBaseKey(processInfo, paramSet, key); in GetDeriveMainKey()