Searched refs:copy_sample (Results 1 – 1 of 1) sorted by relevance
88 size_t (*copy_sample)(u8 **ptr, size_t size, ulong *rnd); in smccc_trng_read() local91 copy_sample = smc64_copy_sample; in smccc_trng_read()95 copy_sample = smc32_copy_sample; in smccc_trng_read()116 sz = copy_sample(&ptr, sz, &res.a3); in smccc_trng_read()118 sz = copy_sample(&ptr, sz, &res.a2); in smccc_trng_read()120 sz = copy_sample(&ptr, sz, &res.a1); in smccc_trng_read()
Completed in 10 milliseconds