Searched refs:hash_desc (Results 1 - 23 of 23) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Ddigest.c26 static int init(struct hash_desc *desc)
34 static int update2(struct hash_desc *desc,
86 static int update(struct hash_desc *desc,
94 static int final(struct hash_desc *desc, u8 *out)
128 static int digest(struct hash_desc *desc,
H A Dhmac.c57 struct hash_desc desc;
86 static int hmac_init(struct hash_desc *pdesc)
93 struct hash_desc desc;
108 static int hmac_update(struct hash_desc *pdesc,
112 struct hash_desc desc;
120 static int hmac_final(struct hash_desc *pdesc, u8 *out)
128 struct hash_desc desc;
143 static int hmac_digest(struct hash_desc *pdesc, struct scatterlist *sg,
153 struct hash_desc desc;
H A Dxcbc.c99 static int crypto_xcbc_digest_init(struct hash_desc *pdesc)
111 static int crypto_xcbc_digest_update2(struct hash_desc *pdesc,
187 static int crypto_xcbc_digest_update(struct hash_desc *pdesc,
196 static int crypto_xcbc_digest_final(struct hash_desc *pdesc, u8 *out)
246 static int crypto_xcbc_digest(struct hash_desc *pdesc,
H A Dtcrypt.c110 struct hash_desc desc;
565 static int test_hash_jiffies_digest(struct hash_desc *desc, char *p, int blen,
587 static int test_hash_jiffies(struct hash_desc *desc, char *p, int blen,
621 static int test_hash_cycles_digest(struct hash_desc *desc, char *p, int blen,
669 static int test_hash_cycles(struct hash_desc *desc, char *p, int blen,
740 struct hash_desc desc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dah.h24 struct hash_desc desc;
H A Desp.h48 struct hash_desc desc;
H A Dxfrm.h1064 struct hash_desc;
1066 typedef int (icv_update_fn_t)(struct hash_desc *, struct scatterlist *,
1069 extern int skb_icv_walk(const struct sk_buff *skb, struct hash_desc *tfm,
H A Dtcp.h1105 struct hash_desc md5_desc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Discsi_tcp.h96 struct hash_desc tx_hash; /* CRC32C (Tx) */
97 struct hash_desc rx_hash; /* CRC32C (Rx) */
H A Discsi_tcp.c677 partial_sg_digest_update(struct hash_desc *desc, struct scatterlist *sg,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcrypto.h138 struct hash_desc { struct
195 int (*init)(struct hash_desc *desc);
196 int (*update)(struct hash_desc *desc, struct scatterlist *sg,
198 int (*final)(struct hash_desc *desc, u8 *out);
199 int (*digest)(struct hash_desc *desc, struct scatterlist *sg,
325 int (*init)(struct hash_desc *desc);
326 int (*update)(struct hash_desc *desc,
328 int (*final)(struct hash_desc *desc, u8 *out);
329 int (*digest)(struct hash_desc *desc, struct scatterlist *sg,
958 static inline int crypto_hash_init(struct hash_desc *des
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/auth_gss/
H A Dgss_spkm3_seal.c133 struct hash_desc *desc = data;
145 struct hash_desc desc;
H A Dgss_krb5_crypto.c126 struct hash_desc *desc = data;
136 struct hash_desc desc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/crypto/
H A Dpadlock-sha.c39 struct hash_desc fallback;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4recover.c90 struct hash_desc desc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_algo.c544 int skb_icv_walk(const struct sk_buff *skb, struct hash_desc *desc,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dppp_mppe.c141 struct hash_desc desc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dsm_make_chunk.c1301 struct hash_desc desc;
1344 struct hash_desc desc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-crypt.c144 struct hash_desc desc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/
H A Dieee80211_crypt_tkip.c533 struct hash_desc desc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ecryptfs/
H A Dcrypto.c98 struct hash_desc desc = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp_ipv4.c1037 struct hash_desc *desc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dtcp_ipv6.c753 struct hash_desc *desc;

Completed in 348 milliseconds