Home
last modified time | relevance | path

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

/linux-4.19.296/include/crypto/
Dif_alg.h40 const struct af_alg_type *type;
50 struct af_alg_type { struct
163 int af_alg_register_type(const struct af_alg_type *type);
164 int af_alg_unregister_type(const struct af_alg_type *type);
/linux-4.19.296/crypto/
Daf_alg.c28 const struct af_alg_type *type;
44 static const struct af_alg_type *alg_get_type(const char *name) in alg_get_type()
46 const struct af_alg_type *type = ERR_PTR(-ENOENT); in alg_get_type()
63 int af_alg_register_type(const struct af_alg_type *type) in af_alg_register_type()
93 int af_alg_unregister_type(const struct af_alg_type *type) in af_alg_unregister_type()
114 static void alg_do_release(const struct af_alg_type *type, void *private) in alg_do_release()
155 const struct af_alg_type *type; in alg_bind()
213 const struct af_alg_type *type = ask->type; in alg_setkey()
238 const struct af_alg_type *type; in alg_setsockopt()
277 const struct af_alg_type *type; in af_alg_accept()
Dalgif_rng.c169 static const struct af_alg_type algif_type_rng = {
Dalgif_skcipher.c376 static const struct af_alg_type algif_type_skcipher = {
Dalgif_hash.c465 static const struct af_alg_type algif_type_hash = {
Dalgif_aead.c591 static const struct af_alg_type algif_type_aead = {