Searched refs:to_hash (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/crypto/caam/ |
| H A D | caamhash.c | 728 unsigned int first_bytes, size_t to_hash) in ahash_edesc_add_src() argument 738 sg_to_sec4_sg_last(req->src, to_hash, sg + first_sg, 0); in ahash_edesc_add_src() 754 append_seq_in_ptr(edesc->hw_desc, src_dma, first_bytes + to_hash, in ahash_edesc_add_src() 830 int in_len = *buflen + req->nbytes, to_hash; in ahash_update_ctx() local 837 to_hash = in_len - *next_buflen; in ahash_update_ctx() 844 is_cmac_aes(ctx->adata.algtype)) && to_hash >= blocksize && in ahash_update_ctx() 847 to_hash -= blocksize; in ahash_update_ctx() 850 if (to_hash) { in ahash_update_ctx() 918 to_hash, LDST_SGF); in ahash_update_ctx() 1206 int in_len = *buflen + req->nbytes, to_hash; in ahash_update_no_ctx() local [all …]
|
| /linux/net/sched/ |
| H A D | cls_route.c | 195 static inline u32 to_hash(u32 id) in to_hash() function 224 h1 = to_hash(handle); in route4_get() 358 RCU_INIT_POINTER(head->table[to_hash(h)], NULL); in route4_delete() 438 h1 = to_hash(nhandle); in route4_set_parms() 546 th = to_hash(fold->handle); in route4_change()
|