|
iPXE
|
A big integer test value. More...
Data Fields | |
| const uint8_t * | raw |
| Raw value. More... | |
| size_t | len |
| Length of raw value. More... | |
A big integer test value.
Definition at line 44 of file bigint_test.c.
| const uint8_t* bigint_test::raw |
Raw value.
Definition at line 46 of file bigint_test.c.
Referenced by bigint_add_okx(), bigint_is_geq_okx(), bigint_mod_exp_okx(), bigint_mod_invert_okx(), bigint_montgomery_okx(), bigint_multiply_okx(), bigint_reduce_okx(), bigint_shl_okx(), bigint_shr_okx(), bigint_subtract_okx(), and bigint_swap_okx().
| size_t bigint_test::len |
Length of raw value.
Definition at line 48 of file bigint_test.c.
Referenced by bigint_add_okx(), bigint_is_geq_okx(), bigint_mod_exp_okx(), bigint_mod_invert_okx(), bigint_montgomery_okx(), bigint_multiply_okx(), bigint_reduce_okx(), bigint_shl_okx(), bigint_shr_okx(), bigint_subtract_okx(), and bigint_swap_okx().
1.8.15