Searched refs:crypto_ablkcipher (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcrypto.h92 struct crypto_ablkcipher;
148 int (*setkey)(struct crypto_ablkcipher *tfm, const u8 *key,
279 int (*setkey)(struct crypto_ablkcipher *tfm, const u8 *key,
368 struct crypto_ablkcipher { struct
481 static inline struct crypto_ablkcipher *__crypto_ablkcipher_cast(
484 return (struct crypto_ablkcipher *)tfm;
487 static inline struct crypto_ablkcipher *crypto_alloc_ablkcipher(
499 struct crypto_ablkcipher *tfm)
504 static inline void crypto_free_ablkcipher(struct crypto_ablkcipher *tfm)
520 struct crypto_ablkcipher *tf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dablkcipher.c22 static int setkey(struct crypto_ablkcipher *tfm, const u8 *key,
H A Dcryptd.c56 static int cryptd_blkcipher_setkey(struct crypto_ablkcipher *parent,
125 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req);
H A Dblkcipher.c352 static int async_setkey(struct crypto_ablkcipher *tfm, const u8 *key,
H A Dtcrypt.c223 struct crypto_ablkcipher *tfm;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/crypto/
H A Dalgapi.h153 struct crypto_ablkcipher *tfm)
158 static inline void *crypto_ablkcipher_ctx(struct crypto_ablkcipher *tfm)
243 static inline int ablkcipher_tfm_in_queue(struct crypto_ablkcipher *tfm)

Completed in 55 milliseconds