Searched refs:verify_with_public_key (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/huks_adapter/ |
H A D | huks_adapter.h | 208 int32_t verify_with_public_key(const int32_t user_type, const struct uint8_buff *message,
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/ |
H A D | huks_adapter_test.h | 212 int32_t verify_with_public_key(const int32_t user_type, const struct uint8_buff *message,
|
H A D | huks_adapter_test.cpp | 706 ret = verify_with_public_key(userType, &message, &public_key, &sign_result); 728 int32_t ret = verify_with_public_key(userType, nullptr, &public_key, &sign_result); 730 ret = verify_with_public_key(userType, &message, nullptr, &sign_result); 732 ret = verify_with_public_key(userType, &message, &public_key, nullptr);
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/auth_info/ |
H A D | exchange_auth_info_client.c | 261 ret = verify_with_public_key(peer_type, &sign_src_data, (struct var_buffer *)ltpk, sign_result); in verify_peer_public_key()
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/unittest_mock/ |
H A D | huks_adapter_mock.c | 1401 int32_t verify_with_public_key(const int32_t user_type, const struct uint8_buff *message, in verify_with_public_key() function
|
H A D | huks_adapter_mock_for_pake.c | 1471 int32_t verify_with_public_key(const int32_t user_type, const struct uint8_buff *message, in verify_with_public_key() function
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/huks_adapter/ |
H A D | huks_adapter.c | 1631 int32_t verify_with_public_key(const int32_t user_type, const struct uint8_buff *message, in verify_with_public_key() function
|