Home
last modified time | relevance | path

Searched refs:crypto_tfm (Results 1 – 21 of 21) sorted by relevance

/include/linux/
A Dcrypto.h175 struct crypto_tfm;
192 struct crypto_tfm *tfm;
254 int (*cia_setkey)(struct crypto_tfm *tfm, const u8 *key,
354 int (*cra_init)(struct crypto_tfm *tfm);
355 void (*cra_exit)(struct crypto_tfm *tfm);
411 struct crypto_tfm { struct
418 struct crypto_tfm *fb; argument
420 void (*exit)(struct crypto_tfm *tfm); argument
484 struct crypto_tfm *tfm; in crypto_tfm_ctx_alignment()
511 struct crypto_tfm *tfm) in crypto_request_set_tfm()
[all …]
/include/crypto/
A Dtwofish.h11 struct crypto_tfm;
23 int twofish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len);
A Dalgapi.h142 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type,
173 static inline void *crypto_tfm_ctx(struct crypto_tfm *tfm) in crypto_tfm_ctx()
178 static inline void *crypto_tfm_ctx_align(struct crypto_tfm *tfm, in crypto_tfm_ctx_align()
197 static inline void *crypto_tfm_ctx_dma(struct crypto_tfm *tfm) in crypto_tfm_ctx_dma()
203 struct crypto_tfm *tfm) in crypto_tfm_alg_instance()
261 static inline u32 crypto_tfm_alg_type(struct crypto_tfm *tfm) in crypto_tfm_alg_type()
266 static inline bool crypto_tfm_req_virt(struct crypto_tfm *tfm) in crypto_tfm_req_virt()
A Dsig.h19 struct crypto_tfm base;
96 static inline struct crypto_tfm *crypto_sig_tfm(struct crypto_sig *tfm) in crypto_sig_tfm()
101 static inline struct crypto_sig *__crypto_sig_tfm(struct crypto_tfm *tfm) in __crypto_sig_tfm()
A Dblowfish.h21 int blowfish_setkey(struct crypto_tfm *tfm, const u8 *key,
A Drng.h57 struct crypto_tfm base;
94 static inline struct crypto_tfm *crypto_rng_tfm(struct crypto_rng *tfm) in crypto_rng_tfm()
A Dkpp.h51 struct crypto_tfm base;
114 static inline struct crypto_tfm *crypto_kpp_tfm(struct crypto_kpp *tfm) in crypto_kpp_tfm()
124 static inline struct crypto_kpp *__crypto_kpp_tfm(struct crypto_tfm *tfm) in __crypto_kpp_tfm()
A Dcast5.h19 int cast5_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen);
A Dcast6.h19 int cast6_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen);
A Dserpent.h23 int serpent_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen);
A Dakcipher.h49 struct crypto_tfm base;
122 static inline struct crypto_tfm *crypto_akcipher_tfm( in crypto_akcipher_tfm()
134 struct crypto_tfm *tfm) in __crypto_akcipher_tfm()
A Daead.h159 struct crypto_tfm base;
162 static inline struct crypto_aead *__crypto_aead_cast(struct crypto_tfm *tfm) in __crypto_aead_cast()
183 static inline struct crypto_tfm *crypto_aead_tfm(struct crypto_aead *tfm) in crypto_aead_tfm()
A Dskcipher.h56 struct crypto_tfm base;
64 struct crypto_tfm base;
260 struct crypto_tfm *tfm) in __crypto_skcipher_cast()
303 static inline struct crypto_tfm *crypto_skcipher_tfm( in crypto_skcipher_tfm()
309 static inline struct crypto_tfm *crypto_lskcipher_tfm( in crypto_lskcipher_tfm()
315 static inline struct crypto_tfm *crypto_sync_skcipher_tfm( in crypto_sync_skcipher_tfm()
A Daes.h51 int crypto_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key,
A Dhash.h269 struct crypto_tfm base;
273 struct crypto_tfm base;
291 static inline struct crypto_ahash *__crypto_ahash_cast(struct crypto_tfm *tfm) in __crypto_ahash_cast()
315 static inline struct crypto_tfm *crypto_ahash_tfm(struct crypto_ahash *tfm) in crypto_ahash_tfm()
754 static inline struct crypto_tfm *crypto_shash_tfm(struct crypto_shash *tfm) in crypto_shash_tfm()
A Dacompress.h117 struct crypto_tfm base;
167 static inline struct crypto_tfm *crypto_acomp_tfm(struct crypto_acomp *tfm) in crypto_acomp_tfm()
178 static inline struct crypto_acomp *__crypto_acomp_tfm(struct crypto_tfm *tfm) in __crypto_acomp_tfm()
A Daria.h455 int aria_set_key(struct crypto_tfm *tfm, const u8 *in_key,
/include/crypto/internal/
A Dscompress.h15 struct crypto_tfm base;
56 static inline struct crypto_scomp *__crypto_scomp_tfm(struct crypto_tfm *tfm) in __crypto_scomp_tfm()
61 static inline struct crypto_tfm *crypto_scomp_tfm(struct crypto_scomp *tfm) in crypto_scomp_tfm()
A Dcipher.h17 struct crypto_tfm base;
37 static inline struct crypto_cipher *__crypto_cipher_cast(struct crypto_tfm *tfm) in __crypto_cipher_cast()
66 static inline struct crypto_tfm *crypto_cipher_tfm(struct crypto_cipher *tfm) in crypto_cipher_tfm()
A Ddes.h26 static inline int crypto_des_verify_key(struct crypto_tfm *tfm, const u8 *key) in crypto_des_verify_key()
91 static inline int crypto_des3_ede_verify_key(struct crypto_tfm *tfm, in crypto_des3_ede_verify_key()
A Dhash.h201 struct crypto_tfm *tfm_base = crypto_ahash_tfm(tfm); in crypto_ahash_tested()
308 static inline struct crypto_shash *__crypto_shash_cast(struct crypto_tfm *tfm) in __crypto_shash_cast()

Completed in 31 milliseconds