Home
last modified time | relevance | path

Searched refs:bpf_crypto_type (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dbpf_crypto.h6 struct bpf_crypto_type { struct
21 int bpf_crypto_register_type(const struct bpf_crypto_type *type); argument
22 int bpf_crypto_unregister_type(const struct bpf_crypto_type *type);
/linux/kernel/bpf/
H A Dcrypto.c14 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()
/linux/crypto/
H A Dbpf_crypto_skcipher.c55 static const struct bpf_crypto_type bpf_crypto_lskcipher_type = {