Searched refs:max_sz (Results 1 – 1 of 1) sorted by relevance
157 static size_t deserialize_bignum(uint8_t *buf, size_t max_sz, struct bignum *bn) in deserialize_bignum() argument164 if (max_sz < sizeof(val)) in deserialize_bignum()170 max_sz -= sizeof(val); in deserialize_bignum()171 if (max_sz < sz) in deserialize_bignum()