Searched refs:steps (Results 1 – 7 of 7) sorted by relevance
/optee_os-3.20.0/lib/libutils/ext/ |
A D | fault_mitigation.c | 24 unsigned long steps, unsigned long res) in ___ftmn_return_res() argument 26 if (check->steps != steps) in ___ftmn_return_res() 34 unsigned long steps, unsigned long res) in ___ftmn_expect_state() argument 38 if (check->steps != steps) in ___ftmn_expect_state() 40 check->steps += incr; in ___ftmn_expect_state() 88 if (check->steps != steps) in ___ftmn_callee_done_check() 91 check->steps += incr; in ___ftmn_callee_done_check() 116 check->steps += incr; in ___ftmn_copy_linked_call_res() 122 check->steps += incr; in ___ftmn_set_check_res() 132 check->steps += incr; in ___ftmn_set_check_res_not_zero() [all …]
|
/optee_os-3.20.0/lib/libutils/ext/include/ |
A D | fault_mitigation.h | 71 unsigned long steps; member 215 unsigned long steps, unsigned long res); 228 unsigned long steps, unsigned long res); 345 unsigned long steps, in __ftmn_callee_done_check() argument 350 &ftmn->check, incr, steps, res); in __ftmn_callee_done_check() 630 ftmn->check.steps += incr; in ftmn_checkpoint() 647 enum ftmn_incr incr, unsigned long steps, in ftmn_expect_state() argument 652 assert(ftmn->check.steps == steps); in ftmn_expect_state() 670 unsigned long steps, in ftmn_return_res() argument 681 assert(ftmn->check.steps == steps); in ftmn_return_res() [all …]
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/bcrypt/ |
A D | bcrypt.c | 82 unsigned long left, itts, x, y, hashed_pass_len, step_size, steps, dest, used_rounds; in bcrypt_pbkdf_openbsd() local 121 steps = (*outlen + step_size - 1) / step_size; in bcrypt_pbkdf_openbsd() 167 steps = MIN(steps, left); in bcrypt_pbkdf_openbsd() 168 for (y = 0; y < steps; ++y) { in bcrypt_pbkdf_openbsd()
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | BUGS.md | 7 If you think you've found a bug in Mbed TLS, please follow these steps:
|
A D | ChangeLog | 1435 steps you have to take when enabling it.
|
/optee_os-3.20.0/core/drivers/scmi-msg/ |
A D | clock.c | 40 unsigned long *steps __unused) in plat_scmi_clock_rates_by_step()
|
A D | voltage_domain.c | 41 long *steps __unused) in plat_scmi_voltd_levels_by_step()
|
Completed in 15 milliseconds