Searched refs:to_hash (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/drivers/crypto/caam/ |
| D | caamhash.c | 727 unsigned int first_bytes, size_t to_hash) in ahash_edesc_add_src() argument 737 sg_to_sec4_sg_last(req->src, to_hash, sg + first_sg, 0); in ahash_edesc_add_src() 753 append_seq_in_ptr(edesc->hw_desc, src_dma, first_bytes + to_hash, in ahash_edesc_add_src() 829 int in_len = *buflen + req->nbytes, to_hash; in ahash_update_ctx() local 836 to_hash = in_len - *next_buflen; in ahash_update_ctx() 843 is_cmac_aes(ctx->adata.algtype)) && to_hash >= blocksize && in ahash_update_ctx() 846 to_hash -= blocksize; in ahash_update_ctx() 849 if (to_hash) { in ahash_update_ctx() 917 to_hash, LDST_SGF); in ahash_update_ctx() 1205 int in_len = *buflen + req->nbytes, to_hash; in ahash_update_no_ctx() local [all …]
|
| D | caamalg_qi2.c | 3541 int in_len = *buflen + req->nbytes, to_hash; in ahash_update_ctx() local 3547 to_hash = in_len - *next_buflen; in ahash_update_ctx() 3549 if (to_hash) { in ahash_update_ctx() 3614 dpaa2_fl_set_len(in_fle, ctx->ctx_len + to_hash); in ahash_update_ctx() 3993 int in_len = *buflen + req->nbytes, to_hash; in ahash_update_no_ctx() local 3999 to_hash = in_len - *next_buflen; in ahash_update_no_ctx() 4001 if (to_hash) { in ahash_update_no_ctx() 4064 dpaa2_fl_set_len(in_fle, to_hash); in ahash_update_no_ctx() 4210 int to_hash; in ahash_update_first() local 4217 to_hash = req->nbytes - *next_buflen; in ahash_update_first() [all …]
|
| /Linux-v6.6/net/sched/ |
| 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() 434 h1 = to_hash(nhandle); in route4_set_parms() 541 th = to_hash(fold->handle); in route4_change()
|