• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/

Lines Matching defs:crypto_tfm

73  * declaration) is used to ensure that the crypto_tfm context structure is
97 struct crypto_tfm;
106 struct crypto_tfm *tfm;
131 struct crypto_tfm *tfm;
132 void (*crfn)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
161 int (*setkey)(struct crypto_tfm *tfm, const u8 *key,
178 int (*cia_setkey)(struct crypto_tfm *tfm, const u8 *key,
180 void (*cia_encrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
181 void (*cia_decrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
186 void (*dia_init)(struct crypto_tfm *tfm);
187 void (*dia_update)(struct crypto_tfm *tfm, const u8 *data,
189 void (*dia_final)(struct crypto_tfm *tfm, u8 *out);
190 int (*dia_setkey)(struct crypto_tfm *tfm, const u8 *key,
208 int (*coa_compress)(struct crypto_tfm *tfm, const u8 *src,
210 int (*coa_decompress)(struct crypto_tfm *tfm, const u8 *src,
247 int (*cra_init)(struct crypto_tfm *tfm);
248 void (*cra_exit)(struct crypto_tfm *tfm);
289 int (*setkey)(struct crypto_tfm *tfm, const u8 *key,
301 int (*cit_setkey)(struct crypto_tfm *tfm,
303 int (*cit_encrypt)(struct crypto_tfm *tfm,
307 int (*cit_encrypt_iv)(struct crypto_tfm *tfm,
311 int (*cit_decrypt)(struct crypto_tfm *tfm,
315 int (*cit_decrypt_iv)(struct crypto_tfm *tfm,
320 void (*cit_encrypt_one)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
321 void (*cit_decrypt_one)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
337 int (*cot_compress)(struct crypto_tfm *tfm,
340 int (*cot_decompress)(struct crypto_tfm *tfm,
351 struct crypto_tfm {
369 struct crypto_tfm base;
373 struct crypto_tfm base;
377 struct crypto_tfm base;
381 struct crypto_tfm base;
385 struct crypto_tfm base;
410 struct crypto_tfm *crypto_alloc_tfm(const char *alg_name, u32 tfm_flags);
411 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask);
412 void crypto_free_tfm(struct crypto_tfm *tfm);
417 static inline const char *crypto_tfm_alg_name(struct crypto_tfm *tfm)
422 static inline const char *crypto_tfm_alg_driver_name(struct crypto_tfm *tfm)
427 static inline int crypto_tfm_alg_priority(struct crypto_tfm *tfm)
432 static inline const char *crypto_tfm_alg_modname(struct crypto_tfm *tfm)
437 static inline u32 crypto_tfm_alg_type(struct crypto_tfm *tfm)
442 static inline unsigned int crypto_tfm_alg_blocksize(struct crypto_tfm *tfm)
447 static inline unsigned int crypto_tfm_alg_alignmask(struct crypto_tfm *tfm)
452 static inline u32 crypto_tfm_get_flags(struct crypto_tfm *tfm)
457 static inline void crypto_tfm_set_flags(struct crypto_tfm *tfm, u32 flags)
462 static inline void crypto_tfm_clear_flags(struct crypto_tfm *tfm, u32 flags)
467 static inline void *crypto_tfm_ctx(struct crypto_tfm *tfm)
474 struct crypto_tfm *tfm;
482 struct crypto_tfm *tfm)
498 static inline struct crypto_tfm *crypto_ablkcipher_tfm(
643 struct crypto_tfm *tfm)
649 struct crypto_tfm *tfm)
665 static inline struct crypto_tfm *crypto_blkcipher_tfm(
789 static inline struct crypto_cipher *__crypto_cipher_cast(struct crypto_tfm *tfm)
794 static inline struct crypto_cipher *crypto_cipher_cast(struct crypto_tfm *tfm)
810 static inline struct crypto_tfm *crypto_cipher_tfm(struct crypto_cipher *tfm)
882 static inline struct crypto_hash *__crypto_hash_cast(struct crypto_tfm *tfm)
887 static inline struct crypto_hash *crypto_hash_cast(struct crypto_tfm *tfm)
904 static inline struct crypto_tfm *crypto_hash_tfm(struct crypto_hash *tfm)
988 static inline struct crypto_comp *__crypto_comp_cast(struct crypto_tfm *tfm)
993 static inline struct crypto_comp *crypto_comp_cast(struct crypto_tfm *tfm)
1010 static inline struct crypto_tfm *crypto_comp_tfm(struct crypto_comp *tfm)