Searched defs:hks_status (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 | 879 int32_t hks_status = HksExportPublicKey(&key_alias_blob, NULL, &key); in export_lt_public_key() local 896 int32_t hks_status = HksDeleteKey(&key_alias_blob, NULL); in delete_key() local 913 int32_t hks_status = delete_key(key_alias); in delete_lt_public_key() local 1018 int32_t hks_status = HksKeyExist(&key_alias_blob, NULL); in check_lt_public_key_exist() local 1032 int32_t hks_status = HksKeyExist(&key_alias_blob, NULL); in check_key_exist() local 1335 int32_t hks_status = gen_sign_key_param_set(&key_param_set); in sign() local 1428 int32_t hks_status = gen_verify_key_param_set(false, /* false: is public key */ in verify_with_public_key() local 1498 int32_t hks_status = gen_agreed_key_param_set(¶m_set); in compute_sts_shared_secret() local
|
H A D | huks_adapter_mock_for_pake.c | 950 int32_t hks_status = HksExportPublicKey(&key_alias_blob, NULL, &key); in export_lt_public_key() local 967 int32_t hks_status = HksDeleteKey(&key_alias_blob, NULL); in delete_key() local 984 int32_t hks_status = delete_key(key_alias); in delete_lt_public_key() local 1089 int32_t hks_status = HksKeyExist(&key_alias_blob, NULL); in check_lt_public_key_exist() local 1103 int32_t hks_status = HksKeyExist(&key_alias_blob, NULL); in check_key_exist() local 1406 int32_t hks_status = gen_sign_key_param_set(&key_param_set); in sign() local 1498 int32_t hks_status = gen_verify_key_param_set(false, /* false: is public key */ in verify_with_public_key() local 1568 int32_t hks_status = gen_agreed_key_param_set(¶m_set); in compute_sts_shared_secret() local
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/huks_adapter/ |
H A D | huks_adapter.c | 1018 int32_t hks_status = HksExportPublicKey(&key_alias_blob, paramSet, &key); in export_lt_public_key() local 1043 int32_t hks_status = HksDeleteKey(&key_alias_blob, paramSet); in delete_key() local 1062 int32_t hks_status = delete_key(key_alias); in delete_lt_public_key() local 1160 int32_t hks_status = HksKeyExist(&key_alias_blob, paramSet); in check_lt_public_key_exist() local 1183 int32_t hks_status = HksKeyExist(&key_alias_blob, paramSet); in check_key_exist() local 1509 int32_t hks_status = gen_sign_key_param_set(&key_param_set); in sign() local 1611 int32_t hks_status = gen_verify_key_param_set(true, 0, user_type, &key_param_set); in verify() local 1658 int32_t hks_status = gen_verify_key_param_set(false, /* false: is public key */ in verify_with_public_key() local 1740 int32_t hks_status = gen_agreed_key_param_set(¶m_set); in compute_sts_shared_secret() local
|