Home
last modified time | relevance | path

Searched refs:hash_desc (Results 1 – 6 of 6) sorted by relevance

/include/scsi/
Dlibiscsi_tcp.h29 struct hash_desc;
41 struct hash_desc *hash;
75 struct hash_desc *rx_hash;
111 struct hash_desc *hash);
116 iscsi_segment_done_fn_t *done, struct hash_desc *hash);
119 extern void iscsi_tcp_dgst_header(struct hash_desc *hash, const void *hdr,
/include/net/
Dah.h22 struct hash_desc desc; in ah_mac_digest()
Dxfrm.h1498 struct hash_desc;
1500 typedef int (icv_update_fn_t)(struct hash_desc *, struct scatterlist *,
1503 extern int skb_icv_walk(const struct sk_buff *skb, struct hash_desc *tfm,
Dtcp.h1107 struct hash_desc md5_desc;
/include/crypto/internal/
Dhash.h42 int crypto_hash_walk_first_compat(struct hash_desc *hdesc,
/include/linux/
Dcrypto.h198 struct hash_desc { struct
286 int (*init)(struct hash_desc *desc);
287 int (*update)(struct hash_desc *desc, struct scatterlist *sg,
289 int (*final)(struct hash_desc *desc, u8 *out);
290 int (*digest)(struct hash_desc *desc, struct scatterlist *sg,
424 int (*init)(struct hash_desc *desc);
425 int (*update)(struct hash_desc *desc,
427 int (*final)(struct hash_desc *desc, u8 *out);
428 int (*digest)(struct hash_desc *desc, struct scatterlist *sg,
1256 static inline int crypto_hash_init(struct hash_desc *desc) in crypto_hash_init()
[all …]