Searched refs:check_constraints (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/crypto/nx/ |
| H A D | nx-common-pseries.c | 55 static int check_constraints(unsigned long buf, unsigned int *len, bool in) in check_constraints() function 324 if (check_constraints(inbuf, &inlen, true)) in nx842_pseries_compress() 328 if (check_constraints(outbuf, outlen, false)) in nx842_pseries_compress() 455 if (check_constraints(inbuf, &inlen, true)) in nx842_pseries_decompress() 459 if (check_constraints(outbuf, outlen, false)) in nx842_pseries_decompress()
|