Searched refs:bypass (Results 1 – 5 of 5) sorted by relevance
/optee_os-3.20.0/core/drivers/clk/sam/ |
A D | at91_main.c | 170 struct clk *parent, bool bypass) in pmc_register_main_osc() argument 180 if (bypass) in pmc_register_main_osc()
|
A D | sama5d2_clk.c | 318 int bypass = 0; in pmc_setup() local 377 bypass = fdt32_to_cpu(*fdt_prop); in pmc_setup() 380 bypass); in pmc_setup()
|
A D | at91_clk.h | 136 struct clk *parent, bool bypass);
|
/optee_os-3.20.0/core/drivers/clk/ |
A D | clk-stm32mp13.c | 30 bool bypass; member 614 struct clk_stm32_bypass *bypass; member 641 .bypass = (_bypass),\ 685 bool digbyp, bool bypass) in clk_oscillator_set_bypass() argument 687 struct clk_stm32_bypass *bypass_data = osc_data->bypass; in clk_oscillator_set_bypass() 698 if (bypass || digbyp) in clk_oscillator_set_bypass() 759 clk_oscillator_set_bypass(priv, osc_data, osci->digbyp, osci->bypass); in stm32_enable_oscillator_hse() 779 clk_oscillator_set_bypass(priv, osc_data, osci->digbyp, osci->bypass); in stm32_enable_oscillator_lse() 1452 osci->bypass = true; in clk_stm32_parse_oscillator_fdt()
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | ChangeLog | 140 from the output buffer. This fixes a potential policy bypass or decryption 754 enclave) could bypass an existing counter-measure (base blinding) and 2298 * Fix authentication bypass in SSL/TLS: when authmode is set to optional, 2344 to bypass the version verification check. Found by Peng Li/Yueh-Hsun Lin, 2348 to bypass the version verification check. Found by Peng Li/Yueh-Hsun Lin, 2352 constructed certificates to bypass the certificate verification check.
|
Completed in 16 milliseconds