Searched refs:ahash (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dah.h15 struct crypto_ahash *ahash; member in struct:ah_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dah4.c21 static void *ah_alloc_tmp(struct crypto_ahash *ahash, int nfrags, argument
26 len = size + crypto_ahash_digestsize(ahash) +
27 (crypto_ahash_alignmask(ahash) &
32 len += sizeof(struct ahash_request) + crypto_ahash_reqsize(ahash);
45 static inline u8 *ah_tmp_icv(struct crypto_ahash *ahash, void *tmp, argument
48 return PTR_ALIGN((u8 *)tmp + offset, crypto_ahash_alignmask(ahash) + 1);
51 static inline struct ahash_request *ah_tmp_req(struct crypto_ahash *ahash, argument
56 req = (void *)PTR_ALIGN(icv + crypto_ahash_digestsize(ahash),
59 ahash_request_set_tfm(req, ahash);
64 static inline struct scatterlist *ah_req_sg(struct crypto_ahash *ahash, argument
152 struct crypto_ahash *ahash; local
284 struct crypto_ahash *ahash; local
409 struct crypto_ahash *ahash; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dah6.c58 static void *ah_alloc_tmp(struct crypto_ahash *ahash, int nfrags, argument
63 len = size + crypto_ahash_digestsize(ahash) +
64 (crypto_ahash_alignmask(ahash) &
69 len += sizeof(struct ahash_request) + crypto_ahash_reqsize(ahash);
87 static inline u8 *ah_tmp_icv(struct crypto_ahash *ahash, void *tmp, argument
90 return PTR_ALIGN((u8 *)tmp + offset, crypto_ahash_alignmask(ahash) + 1);
93 static inline struct ahash_request *ah_tmp_req(struct crypto_ahash *ahash, argument
98 req = (void *)PTR_ALIGN(icv + crypto_ahash_digestsize(ahash),
101 ahash_request_set_tfm(req, ahash);
106 static inline struct scatterlist *ah_req_sg(struct crypto_ahash *ahash, argument
342 struct crypto_ahash *ahash; local
503 struct crypto_ahash *ahash; local
632 struct crypto_ahash *ahash; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dn2_core.c350 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm); local
351 struct n2_hash_ctx *ctx = crypto_ahash_ctx(ahash);
364 crypto_ahash_set_reqsize(ahash, (sizeof(struct n2_hash_req_ctx) +
376 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm); local
377 struct n2_hash_ctx *ctx = crypto_ahash_ctx(ahash);
385 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm); local
386 struct n2_hmac_ctx *ctx = crypto_ahash_ctx(ahash);
409 crypto_ahash_set_reqsize(ahash, (sizeof(struct n2_hash_req_ctx) +
425 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm); local
426 struct n2_hmac_ctx *ctx = crypto_ahash_ctx(ahash);
1416 struct ahash_alg *ahash; local
1456 struct ahash_alg *ahash; local
[all...]
H A Dtalitos.c1884 struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq); local
1886 ahash->init(areq);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A DMakefile25 crypto_hash-objs += ahash.o
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dawk.c401 xhash *vhash, *ahash, *fdhash, *fnhash; member in struct:globals
463 #define ahash (G1.ahash ) macro
1166 v = hash_search(ahash, t_string);
1406 v = findvar(ahash, t_string);
1414 clear_array(ahash);
2781 ahash = hash_init();

Completed in 140 milliseconds