Lines Matching refs:inlen
72 unsigned int inlen, unsigned char *out,
391 static int nx842_config_crb(const unsigned char *in, unsigned int inlen, in nx842_config_crb() argument
408 (unsigned char *)in, inlen, true); in nx842_config_crb()
456 static int nx842_exec_icswx(const unsigned char *in, unsigned int inlen, in nx842_exec_icswx() argument
477 ret = nx842_config_crb(in, inlen, out, outlen, wmem); in nx842_exec_icswx()
559 static int nx842_exec_vas(const unsigned char *in, unsigned int inlen, in nx842_exec_vas() argument
578 ret = nx842_config_crb(in, inlen, out, outlen, wmem); in nx842_exec_vas()
640 static int nx842_powernv_compress(const unsigned char *in, unsigned int inlen, in nx842_powernv_compress() argument
644 return nx842_powernv_exec(in, inlen, out, outlenp, in nx842_powernv_compress()
668 static int nx842_powernv_decompress(const unsigned char *in, unsigned int inlen, in nx842_powernv_decompress() argument
672 return nx842_powernv_exec(in, inlen, out, outlenp, in nx842_powernv_decompress()