Searched refs:RNG_RESP_BYTES (Results 1 – 1 of 1) sorted by relevance
20 #define RNG_RESP_BYTES 32U macro30 u32 response_msg[RNG_RESP_BYTES / sizeof(u32)]; in mpfs_rng_read()37 .resp_size = RNG_RESP_BYTES in mpfs_rng_read()53 copy_size_bytes = max - count > RNG_RESP_BYTES ? RNG_RESP_BYTES : max - count; in mpfs_rng_read()