Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/interfaces/inner_api/huks_standard/source/
H A Dhks_api_adapter.h30 int32_t HksAgreeKeyAdapter(const struct HksParamSet *paramSet, const struct HksBlob *privateKey,
H A Dhks_api_adapter.c69 int32_t HksAgreeKeyAdapter(const struct HksParamSet *paramSet, const struct HksBlob *privateKey, in HksAgreeKeyAdapter() function
H A Dhks_api.c395 ret = HksAgreeKeyAdapter(paramSet, privateKey, peerPublicKey, agreedKey); in HksAgreeKey()