Searched refs:crypto_tfm (Results 1 – 21 of 21) sorted by relevance
| /include/linux/ |
| A D | crypto.h | 175 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 D | twofish.h | 11 struct crypto_tfm; 23 int twofish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len);
|
| A D | algapi.h | 142 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 D | sig.h | 19 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 D | blowfish.h | 21 int blowfish_setkey(struct crypto_tfm *tfm, const u8 *key,
|
| A D | rng.h | 57 struct crypto_tfm base; 94 static inline struct crypto_tfm *crypto_rng_tfm(struct crypto_rng *tfm) in crypto_rng_tfm()
|
| A D | kpp.h | 51 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 D | cast5.h | 19 int cast5_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen);
|
| A D | cast6.h | 19 int cast6_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen);
|
| A D | serpent.h | 23 int serpent_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen);
|
| A D | akcipher.h | 49 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 D | aead.h | 159 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 D | skcipher.h | 56 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 D | aes.h | 51 int crypto_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key,
|
| A D | hash.h | 269 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 D | acompress.h | 117 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 D | aria.h | 455 int aria_set_key(struct crypto_tfm *tfm, const u8 *in_key,
|
| /include/crypto/internal/ |
| A D | scompress.h | 15 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 D | cipher.h | 17 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 D | des.h | 26 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 D | hash.h | 201 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