Searched refs:crypto_shash (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Dhash.h55 struct crypto_shash *tfm;
72 int (*setkey)(struct crypto_shash *tfm, const u8 *key,
100 struct crypto_shash { struct
258 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type,
261 static inline struct crypto_tfm *crypto_shash_tfm(struct crypto_shash *tfm)
266 static inline void crypto_free_shash(struct crypto_shash *tfm)
272 struct crypto_shash *tfm)
277 static inline unsigned int crypto_shash_blocksize(struct crypto_shash *tfm)
287 static inline struct shash_alg *crypto_shash_alg(struct crypto_shash *tfm)
292 static inline unsigned int crypto_shash_digestsize(struct crypto_shash *tf
[all...]
H A Dcryptd.h41 struct crypto_shash *cryptd_ahash_child(struct cryptd_ahash *tfm);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/internal/
H A Dhash.h176 static inline void *crypto_shash_ctx(struct crypto_shash *tfm)
206 static inline struct crypto_shash *crypto_spawn_shash(
212 static inline void *crypto_shash_ctx_aligned(struct crypto_shash *tfm)
217 static inline struct crypto_shash *__crypto_shash_cast(struct crypto_tfm *tfm)
219 return container_of(tfm, struct crypto_shash, base);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dshash.c25 static int shash_no_setkey(struct crypto_shash *tfm, const u8 *key,
31 static int shash_setkey_unaligned(struct crypto_shash *tfm, const u8 *key,
52 int crypto_shash_setkey(struct crypto_shash *tfm, const u8 *key,
74 struct crypto_shash *tfm = desc->tfm;
98 struct crypto_shash *tfm = desc->tfm;
111 struct crypto_shash *tfm = desc->tfm;
133 struct crypto_shash *tfm = desc->tfm;
154 struct crypto_shash *tfm = desc->tfm;
175 struct crypto_shash *tfm = desc->tfm;
201 struct crypto_shash **ct
[all...]
H A Dhmac.c29 struct crypto_shash *hash;
37 static inline struct hmac_ctx *hmac_ctx(struct crypto_shash *tfm)
44 static int hmac_setkey(struct crypto_shash *parent,
54 struct crypto_shash *hash = ctx->hash;
129 struct crypto_shash *parent = pdesc->tfm;
146 struct crypto_shash *parent = pdesc->tfm;
161 struct crypto_shash *parent = __crypto_shash_cast(tfm);
162 struct crypto_shash *hash;
H A Dxcbc.c60 static int crypto_xcbc_digest_setkey(struct crypto_shash *parent,
97 struct crypto_shash *parent = pdesc->tfm;
143 struct crypto_shash *parent = pdesc->tfm;
H A Dcrypto_null.c64 static int null_hash_setkey(struct crypto_shash *tfm, const u8 *key,
H A Dghash-generic.c44 static int ghash_setkey(struct crypto_shash *tfm,
H A Dmichael_mic.c136 static int michael_setkey(struct crypto_shash *tfm, const u8 *key,
H A Dcryptd.c56 struct crypto_shash *child;
354 struct crypto_shash *hash;
378 struct crypto_shash *child = ctx->child;
407 struct crypto_shash *child = ctx->child;
507 struct crypto_shash *child = ctx->child;
706 struct crypto_shash *cryptd_ahash_child(struct cryptd_ahash *tfm)
H A Dcrc32c.c164 static int chksum_setkey(struct crypto_shash *tfm, const u8 *key,
H A Dvmac.c538 static int vmac_setkey(struct crypto_shash *parent,
559 struct crypto_shash *parent = pdesc->tfm;
569 struct crypto_shash *parent = pdesc->tfm;
H A Dahash.c397 return sizeof(struct crypto_shash *);
H A Dtestmgr.c1455 struct crypto_shash *tfm;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dlibcrc32c.c40 static struct crypto_shash *tfm;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c55 static int ghash_setkey(struct crypto_shash *tfm,
168 struct crypto_shash *child = cryptd_ahash_child(cryptd_tfm);
225 struct crypto_shash *child = cryptd_ahash_child(cryptd_tfm);
H A Dcrc32c-intel.c87 static int crc32c_intel_setkey(struct crypto_shash *hash, const u8 *key,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dpadlock-sha.c38 struct crypto_shash *fallback;
218 struct crypto_shash *hash = __crypto_shash_cast(tfm);
221 struct crypto_shash *fallback_tfm;
H A Dmv_cesa.c120 struct crypto_shash *fallback;
121 struct crypto_shash *base_hash;
825 struct crypto_shash *fallback_tfm = NULL;
826 struct crypto_shash *base_hash = NULL;
H A Domap-sham.c113 struct crypto_shash *shash;
124 struct crypto_shash *fallback;
733 static int omap_sham_shash_digest(struct crypto_shash *shash, u32 flags,
H A Dn2_core.c277 struct crypto_shash *child_shash;
389 struct crypto_shash *child_shash;
436 struct crypto_shash *child_shash = ctx->child_shash;

Completed in 106 milliseconds