Home
last modified time | relevance | path

Searched refs:af_alg_type (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/include/crypto/
Dif_alg.h33 const struct af_alg_type *type;
47 struct af_alg_type { struct
63 int af_alg_register_type(const struct af_alg_type *type); argument
64 int af_alg_unregister_type(const struct af_alg_type *type);
/linux-3.4.99/crypto/
Daf_alg.c26 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()
Dalgif_hash.c301 static const struct af_alg_type algif_type_hash = {
Dalgif_skcipher.c612 static const struct af_alg_type algif_type_skcipher = {