Searched defs:bpf_crypto_ctx (Results 1 – 1 of 1) sorted by relevance
52 struct bpf_crypto_ctx { struct53 const struct bpf_crypto_type *type;54 void *tfm;55 u32 siv_len;56 struct rcu_head rcu;57 refcount_t usage;370 BTF_ID(struct, bpf_crypto_ctx) in BTF_ID() argument