Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/unittest_mock/
H A Dhuks_adapter_mock.c315 struct HksBlob big_num_a = { base->length, base->data }; in cal_bignum_exp() local
345 status = HksBnExpMod(&big_num_x, &big_num_a, &big_num_e, &big_num_n); in cal_bignum_exp()
H A Dhuks_adapter_mock_for_pake.c315 struct HksBlob big_num_a = { base->length, base->data }; in cal_bignum_exp() local
345 status = HksBnExpMod(&big_num_x, &big_num_a, &big_num_e, &big_num_n); in cal_bignum_exp()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/huks_adapter/
H A Dhuks_adapter.c335 struct HksBlob big_num_a = { base->length, base->data }; in cal_bignum_exp() local
365 status = HksBnExpMod(&big_num_x, &big_num_a, &big_num_e, &big_num_n); in cal_bignum_exp()