Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dcrypto_basic.c15 struct bpf_crypto_params params = { in crypto_release()
42 struct bpf_crypto_params params = { in crypto_acquire()
Dcrypto_common.h10 struct bpf_crypto_ctx *bpf_crypto_ctx_create(const struct bpf_crypto_params *params,
Dcrypto_bench.c25 struct bpf_crypto_params params = { in crypto_setup()
Dcrypto_sanity.c56 struct bpf_crypto_params params = { in skb_crypto_setup()
/linux-6.12.1/kernel/bpf/
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()