Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dif_alg.h33 const struct af_alg_type *type;
43 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);
44 bindaf_alg_type global() argument
45 releaseaf_alg_type global() argument
46 setkeyaf_alg_type global() argument
47 setentropyaf_alg_type global() argument
48 acceptaf_alg_type global() argument
49 accept_nokeyaf_alg_type global() argument
50 setauthsizeaf_alg_type global() argument
52 opsaf_alg_type global() argument
53 ops_nokeyaf_alg_type global() argument
54 owneraf_alg_type global() argument
55 nameaf_alg_type global() argument
/linux/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_rng.c315 static const struct af_alg_type algif_type_rng = {
H A Dalgif_skcipher.c415 static const struct af_alg_type algif_type_skcipher = {
H A Dalgif_aead.c500 static const struct af_alg_type algif_type_aead = {
H A Dalgif_hash.c445 static const struct af_alg_type algif_type_hash = {