Home
last modified time | relevance | path

Searched refs:bn_ptr (Results 1 – 2 of 2) sorted by relevance

/external/epid-sdk/epid/common-testhelper/unittests/
Dbignum_wrapper-test.cc122 BigNum const* bn_ptr = bn; in TEST_F() local
123 (void)bn_ptr; in TEST_F()
128 BigNum const* bn_ptr = bn.getc(); in TEST_F() local
129 (void)bn_ptr; in TEST_F()
152 BigNum const* bn_ptr = bn; in TEST_F() local
153 (void)bn_ptr; in TEST_F()
158 BigNum const* bn_ptr = bn.getc(); in TEST_F() local
159 (void)bn_ptr; in TEST_F()
164 BigNum* bn_ptr = bn; in TEST_F() local
165 (void)bn_ptr; in TEST_F()
[all …]
/external/epid-sdk/epid/common-testhelper/
Dbignum_wrapper-testhelper.cc53 BigNum* bn_ptr = nullptr; in write() local
54 THROW_ON_EPIDERR(NewBigNum(len, &bn_ptr)); in write()
55 bn.reset(bn_ptr, bignum_deleter); in write()