Home
last modified time | relevance | path

Searched refs:bpf_crypto_params (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dcrypto_basic.c15 struct bpf_crypto_params params = { in crypto_release()
42 struct bpf_crypto_params params = { in crypto_acquire()
H A Dcrypto_common.h10 struct bpf_crypto_ctx *bpf_crypto_ctx_create(const struct bpf_crypto_params *params,
H A Dcrypto_bench.c18 * and additionally materializes the on-stack 'struct bpf_crypto_params' twice.
26 static struct bpf_crypto_params params; in crypto_setup()
H A Dcrypto_sanity.c17 * and additionally materializes the on-stack 'struct bpf_crypto_params' twice.
26 static struct bpf_crypto_params params; in skb_dynptr_validate()
/linux/kernel/bpf/
H A Dcrypto.c30 struct bpf_crypto_params { struct
146 bpf_crypto_ctx_create(const struct bpf_crypto_params *params, u32 params__sz, in bpf_crypto_ctx_create()
153 params__sz != sizeof(struct bpf_crypto_params)) { in bpf_crypto_ctx_create()