Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dentropy.h98 size_t MBEDTLS_PRIVATE(threshold); /**< Minimum bytes required before release */
163 size_t threshold, int strong);
H A Ddebug.h150 void mbedtls_debug_set_threshold(int threshold);
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dentropy.c88 size_t threshold, int strong) in mbedtls_entropy_add_source() argument
106 ctx->source[idx].threshold = threshold; in mbedtls_entropy_add_source()
315 if (ctx->source[i].size < ctx->source[i].threshold) { in mbedtls_entropy_func()
H A Ddebug.c26 void mbedtls_debug_set_threshold(int threshold) in mbedtls_debug_set_threshold() argument
28 debug_threshold = threshold; in mbedtls_debug_set_threshold()
/optee_os/core/drivers/
H A Dplic.c123 static void plic_set_threshold(struct plic_data *pd, uint32_t threshold) in plic_set_threshold() argument
127 io_write32(PLIC_THRESHOLD(pd->plic_base, context), threshold); in plic_set_threshold()
/optee_os/core/
H A Dcore.mk66 --param asan-instrumentation-with-call-threshold=0
/optee_os/core/arch/arm/dts/
H A Dat91-sama5d2_xplained.dts308 active-semi,input-voltage-threshold-microvolt = <6600>;
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog1529 when MBEDTLS_SSL_IN_CONTENT_LEN is less than a threshold that depends on
5219 * debug_set_threshold() added to ignore messages over threshold level