bpf_crypto_type
static const struct bpf_crypto_type bpf_crypto_lskcipher_type = {
int bpf_crypto_register_type(const struct bpf_crypto_type *type);
int bpf_crypto_unregister_type(const struct bpf_crypto_type *type);
static const struct bpf_crypto_type *bpf_crypto_get_type(const char *name)
const struct bpf_crypto_type *type = ERR_PTR(-ENOENT);
const struct bpf_crypto_type *type;
const struct bpf_crypto_type *type;
const struct bpf_crypto_type *type;
int bpf_crypto_register_type(const struct bpf_crypto_type *type)
int bpf_crypto_unregister_type(const struct bpf_crypto_type *type)