Searched refs:af_alg_type (Results 1 – 4 of 4) sorted by relevance
33 const struct af_alg_type *type;47 struct af_alg_type { struct63 int af_alg_register_type(const struct af_alg_type *type); argument64 int af_alg_unregister_type(const struct af_alg_type *type);
26 const struct af_alg_type *type;42 static const struct af_alg_type *alg_get_type(const char *name) in alg_get_type()44 const struct af_alg_type *type = ERR_PTR(-ENOENT); in alg_get_type()61 int af_alg_register_type(const struct af_alg_type *type) in af_alg_register_type()89 int af_alg_unregister_type(const struct af_alg_type *type) in af_alg_unregister_type()110 static void alg_do_release(const struct af_alg_type *type, void *private) in alg_do_release()132 const struct af_alg_type *type; in alg_bind()175 const struct af_alg_type *type = ask->type; in alg_setkey()200 const struct af_alg_type *type; in alg_setsockopt()228 const struct af_alg_type *type; in af_alg_accept()
301 static const struct af_alg_type algif_type_hash = {
612 static const struct af_alg_type algif_type_skcipher = {