Searched refs:bpf_crypto_decrypt (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | crypto_common.h | 16 int bpf_crypto_decrypt(struct bpf_crypto_ctx *ctx, const struct bpf_dynptr *src,
|
D | crypto_bench.c | 101 status = bpf_crypto_decrypt(ctx, &psrc, &pdst, NULL); in crypto_decrypt()
|
D | crypto_sanity.c | 118 status = bpf_crypto_decrypt(ctx, &psrc, &pdst, NULL); in decrypt_sanity()
|
/linux-6.12.1/kernel/bpf/ |
D | crypto.c | 313 __bpf_kfunc int bpf_crypto_decrypt(struct bpf_crypto_ctx *ctx, in bpf_crypto_decrypt() function 360 BTF_ID_FLAGS(func, bpf_crypto_decrypt, KF_RCU)
|