Home
last modified time | relevance | path

Searched refs:to_hash (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/crypto/caam/
Dcaamhash.c723 unsigned int first_bytes, size_t to_hash) in ahash_edesc_add_src() argument
733 sg_to_sec4_sg_last(req->src, to_hash, sg + first_sg, 0); in ahash_edesc_add_src()
749 append_seq_in_ptr(edesc->hw_desc, src_dma, first_bytes + to_hash, in ahash_edesc_add_src()
822 int in_len = *buflen + req->nbytes, to_hash; in ahash_update_ctx() local
829 to_hash = in_len - *next_buflen; in ahash_update_ctx()
836 is_cmac_aes(ctx->adata.algtype)) && to_hash >= blocksize && in ahash_update_ctx()
839 to_hash -= blocksize; in ahash_update_ctx()
842 if (to_hash) { in ahash_update_ctx()
910 to_hash, LDST_SGF); in ahash_update_ctx()
1198 int in_len = *buflen + req->nbytes, to_hash; in ahash_update_no_ctx() local
[all …]
Dcaamalg_qi2.c3531 int in_len = *buflen + req->nbytes, to_hash; in ahash_update_ctx() local
3537 to_hash = in_len - *next_buflen; in ahash_update_ctx()
3539 if (to_hash) { in ahash_update_ctx()
3604 dpaa2_fl_set_len(in_fle, ctx->ctx_len + to_hash); in ahash_update_ctx()
3983 int in_len = *buflen + req->nbytes, to_hash; in ahash_update_no_ctx() local
3989 to_hash = in_len - *next_buflen; in ahash_update_no_ctx()
3991 if (to_hash) { in ahash_update_no_ctx()
4054 dpaa2_fl_set_len(in_fle, to_hash); in ahash_update_no_ctx()
4200 int to_hash; in ahash_update_first() local
4207 to_hash = req->nbytes - *next_buflen; in ahash_update_first()
[all …]
/Linux-v5.15/net/sched/
Dcls_route.c193 static inline u32 to_hash(u32 id) in to_hash() function
222 h1 = to_hash(handle); in route4_get()
356 RCU_INIT_POINTER(head->table[to_hash(h)], NULL); in route4_delete()
427 h1 = to_hash(nhandle); in route4_set_parms()
530 th = to_hash(fold->handle); in route4_change()