Searched refs:af_alg_type (Results 1 – 6 of 6) sorted by relevance
35 const struct af_alg_type *type;45 struct af_alg_type { struct161 int af_alg_register_type(const struct af_alg_type *type);162 int af_alg_unregister_type(const struct af_alg_type *type);
24 const struct af_alg_type *type;40 static const struct af_alg_type *alg_get_type(const char *name) in alg_get_type()42 const struct af_alg_type *type = ERR_PTR(-ENOENT); in alg_get_type()59 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()151 const struct af_alg_type *type; in alg_bind()208 const struct af_alg_type *type = ask->type; in alg_setkey()233 const struct af_alg_type *type; in alg_setsockopt()280 const struct af_alg_type *type; in af_alg_accept()
317 static const struct af_alg_type algif_type_rng = {
363 static const struct af_alg_type algif_type_skcipher = {
456 static const struct af_alg_type algif_type_hash = {
577 static const struct af_alg_type algif_type_aead = {