Lines Matching refs:inlen
72 unsigned int inlen, unsigned char *out,
388 static int nx842_config_crb(const unsigned char *in, unsigned int inlen, in nx842_config_crb() argument
405 (unsigned char *)in, inlen, true); in nx842_config_crb()
453 static int nx842_exec_icswx(const unsigned char *in, unsigned int inlen, in nx842_exec_icswx() argument
474 ret = nx842_config_crb(in, inlen, out, outlen, wmem); in nx842_exec_icswx()
556 static int nx842_exec_vas(const unsigned char *in, unsigned int inlen, in nx842_exec_vas() argument
575 ret = nx842_config_crb(in, inlen, out, outlen, wmem); in nx842_exec_vas()
637 static int nx842_powernv_compress(const unsigned char *in, unsigned int inlen, in nx842_powernv_compress() argument
641 return nx842_powernv_exec(in, inlen, out, outlenp, in nx842_powernv_compress()
665 static int nx842_powernv_decompress(const unsigned char *in, unsigned int inlen, in nx842_powernv_decompress() argument
669 return nx842_powernv_exec(in, inlen, out, outlenp, in nx842_powernv_decompress()