Searched refs:HksBnExpModRun (Results 1 – 4 of 4) sorted by relevance
/test/xts/acts/security_lite/huks/liteos_a_adapter/ |
D | hks_bn_exp_mod_test.cpp | 86 int32_t ret = HksBnExpModRun(&tmpX, &tmpA, &tmpE, &tmpN, 1); in TestValue() 133 ret = HksBnExpModRun(x, a, e, n, 1);
|
/test/xts/acts/security_lite/huks/liteos_m_adapter/ |
D | hks_bn_exp_mod_test.c | 113 int32_t ret = HksBnExpModRun(&tmpX, &tmpA, &tmpE, &tmpN, 1); in TestValue() 160 ret = HksBnExpModRun(x, a, e, n, 1); in LITE_TEST_CASE()
|
/test/xts/acts/security_lite/huks/common/include/ |
D | hks_test_api_performance.h | 54 int32_t HksBnExpModRun(struct HksBlob *x, const struct HksBlob *a,
|
/test/xts/acts/security_lite/huks/common/ |
D | hks_test_api_performance.c | 215 int32_t HksBnExpModRun(struct HksBlob *x, const struct HksBlob *a, in HksBnExpModRun() function
|