Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/common/
H A Dmbedtls_ec_adapter.c556 struct Blob sharedKeyBlob = { in MbedtlsAgreeSharedSecret() local
560 int32_t ret = EcKeyAgreement(&priKeyBlob, &pubKeyBlob, &sharedKeyBlob); in MbedtlsAgreeSharedSecret()
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
H A Dhuks_adapter.c1439 struct HksBlob sharedKeyBlob = { sharedKey->length, sharedKey->val }; in AgreeSharedSecret() local
1448 res = HksAgreeKey(paramSet, &priKeyBlob, &pubKeyBlob, &sharedKeyBlob); in AgreeSharedSecret()