Searched refs:steps (Results 1 – 10 of 10) sorted by relevance
| /optee_os/lib/libutils/ext/ |
| H 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() 83 enum ftmn_incr incr, unsigned long steps, in ___ftmn_callee_done_check() argument 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() [all …]
|
| /optee_os/lib/libutils/ext/include/ |
| H A D | fault_mitigation.h | 71 unsigned long steps; member 222 unsigned long ___ftmn_return_res(struct ftmn_check *check, unsigned long steps, 225 unsigned long steps, unsigned long res); 238 unsigned long steps, unsigned long res); 358 unsigned long steps, in __ftmn_callee_done_check() argument 363 &ftmn->check, incr, steps, res); in __ftmn_callee_done_check() 643 ftmn->check.steps += incr; in ftmn_checkpoint() 660 enum ftmn_incr incr, unsigned long steps, in ftmn_expect_state() argument 665 assert(ftmn->check.steps == steps); in ftmn_expect_state() 667 ___ftmn_expect_state(&ftmn->check, incr, steps, res); in ftmn_expect_state() [all …]
|
| /optee_os/core/lib/libtomcrypt/src/misc/bcrypt/ |
| H 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/lib/libmbedtls/mbedtls/ |
| H A D | BUGS.md | 7 If you think you've found a bug in Mbed TLS, please follow these steps:
|
| H A D | LICENSE | 253 We protect your rights with two steps: (1) copyright the software, and
|
| H A D | ChangeLog | 3324 steps you have to take when enabling it.
|
| /optee_os/core/arch/arm/plat-sam/ |
| H A D | scmi_server.c | 1146 unsigned long *steps) in plat_scmi_clock_rates_by_step() argument 1157 steps[0] = p->output_range.min; in plat_scmi_clock_rates_by_step() 1158 steps[1] = p->output_range.max; in plat_scmi_clock_rates_by_step() 1159 steps[2] = 1; in plat_scmi_clock_rates_by_step()
|
| /optee_os/core/drivers/scmi-msg/ |
| H A D | clock.c | 40 unsigned long *steps __unused) in plat_scmi_clock_rates_by_step()
|
| H A D | voltage_domain.c | 41 long *steps __unused) in plat_scmi_voltd_levels_by_step()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | x509_crt.c | 2758 int steps = 4; in x509_inet_pton_ipv6() local 2761 steps--; in x509_inet_pton_ipv6() 2762 } while (*p != ':' && steps > 0); in x509_inet_pton_ipv6()
|