Home
last modified time | relevance | path

Searched refs:af_alg_type (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/include/crypto/
H A Dif_alg.h35 const struct af_alg_type *type;
45 struct af_alg_type { struct
164 int af_alg_register_type(const struct af_alg_type *type);
165 int af_alg_unregister_type(const struct af_alg_type *type);
/kernel/linux/linux-6.6/include/crypto/
H A Dif_alg.h33 const struct af_alg_type *type;
43 struct af_alg_type { struct
162 int af_alg_register_type(const struct af_alg_type *type);
163 int af_alg_unregister_type(const struct af_alg_type *type);
/kernel/linux/linux-6.6/crypto/
H A Daf_alg.c30 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 *typ in alg_setsockopt()
[all...]
H A Dalgif_skcipher.c349 static const struct af_alg_type algif_type_skcipher = {
H A Dalgif_rng.c315 static const struct af_alg_type algif_type_rng = {
H A Dalgif_aead.c565 static const struct af_alg_type algif_type_aead = {
H A Dalgif_hash.c449 static const struct af_alg_type algif_type_hash = {
/kernel/linux/linux-5.10/crypto/
H A Daf_alg.c24 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 *typ in af_alg_accept()
[all...]
H A Dalgif_skcipher.c363 static const struct af_alg_type algif_type_skcipher = {
H A Dalgif_rng.c317 static const struct af_alg_type algif_type_rng = {
H A Dalgif_aead.c577 static const struct af_alg_type algif_type_aead = {
H A Dalgif_hash.c456 static const struct af_alg_type algif_type_hash = {

Completed in 12 milliseconds