Searched refs:privateKey (Results 1 - 4 of 4) sorted by relevance
/drivers/peripheral/huks/hdi_service/ |
H A D | huks_hdi_passthrough_adapter.h | 50 int32_t HuksHdiAdapterAgreeKey(const struct HksParamSet *paramSet, const struct HksBlob *privateKey,
|
H A D | huks_sa_hdi_struct.h | 232 * @param privateKey self private key
237 int32_t (*HuksHdiAgreeKey)(const struct HksParamSet *paramSet, const struct HksBlob *privateKey,
|
H A D | huks_hdi_template.h | 247 #define HDI_CONVERTER_FUNC_AGREEKEY(paramSet, privateKey, peerPublicKey, agreedKey, ret, func) \
253 HDI_CONVERTER_PARAM_IN_BLOB(privateKey, &privateKeyCore) \
257 HDI_ADAPTER_PARAM(privateKey, &privateKeyCore), \
|
H A D | huks_hdi_passthrough_adapter.c | 202 int32_t HuksHdiAdapterAgreeKey(const struct HksParamSet *paramSet, const struct HksBlob *privateKey,
in HuksHdiAdapterAgreeKey() argument 210 return g_coreEngine->HuksHdiAgreeKey(paramSet, privateKey, peerPublicKey, agreedKey);
in HuksHdiAdapterAgreeKey()
|
Completed in 3 milliseconds