Home
last modified time | relevance | path

Searched refs:ready (Results 1 – 21 of 21) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/prngs/
H A Dchacha20.c34 prng->ready = 0; in chacha20_prng_start()
59 if (prng->ready) { in chacha20_prng_add_entropy()
92 …if (prng->ready) { err = CRYPT_OK; goto LBL_UNL… in chacha20_prng_ready()
99 prng->ready = 1; in chacha20_prng_ready()
116 if (!prng->ready) { outlen = 0; goto LBL_UNLOCK; } in chacha20_prng_read()
133 prng->ready = 0; in chacha20_prng_done()
H A Dsober128.c36 prng->ready = 0; in sober128_start()
61 if (prng->ready) { in sober128_add_entropy()
94 …if (prng->ready) { err = CRYPT_OK; goto… in sober128_ready()
101 prng->ready = 1; in sober128_ready()
118 if (!prng->ready) { outlen = 0; goto LBL_UNLOCK; } in sober128_read()
135 prng->ready = 0; in sober128_done()
H A Drc4.c34 prng->ready = 0; in rc4_start()
61 if (prng->ready) { in rc4_add_entropy()
95 if (prng->ready) { err = CRYPT_OK; goto LBL_UNLOCK; } in rc4_ready()
102 prng->ready = 1; in rc4_ready()
119 if (!prng->ready) { outlen = 0; goto LBL_UNLOCK; } in rc4_read()
136 prng->ready = 0; in rc4_done()
H A Dyarrow.c35 prng->ready = 0; in yarrow_start()
202 prng->ready = 1; in yarrow_ready()
222 if (!prng->ready) { in yarrow_read()
251 prng->ready = 0; in yarrow_done()
H A Drng_make_prng.c69 if ((err = prng_descriptor[wprng]->ready(prng)) != CRYPT_OK) { in rng_make_prng()
H A Dfortuna.c235 prng->ready = 0; in fortuna_start()
366 prng->ready = (err == CRYPT_OK) ? 1 : 0; in fortuna_ready()
388 if (!prng->ready) { in fortuna_read()
455 prng->ready = 0; in fortuna_done()
/optee_os/core/arch/arm/plat-nuvoton/
H A Dmain.c36 bool ready; member
76 if (npcm_hwkey.ready) in tee_otp_get_hw_unique_key()
95 npcm_hwkey.ready = true; in tee_otp_get_hw_unique_key()
/optee_os/core/drivers/
H A Dzynqmp_huk.c22 bool ready; member
121 if (huk.ready) in tee_otp_get_hw_unique_key()
144 huk.ready = true; in tee_otp_get_hw_unique_key()
219 huk.ready = true; in tee_otp_get_hw_unique_key()
H A Dimx_rngb.c66 bool ready; member
175 if (!rngb.ready) in hw_get_random_bytes()
215 rngb.ready = true; in rngb_init()
H A Dversal_huk.c23 bool ready; member
301 if (huk.ready) in tee_otp_get_hw_unique_key()
331 huk.ready = true; in tee_otp_get_hw_unique_key()
H A Dstm32_gpio.c188 bool ready; member
1635 if (bank->ready) in apply_sec_cfg()
1664 bank->ready = true; in apply_sec_cfg()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_prng.h70 short ready; /* ready flag 0-1 */ member
96 int (*ready)(prng_state *prng); member
/optee_os/core/drivers/clk/
H A Dclk-stm32-core.h15 uint8_t ready; member
34 uint8_t ready; member
H A Dclk-stm32-core.c58 if (mux->ready != MUX_NO_RDY) in stm32_mux_set_parent()
59 return stm32_gate_wait_ready((uint16_t)mux->ready, true); in stm32_mux_set_parent()
315 if (divider->ready == DIV_NO_RDY) in stm32_div_set_value()
318 return stm32_gate_wait_ready((uint16_t)divider->ready, true); in stm32_div_set_value()
H A Dclk-stm32mp13.c449 .ready = (_rdy),\
534 .ready = (_ready),\
H A Dclk-stm32mp21.c571 .ready = (_rdy),\
618 .ready = (_ready),\
H A Dclk-stm32mp25.c606 .ready = (_rdy),\
658 .ready = (_ready),\
/optee_os/core/arch/arm/dts/
H A Ddt_driver_test.dtsi10 * to defer its probe until resources are ready.
/optee_os/core/lib/libtomcrypt/
H A Dtomcrypt.c77 .ready = prng_crypto_ready,
/optee_os/lib/libmbedtls/mbedtls/
H A DSECURITY.md13 Its primary goal is to ensure fixes are ready to be deployed when the issue
H A DChangeLog1241 Signature verification is production-ready, but generation is for testing
3808 applications to wait for a network context to become ready before reading