| /optee_os/core/lib/libtomcrypt/src/prngs/ |
| H A D | chacha20.c | 34 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 D | sober128.c | 36 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 D | rc4.c | 34 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 D | yarrow.c | 35 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 D | rng_make_prng.c | 69 if ((err = prng_descriptor[wprng]->ready(prng)) != CRYPT_OK) { in rng_make_prng()
|
| H A D | fortuna.c | 235 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 D | main.c | 36 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 D | zynqmp_huk.c | 22 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 D | imx_rngb.c | 66 bool ready; member 175 if (!rngb.ready) in hw_get_random_bytes() 215 rngb.ready = true; in rngb_init()
|
| H A D | versal_huk.c | 23 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 D | stm32_gpio.c | 188 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 D | tomcrypt_prng.h | 70 short ready; /* ready flag 0-1 */ member 96 int (*ready)(prng_state *prng); member
|
| /optee_os/core/drivers/clk/ |
| H A D | clk-stm32-core.h | 15 uint8_t ready; member 34 uint8_t ready; member
|
| H A D | clk-stm32-core.c | 58 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 D | clk-stm32mp13.c | 449 .ready = (_rdy),\ 534 .ready = (_ready),\
|
| H A D | clk-stm32mp21.c | 571 .ready = (_rdy),\ 618 .ready = (_ready),\
|
| H A D | clk-stm32mp25.c | 606 .ready = (_rdy),\ 658 .ready = (_ready),\
|
| /optee_os/core/arch/arm/dts/ |
| H A D | dt_driver_test.dtsi | 10 * to defer its probe until resources are ready.
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | tomcrypt.c | 77 .ready = prng_crypto_ready,
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | SECURITY.md | 13 Its primary goal is to ensure fixes are ready to be deployed when the issue
|
| H A D | ChangeLog | 1241 Signature verification is production-ready, but generation is for testing 3808 applications to wait for a network context to become ready before reading
|