Searched refs:compsz (Results 1 – 1 of 1) sorted by relevance
209 size_t compsz, datasz, sigoff; in ecc_extract_signature() local222 compsz = rawlen / 2; in ecc_extract_signature()230 if (datasz < 2 || datasz > compsz + 1) in ecc_extract_signature()247 if (datasz < compsz) { in ecc_extract_signature()248 memset(&rawsig[sigoff], 0, compsz - datasz); in ecc_extract_signature()249 sigoff += compsz - datasz; in ecc_extract_signature()