Searched refs:hash_desc (Results 1 – 6 of 6) sorted by relevance
/include/scsi/ |
D | libiscsi_tcp.h | 29 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/ |
D | ah.h | 22 struct hash_desc desc; in ah_mac_digest()
|
D | xfrm.h | 1498 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,
|
D | tcp.h | 1107 struct hash_desc md5_desc;
|
/include/crypto/internal/ |
D | hash.h | 42 int crypto_hash_walk_first_compat(struct hash_desc *hdesc,
|
/include/linux/ |
D | crypto.h | 198 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 …]
|