Home
last modified time | relevance | path

Searched refs:check_constraints (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/crypto/nx/
H A Dnx-common-pseries.c55 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()
H A Dnx-842.c139 static void check_constraints(struct nx842_constraints *c) in check_constraints() function
269 check_constraints(&c); in nx842_crypto_compress()
450 check_constraints(&c); in nx842_crypto_decompress()