Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/standard/
H A Dhuks_adapter_diff_impl.c36 struct HksBlob hashBlob = { hash->length, hash->val }; in HashToPointX25519() local
39 int32_t res = OpensslHashToPoint(&hashBlob, &pointBlob); in HashToPointX25519()
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/common/
H A Dmbedtls_ec_adapter.c496 struct Blob hashBlob = { in MbedtlsHashToPoint() local
505 int32_t ret = EcHashToPoint(&hashBlob, &pointBlob); in MbedtlsHashToPoint()
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
H A Dhuks_adapter.c126 struct HksBlob hashBlob = { hash->length, hash->val }; in Sha256() local
140 res = HksHash(paramSet, &srcBlob, &hashBlob); in Sha256()
141 if (res != HKS_SUCCESS || hashBlob.size != SHA256_LEN) { in Sha256()