Home
last modified time | relevance | path

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 Dhuks_adapter.h208 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 Dhuks_adapter_test.h212 int32_t verify_with_public_key(const int32_t user_type, const struct uint8_buff *message,
H A Dhuks_adapter_test.cpp706 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 Dexchange_auth_info_client.c261 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 Dhuks_adapter_mock.c1401 int32_t verify_with_public_key(const int32_t user_type, const struct uint8_buff *message, in verify_with_public_key() function
H A Dhuks_adapter_mock_for_pake.c1471 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 Dhuks_adapter.c1631 int32_t verify_with_public_key(const int32_t user_type, const struct uint8_buff *message, in verify_with_public_key() function