| /optee_os/core/include/ |
| H A D | rng_support.h | 10 TEE_Result hw_get_random_bytes(void *buf, size_t blen);
|
| /optee_os/core/crypto/ |
| H A D | rng_hw.c | 30 return hw_get_random_bytes(buf, blen); in crypto_rng_read()
|
| /optee_os/core/drivers/crypto/se050/core/ |
| H A D | rng.c | 31 TEE_Result hw_get_random_bytes(void *buf, size_t blen) in hw_get_random_bytes() function
|
| /optee_os/core/arch/arm/plat-rcar/ |
| H A D | hw_rng.c | 27 TEE_Result hw_get_random_bytes(void *buf, size_t len) in hw_get_random_bytes() function
|
| /optee_os/core/drivers/ |
| H A D | riscv_zkr_rng.c | 58 TEE_Result hw_get_random_bytes(void *buf, size_t len) in hw_get_random_bytes() function
|
| H A D | hisi_trng.c | 42 TEE_Result hw_get_random_bytes(void *buf, size_t len) in hw_get_random_bytes() function
|
| H A D | hi16xx_rng.c | 65 TEE_Result hw_get_random_bytes(void *buf, size_t len) in hw_get_random_bytes() function
|
| H A D | atmel_trng.c | 48 TEE_Result hw_get_random_bytes(void *buf, size_t len) in hw_get_random_bytes() function
|
| H A D | xiphera_trng.c | 70 TEE_Result hw_get_random_bytes(void *buf, size_t len) in hw_get_random_bytes() function
|
| H A D | dra7_rng.c | 105 TEE_Result hw_get_random_bytes(void *buf, size_t len) in hw_get_random_bytes() function
|
| H A D | smccc_trng.c | 216 TEE_Result hw_get_random_bytes(void *buf, size_t len) in hw_get_random_bytes() function
|
| H A D | imx_rngb.c | 169 TEE_Result hw_get_random_bytes(void *buf, size_t len) in hw_get_random_bytes() function
|
| H A D | stm32_rng.c | 481 TEE_Result hw_get_random_bytes(void *out, size_t size) in hw_get_random_bytes() function
|
| H A D | versal_trng.c | 1069 TEE_Result hw_get_random_bytes(void *buf, size_t len) in hw_get_random_bytes() function
|
| /optee_os/core/arch/arm/plat-stm/ |
| H A D | rng_support.c | 49 TEE_Result hw_get_random_bytes(void *buf, size_t len) in hw_get_random_bytes() function
|
| /optee_os/core/arch/arm/plat-rockchip/ |
| H A D | platform_rk3588.c | 104 TEE_Result hw_get_random_bytes(void *buf, size_t blen) in hw_get_random_bytes() function 181 res = hw_get_random_bytes(buffer, sizeof(buffer)); in generate_huk()
|
| /optee_os/core/arch/arm/plat-k3/drivers/ |
| H A D | eip76d_trng.c | 125 TEE_Result hw_get_random_bytes(void *buf, size_t len) in hw_get_random_bytes() function
|
| /optee_os/core/arch/riscv/kernel/ |
| H A D | boot.c | 305 res = hw_get_random_bytes(&seed, sizeof(seed)); in get_aslr_seed()
|
| /optee_os/core/drivers/crypto/caam/ |
| H A D | caam_rng.c | 366 TEE_Result hw_get_random_bytes(void *buf, size_t blen) in hw_get_random_bytes() function
|
| /optee_os/core/drivers/crypto/hisilicon/ |
| H A D | hpre_dh.c | 165 if (hw_get_random_bytes(buf, key_bytes)) { in hpre_dh_gen_privkey()
|
| H A D | hpre_montgomery.c | 133 ret = hw_get_random_bytes(priv, key_size); in gen_random_privkey()
|
| H A D | hpre_rsa.c | 306 if (hw_get_random_bytes(ps, ps_len)) { in pkcs_v1_5_fill_ps() 464 ret = hw_get_random_bytes(seed, lhash_len); in rsa_oaep_encode()
|
| H A D | hpre_ecc.c | 889 if (hw_get_random_bytes(rand_k + j, size - j)) { in gen_random_k()
|
| /optee_os/core/drivers/crypto/ele/ |
| H A D | ele.c | 568 TEE_Result hw_get_random_bytes(void *buf, size_t len) in hw_get_random_bytes() function
|