Home
last modified time | relevance | path

Searched refs:this_bytes (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/lib/
H A Dtpm-v1.c889 u32 this_bytes = min((size_t)count, in tpm1_get_random() local
895 length_offset, this_bytes)) in tpm1_get_random()
H A Dtpm-v2.c1430 u32 this_bytes = min((size_t)count, in tpm2_get_random() local
1436 sizeof(command_v2), this_bytes)) in tpm2_get_random()
1445 if (data_size > this_bytes) in tpm2_get_random()