Lines Matching defs:bytes
414 u_int bytes, bignum_bits;419 bytes = (bignum_bits + 7) / 8;420 if (sshbuf_len(b) < bytes)422 __func__, bytes, sshbuf_len(b));423 if (BN_bin2bn(sshbuf_ptr(b), bytes, value) == NULL)425 if ((r = sshbuf_consume(b, bytes)) != 0)522 "remaining bytes in key blob %d", rlen);