Searched refs:TRNG_E_SUCCESS (Results 1 – 2 of 2) sorted by relevance
/trusted-firmware-a-3.6.0-3.5.0/services/std_svc/trng/ |
D | trng_main.c | 42 SMC_RET4(handle, TRNG_E_SUCCESS, 0, 0, ent[0] & mask); in trng_rnd32() 45 SMC_RET4(handle, TRNG_E_SUCCESS, 0, (ent[0] >> 32) & mask, in trng_rnd32() 49 SMC_RET4(handle, TRNG_E_SUCCESS, ent[1] & mask, in trng_rnd32() 79 SMC_RET4(handle, TRNG_E_SUCCESS, 0, 0, ent[0] & mask); in trng_rnd64() 82 SMC_RET4(handle, TRNG_E_SUCCESS, 0, ent[1] & mask, ent[0]); in trng_rnd64() 85 SMC_RET4(handle, TRNG_E_SUCCESS, ent[2] & mask, ent[1], ent[0]); in trng_rnd64() 125 SMC_RET1(handle, TRNG_E_SUCCESS); in trng_smc_handler()
|
/trusted-firmware-a-3.6.0-3.5.0/include/services/ |
D | trng_svc.h | 27 #define TRNG_E_SUCCESS (0) macro
|