Searched refs:af_alg_type (Results 1 – 6 of 6) sorted by relevance
33 const struct af_alg_type *type;43 struct af_alg_type { struct162 int af_alg_register_type(const struct af_alg_type *type);163 int af_alg_unregister_type(const struct af_alg_type *type);
30 const struct af_alg_type *type;43 static const struct af_alg_type *alg_get_type(const char *name) in alg_get_type()45 const struct af_alg_type *type = ERR_PTR(-ENOENT); in alg_get_type()62 int af_alg_register_type(const struct af_alg_type *type) in af_alg_register_type()92 int af_alg_unregister_type(const struct af_alg_type *type) in af_alg_unregister_type()113 static void alg_do_release(const struct af_alg_type *type, void *private) in alg_do_release()154 const struct af_alg_type *type; in alg_bind()211 const struct af_alg_type *type = ask->type; in alg_setkey()289 const struct af_alg_type *type = ask->type; in alg_setkey_by_key_serial()362 const struct af_alg_type *type; in alg_setsockopt()[all …]
315 static const struct af_alg_type algif_type_rng = {
349 static const struct af_alg_type algif_type_skcipher = {
449 static const struct af_alg_type algif_type_hash = {
565 static const struct af_alg_type algif_type_aead = {