Searched refs:public_key_blob (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/unittest_mock/ |
H A D | huks_adapter_mock.c | 1435 struct HksBlob public_key_blob = { public_key->length, public_key->data }; in verify_with_public_key() local 1436 hks_status = HksVerify(&public_key_blob, key_param_set, &hash, &signature_blob); in verify_with_public_key()
|
H A D | huks_adapter_mock_for_pake.c | 1505 struct HksBlob public_key_blob = { public_key->length, public_key->data }; in verify_with_public_key() local 1506 hks_status = HksVerify(&public_key_blob, key_param_set, &hash, &signature_blob); in verify_with_public_key()
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/huks_adapter/ |
H A D | huks_adapter.c | 1665 struct HksBlob public_key_blob = { public_key->length, public_key->data }; in verify_with_public_key() local 1666 hks_status = HksVerify(&public_key_blob, key_param_set, &hash, &signature_blob); in verify_with_public_key()
|