Home
last modified time | relevance | path

Searched refs:full (Results 1 – 8 of 8) sorted by relevance

/optee_os-3.20.0/lib/libutils/ext/ftrace/
A Dftrace.c144 bool full = false; in ftrace_enter() local
157 full = (fbuf->curr_size + line_size) > fbuf->max_size; in ftrace_enter()
158 if (full) in ftrace_enter()
159 full = !fbuf_make_room(fbuf, line_size); in ftrace_enter()
161 if (!full) in ftrace_enter()
285 bool full = false; in ftrace_return() local
288 full = (fbuf->curr_size + line_size) > fbuf->max_size; in ftrace_return()
289 if (full) in ftrace_return()
290 full = !fbuf_make_room(fbuf, line_size); in ftrace_return()
292 if (!full) { in ftrace_return()
/optee_os-3.20.0/core/drivers/tpm2/
A Dtpm2_chip.c203 uint8_t full = 1; in tpm2_chip_register() local
227 if (tpm2_selftest(full)) in tpm2_chip_register()
A Dtpm2_cmd.c132 enum tpm2_result tpm2_selftest(uint8_t full) in tpm2_selftest() argument
141 tpm2_cmd_add_u8(buf, buf_len, full); in tpm2_selftest()
/optee_os-3.20.0/core/lib/libfdt/
A DREADME.license12 under the GNU GPL. The full text of the GPL can be found in the file
19 BSD license (aka the ISC license). The full terms of that license can
/optee_os-3.20.0/core/include/
A Dtpm2.h176 enum tpm2_result tpm2_selftest(uint8_t full);
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DREADME.md189 …f the above tests, plus some more, with various build options (such as ASan, full `config.h`, etc).
252 …icenses/Apache-2.0.html) license. See the [LICENSE](LICENSE) file for the full text of this licens…
A DChangeLog169 where this function cannot fail, or full-module replacements with
2323 * Certificate verification functions now set flags to -1 in case the full
3137 full and polarssl_free() is called (found by Mark Hasemeyer)
3329 * debug_set_log_mode() added to determine raw or full logging
3337 * Debug module only outputs full lines instead of parts
3349 ciphersuites, for full SSL frames of data.
4427 handling of 'full' certificate chains (found by Mathias
/optee_os-3.20.0/
A DCHANGELOG.md904 is detected, except full rollback. Fixes [#1188][issue1188].
1289 of an eMMC device. Check the [full documentation][rpmb_doc]

Completed in 17 milliseconds