Lines Matching defs:bytes
373 u_int bytes = (bignum_bits + 7) / 8;375 if (buffer_len(b) < bytes)377 "need %d have %d", bytes, buffer_len(b));378 if (BN_bin2bn(buffer_ptr(b), bytes, value) == NULL)380 buffer_consume(b, bytes);466 "remaining bytes in key blob %d", rlen);