Home
last modified time | relevance | path

Searched refs:check_constraints (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/nx/
H A Dnx-842-pseries.c29 static int check_constraints(unsigned long buf, unsigned int *len, bool in) in check_constraints() function
296 if (check_constraints(inbuf, &inlen, true)) in nx842_pseries_compress()
300 if (check_constraints(outbuf, outlen, false)) in nx842_pseries_compress()
427 if (check_constraints(inbuf, &inlen, true)) in nx842_pseries_decompress()
431 if (check_constraints(outbuf, outlen, false)) in nx842_pseries_decompress()
H A Dnx-842.c134 static void check_constraints(struct nx842_constraints *c) in check_constraints() function
262 check_constraints(&c); in nx842_crypto_compress()
443 check_constraints(&c); in nx842_crypto_decompress()
/kernel/linux/linux-6.6/drivers/crypto/nx/
H A Dnx-common-pseries.c54 static int check_constraints(unsigned long buf, unsigned int *len, bool in) in check_constraints() function
323 if (check_constraints(inbuf, &inlen, true)) in nx842_pseries_compress()
327 if (check_constraints(outbuf, outlen, false)) in nx842_pseries_compress()
454 if (check_constraints(inbuf, &inlen, true)) in nx842_pseries_decompress()
458 if (check_constraints(outbuf, outlen, false)) in nx842_pseries_decompress()
H A Dnx-842.c134 static void check_constraints(struct nx842_constraints *c) in check_constraints() function
262 check_constraints(&c); in nx842_crypto_compress()
443 check_constraints(&c); in nx842_crypto_decompress()
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dperf_event.c86 int (*check_constraints)(struct perf_event **, unsigned long *, int); member
223 .check_constraints = ev67_check_constraints,
382 return alpha_pmu->check_constraints(events, evtypes, n_ev); in alpha_check_constraints()
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dperf_event.c86 int (*check_constraints)(struct perf_event **, unsigned long *, int); member
223 .check_constraints = ev67_check_constraints,
382 return alpha_pmu->check_constraints(events, evtypes, n_ev); in alpha_check_constraints()

Completed in 8 milliseconds