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

/include/crypto/internal/
H A Dcompress.h25 extern int crypto_register_pcomp(struct pcomp_alg *alg);
26 extern int crypto_unregister_pcomp(struct pcomp_alg *alg);
H A Dhash.h38 struct ahash_alg alg; member in struct:ahash_instance
42 struct shash_alg alg; member in struct:shash_instance
80 int crypto_register_ahash(struct ahash_alg *alg);
81 int crypto_unregister_ahash(struct ahash_alg *alg);
87 struct hash_alg_common *alg,
97 int crypto_register_shash(struct shash_alg *alg);
98 int crypto_unregister_shash(struct shash_alg *alg);
106 struct shash_alg *alg,
136 static inline struct ahash_alg *__crypto_ahash_alg(struct crypto_alg *alg) argument
138 return container_of(__crypto_hash_alg_common(alg), struc
170 ahash_alloc_instance( const char *name, struct crypto_alg *alg) argument
223 shash_alloc_instance( const char *name, struct crypto_alg *alg) argument
[all...]
H A Dskcipher.h47 return spawn->base.alg;
60 const char *crypto_default_geniv(const struct crypto_alg *alg);
H A Daead.h47 return spawn->base.alg;
/include/crypto/
H A Dalgapi.h25 unsigned int (*ctxsize)(struct crypto_alg *alg, u32 type, u32 mask);
26 unsigned int (*extsize)(struct crypto_alg *alg);
29 void (*show)(struct seq_file *m, struct crypto_alg *alg);
30 int (*report)(struct sk_buff *skb, struct crypto_alg *alg);
40 struct crypto_alg alg; member in struct:crypto_instance
62 struct crypto_alg *alg; member in struct:crypto_spawn
132 void crypto_mod_put(struct crypto_alg *alg);
140 int crypto_unregister_instance(struct crypto_alg *alg);
142 int crypto_init_spawn(struct crypto_spawn *spawn, struct crypto_alg *alg,
144 int crypto_init_spawn2(struct crypto_spawn *spawn, struct crypto_alg *alg,
[all...]
H A Dcompress.h89 static inline struct pcomp_alg *__crypto_pcomp_alg(struct crypto_alg *alg) argument
91 return container_of(alg, struct pcomp_alg, base);
H A Dhash.h135 struct crypto_alg *alg)
137 return container_of(alg, struct hash_alg_common, base);
287 static inline struct shash_alg *__crypto_shash_alg(struct crypto_alg *alg) argument
289 return container_of(alg, struct shash_alg, base);
134 __crypto_hash_alg_common( struct crypto_alg *alg) argument
/include/linux/crush/
H A Dcrush.h107 extern const char *crush_bucket_alg_name(int alg);
112 __u8 alg; /* one of CRUSH_BUCKET_* */ member in struct:crush_bucket
/include/net/
H A Dxfrm.h914 * Otherwise, both must have a context and the sids, doi, alg must match
1693 static inline int aead_len(struct xfrm_algo_aead *alg) argument
1695 return sizeof(*alg) + ((alg->alg_key_len + 7) / 8);
1698 static inline int xfrm_alg_len(const struct xfrm_algo *alg) argument
1700 return sizeof(*alg) + ((alg->alg_key_len + 7) / 8);
1703 static inline int xfrm_alg_auth_len(const struct xfrm_algo_auth *alg) argument
1705 return sizeof(*alg) + ((alg
[all...]
/include/linux/
H A Dcrypto.h308 void (*cra_destroy)(struct crypto_alg *alg);
316 int crypto_register_alg(struct crypto_alg *alg);
317 int crypto_unregister_alg(struct crypto_alg *alg);
500 int alg_test(const char *driver, const char *alg, u32 type, u32 mask);
/include/media/davinci/
H A Disif.h407 __u8 alg; member in struct:isif_compress
/include/uapi/linux/
H A Dwireless.h620 /* struct iw_encode_ext ->alg */
838 __u16 alg; /* IW_ENCODE_ALG_* */ member in struct:iw_encode_ext

Completed in 174 milliseconds