Searched refs:bpf_crypto_type (Results 1 – 3 of 3) sorted by relevance
6 struct bpf_crypto_type { struct21 int bpf_crypto_register_type(const struct bpf_crypto_type *type); argument22 int bpf_crypto_unregister_type(const struct bpf_crypto_type *type);
14 const struct bpf_crypto_type *type;53 const struct bpf_crypto_type *type;60 int bpf_crypto_register_type(const struct bpf_crypto_type *type) in bpf_crypto_register_type()87 int bpf_crypto_unregister_type(const struct bpf_crypto_type *type) in bpf_crypto_unregister_type()108 static const struct bpf_crypto_type *bpf_crypto_get_type(const char *name) in bpf_crypto_get_type()110 const struct bpf_crypto_type *type = ERR_PTR(-ENOENT); in bpf_crypto_get_type()149 const struct bpf_crypto_type *type; in bpf_crypto_ctx_create()
55 static const struct bpf_crypto_type bpf_crypto_lskcipher_type = {