Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dattestation_key.c137 int32_t bytes_remaining = 0; in copy_cert_chain_from_buf() local
152 bytes_remaining = cert_chain_size; in copy_cert_chain_from_buf()
160 bytes_remaining -= (sizeof(uint32_t) + in copy_cert_chain_from_buf()
163 if (bytes_remaining <= 0) { in copy_cert_chain_from_buf()
164 retval = (bytes_remaining == 0); in copy_cert_chain_from_buf()