Lines Matching refs:bpf_crypto_ctx
52 struct bpf_crypto_ctx { struct
145 __bpf_kfunc struct bpf_crypto_ctx *
150 struct bpf_crypto_ctx *ctx; in bpf_crypto_ctx_create()
225 struct bpf_crypto_ctx *ctx; in crypto_free_cb()
227 ctx = container_of(head, struct bpf_crypto_ctx, rcu); in crypto_free_cb()
242 __bpf_kfunc struct bpf_crypto_ctx *
243 bpf_crypto_ctx_acquire(struct bpf_crypto_ctx *ctx) in bpf_crypto_ctx_acquire()
258 __bpf_kfunc void bpf_crypto_ctx_release(struct bpf_crypto_ctx *ctx) in bpf_crypto_ctx_release()
264 static int bpf_crypto_crypt(const struct bpf_crypto_ctx *ctx, in bpf_crypto_crypt()
313 __bpf_kfunc int bpf_crypto_decrypt(struct bpf_crypto_ctx *ctx, in bpf_crypto_decrypt()
334 __bpf_kfunc int bpf_crypto_encrypt(struct bpf_crypto_ctx *ctx, in bpf_crypto_encrypt()
370 BTF_ID(struct, bpf_crypto_ctx) in BTF_ID() argument