Searched refs:crypto_ahash (Results 1 - 25 of 36) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/
H A Dah.h9 struct crypto_ahash;
15 struct crypto_ahash *ahash;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/
H A Dah.h9 struct crypto_ahash;
15 struct crypto_ahash *ahash;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/crypto/
H A Dhash.h18 struct crypto_ahash;
48 int (*setkey)(struct crypto_ahash *tfm, const u8 *key,
85 struct crypto_ahash { struct
93 int (*setkey)(struct crypto_ahash *tfm, const u8 *key,
105 static inline struct crypto_ahash *__crypto_ahash_cast(struct crypto_tfm *tfm)
107 return container_of(tfm, struct crypto_ahash, base);
110 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type,
113 static inline struct crypto_tfm *crypto_ahash_tfm(struct crypto_ahash *tfm)
118 static inline void crypto_free_ahash(struct crypto_ahash *tfm)
124 struct crypto_ahash *tf
[all...]
H A Dcryptd.h29 struct crypto_ahash base;
33 struct crypto_ahash *tfm)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/crypto/
H A Dhash.h18 struct crypto_ahash;
48 int (*setkey)(struct crypto_ahash *tfm, const u8 *key,
85 struct crypto_ahash { struct
93 int (*setkey)(struct crypto_ahash *tfm, const u8 *key,
105 static inline struct crypto_ahash *__crypto_ahash_cast(struct crypto_tfm *tfm)
107 return container_of(tfm, struct crypto_ahash, base);
110 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type,
113 static inline struct crypto_tfm *crypto_ahash_tfm(struct crypto_ahash *tfm)
118 static inline void crypto_free_ahash(struct crypto_ahash *tfm)
124 struct crypto_ahash *tf
[all...]
H A Dcryptd.h29 struct crypto_ahash base;
33 struct crypto_ahash *tfm)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/crypto/internal/
H A Dhash.h107 static inline void *crypto_ahash_ctx(struct crypto_ahash *tfm)
118 static inline void crypto_ahash_set_reqsize(struct crypto_ahash *tfm,
152 static inline struct crypto_ahash *crypto_spawn_ahash(
171 struct crypto_ahash *tfm)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/crypto/internal/
H A Dhash.h107 static inline void *crypto_ahash_ctx(struct crypto_ahash *tfm)
118 static inline void crypto_ahash_set_reqsize(struct crypto_ahash *tfm,
152 static inline struct crypto_ahash *crypto_spawn_ahash(
171 struct crypto_ahash *tfm)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/crypto/
H A Dahash.c34 static inline struct ahash_alg *crypto_ahash_alg(struct crypto_ahash *hash)
147 static int ahash_setkey_unaligned(struct crypto_ahash *tfm, const u8 *key,
167 int crypto_ahash_setkey(struct crypto_ahash *tfm, const u8 *key,
179 static int ahash_nosetkey(struct crypto_ahash *tfm, const u8 *key,
220 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
250 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
331 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
366 struct crypto_ahash *hash = __crypto_ahash_cast(tfm);
421 .tfmsize = offsetof(struct crypto_ahash, base),
425 struct crypto_ahash *crypto_alloc_ahas
[all...]
H A Dauthenc.c35 struct crypto_ahash *auth;
61 struct crypto_ahash *auth = ctx->auth;
265 struct crypto_ahash *auth = ctx->auth;
304 struct crypto_ahash *auth = ctx->auth;
553 struct crypto_ahash *auth;
H A Dshash.c198 static int shash_async_setkey(struct crypto_ahash *tfm, const u8 *key,
327 struct crypto_ahash *crt = __crypto_ahash_cast(tfm);
H A Dcryptd.c374 static int cryptd_hash_setkey(struct crypto_ahash *parent,
394 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
689 struct crypto_ahash *tfm;
H A Dgcm.c32 struct crypto_ahash *ghash;
101 struct crypto_ahash *ghash = ctx->ghash;
650 struct crypto_ahash *ghash;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/crypto/
H A Dahash.c34 static inline struct ahash_alg *crypto_ahash_alg(struct crypto_ahash *hash)
147 static int ahash_setkey_unaligned(struct crypto_ahash *tfm, const u8 *key,
167 int crypto_ahash_setkey(struct crypto_ahash *tfm, const u8 *key,
179 static int ahash_nosetkey(struct crypto_ahash *tfm, const u8 *key,
220 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
250 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
331 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
366 struct crypto_ahash *hash = __crypto_ahash_cast(tfm);
421 .tfmsize = offsetof(struct crypto_ahash, base),
425 struct crypto_ahash *crypto_alloc_ahas
[all...]
H A Dauthenc.c35 struct crypto_ahash *auth;
61 struct crypto_ahash *auth = ctx->auth;
265 struct crypto_ahash *auth = ctx->auth;
304 struct crypto_ahash *auth = ctx->auth;
553 struct crypto_ahash *auth;
H A Dshash.c198 static int shash_async_setkey(struct crypto_ahash *tfm, const u8 *key,
327 struct crypto_ahash *crt = __crypto_ahash_cast(tfm);
H A Dcryptd.c374 static int cryptd_hash_setkey(struct crypto_ahash *parent,
394 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
689 struct crypto_ahash *tfm;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c157 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
181 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
199 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
214 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
233 static int ghash_async_setkey(struct crypto_ahash *tfm, const u8 *key,
237 struct crypto_ahash *child = &ctx->cryptd_tfm->base;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c157 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
181 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
199 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
214 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
233 static int ghash_async_setkey(struct crypto_ahash *tfm, const u8 *key,
237 struct crypto_ahash *child = &ctx->cryptd_tfm->base;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv4/
H A Dah4.c21 static void *ah_alloc_tmp(struct crypto_ahash *ahash, int nfrags,
45 static inline u8 *ah_tmp_icv(struct crypto_ahash *ahash, void *tmp,
51 static inline struct ahash_request *ah_tmp_req(struct crypto_ahash *ahash,
64 static inline struct scatterlist *ah_req_sg(struct crypto_ahash *ahash,
152 struct crypto_ahash *ahash;
284 struct crypto_ahash *ahash;
409 struct crypto_ahash *ahash;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv6/
H A Dah6.c58 static void *ah_alloc_tmp(struct crypto_ahash *ahash, int nfrags,
87 static inline u8 *ah_tmp_icv(struct crypto_ahash *ahash, void *tmp,
93 static inline struct ahash_request *ah_tmp_req(struct crypto_ahash *ahash,
106 static inline struct scatterlist *ah_req_sg(struct crypto_ahash *ahash,
342 struct crypto_ahash *ahash;
503 struct crypto_ahash *ahash;
632 struct crypto_ahash *ahash;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv4/
H A Dah4.c21 static void *ah_alloc_tmp(struct crypto_ahash *ahash, int nfrags,
45 static inline u8 *ah_tmp_icv(struct crypto_ahash *ahash, void *tmp,
51 static inline struct ahash_request *ah_tmp_req(struct crypto_ahash *ahash,
64 static inline struct scatterlist *ah_req_sg(struct crypto_ahash *ahash,
152 struct crypto_ahash *ahash;
284 struct crypto_ahash *ahash;
409 struct crypto_ahash *ahash;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv6/
H A Dah6.c58 static void *ah_alloc_tmp(struct crypto_ahash *ahash, int nfrags,
87 static inline u8 *ah_tmp_icv(struct crypto_ahash *ahash, void *tmp,
93 static inline struct ahash_request *ah_tmp_req(struct crypto_ahash *ahash,
106 static inline struct scatterlist *ah_req_sg(struct crypto_ahash *ahash,
342 struct crypto_ahash *ahash;
503 struct crypto_ahash *ahash;
632 struct crypto_ahash *ahash;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/crypto/
H A Dn2_core.c269 struct crypto_ahash *fallback_tfm;
296 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
308 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
322 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
335 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
350 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm);
352 struct crypto_ahash *fallback_tfm;
376 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm);
385 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm);
388 struct crypto_ahash *fallback_tf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/crypto/
H A Dn2_core.c269 struct crypto_ahash *fallback_tfm;
296 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
308 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
322 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
335 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
350 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm);
352 struct crypto_ahash *fallback_tfm;
376 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm);
385 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm);
388 struct crypto_ahash *fallback_tf
[all...]

Completed in 285 milliseconds

12