Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/interfaces/
H A Dalg_defs.h116 Algorithm algo, uint32_t sharedKeyLen, const Uint8Buff *sharedKeyAlias);
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
H A Dhuks_adapter.c1305 uint32_t sharedKeyLen, const Uint8Buff *sharedKeyAlias) in CheckAgreeWithStorageParams() argument
1317 CHECK_LEN_ZERO_RETURN_ERROR_CODE(sharedKeyLen, "sharedKeyLen"); in CheckAgreeWithStorageParams()
1329 Algorithm algo, uint32_t sharedKeyLen, const Uint8Buff *sharedKeyAlias) in AgreeSharedSecretWithStorage() argument
1331 … int32_t res = CheckAgreeWithStorageParams(priKeyParams, pubKeyBuff, sharedKeyLen, sharedKeyAlias); in AgreeSharedSecretWithStorage()
1347 res = ConstructAgreeWithStorageParams(&deParamSet, sharedKeyLen, algo, &keyParams, pubKeyBuff); in AgreeSharedSecretWithStorage()
1353 res = ConstructAgreeWithStorageParams(&ceParamSet, sharedKeyLen, algo, &keyParams, pubKeyBuff); in AgreeSharedSecretWithStorage()