Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/huks_adapter/
H A Dhuks_adapter.c1591 struct HksBlob signature_blob = convert_to_blob_from_signature(signature); in verify() local
1592 if (signature_blob.size == 0) { in verify()
1617 hks_status = HksVerify(&key_alias_blob, key_param_set, &hash, &signature_blob); in verify()
1651 struct HksBlob signature_blob = convert_to_blob_from_signature(signature); in verify_with_public_key() local
1652 if (signature_blob.size == 0) { in verify_with_public_key()
1666 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/test/unittest/unittest_mock/
H A Dhuks_adapter_mock.c1421 struct HksBlob signature_blob = convert_to_blob_from_signature(signature); in verify_with_public_key() local
1422 if (signature_blob.size == 0) { in verify_with_public_key()
1436 hks_status = HksVerify(&public_key_blob, key_param_set, &hash, &signature_blob); in verify_with_public_key()
H A Dhuks_adapter_mock_for_pake.c1491 struct HksBlob signature_blob = convert_to_blob_from_signature(signature); in verify_with_public_key() local
1492 if (signature_blob.size == 0) { in verify_with_public_key()
1506 hks_status = HksVerify(&public_key_blob, key_param_set, &hash, &signature_blob); in verify_with_public_key()