Searched defs:ahash (Results 1 – 5 of 5) sorted by relevance
/linux-3.3/net/ipv4/ |
D | ah4.c | 21 static void *ah_alloc_tmp(struct crypto_ahash *ahash, int nfrags, in ah_alloc_tmp() 45 static inline u8 *ah_tmp_icv(struct crypto_ahash *ahash, void *tmp, in ah_tmp_icv() 51 static inline struct ahash_request *ah_tmp_req(struct crypto_ahash *ahash, in ah_tmp_req() 64 static inline struct scatterlist *ah_req_sg(struct crypto_ahash *ahash, in ah_req_sg() 150 struct crypto_ahash *ahash; in ah_output() local 285 struct crypto_ahash *ahash; in ah_input() local 416 struct crypto_ahash *ahash; in ah_init_state() local
|
/linux-3.3/net/ipv6/ |
D | ah6.c | 58 static void *ah_alloc_tmp(struct crypto_ahash *ahash, int nfrags, in ah_alloc_tmp() 87 static inline u8 *ah_tmp_icv(struct crypto_ahash *ahash, void *tmp, in ah_tmp_icv() 93 static inline struct ahash_request *ah_tmp_req(struct crypto_ahash *ahash, in ah_tmp_req() 106 static inline struct scatterlist *ah_req_sg(struct crypto_ahash *ahash, in ah_req_sg() 340 struct crypto_ahash *ahash; in ah6_output() local 501 struct crypto_ahash *ahash; in ah6_input() local 630 struct crypto_ahash *ahash; in ah6_init_state() local
|
/linux-3.3/include/net/ |
D | ah.h | 15 struct crypto_ahash *ahash; member
|
/linux-3.3/drivers/crypto/ |
D | n2_core.c | 360 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm); in n2_hash_cra_init() local 386 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm); in n2_hash_cra_exit() local 395 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm); in n2_hmac_cra_init() local 435 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm); in n2_hmac_cra_exit() local 1429 struct ahash_alg *ahash; in __n2_register_one_hmac() local 1469 struct ahash_alg *ahash; in __n2_register_one_ahash() local
|
D | talitos.c | 1894 struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq); in ahash_digest() local
|