Home
last modified time | relevance | path

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

/linux-6.15/drivers/crypto/caam/
H A Dcaamhash.c837 to_hash = in_len - *next_buflen; 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()
1213 to_hash = in_len - *next_buflen; in ahash_update_no_ctx()
1223 to_hash -= blocksize; in ahash_update_no_ctx()
1226 if (to_hash) { in ahash_update_no_ctx()
1402 int to_hash; in ahash_update_first() local
1420 to_hash -= blocksize; in ahash_update_first()
1423 if (to_hash) { in ahash_update_first()
[all …]
H A Dcaamalg_qi2.c3543 int in_len = *buflen + req->nbytes, to_hash; in ahash_update_ctx() local
3549 to_hash = in_len - *next_buflen; in ahash_update_ctx()
3551 if (to_hash) { in ahash_update_ctx()
3995 int in_len = *buflen + req->nbytes, to_hash; in ahash_update_no_ctx() local
4001 to_hash = in_len - *next_buflen; in ahash_update_no_ctx()
4003 if (to_hash) { in ahash_update_no_ctx()
4066 dpaa2_fl_set_len(in_fle, to_hash); in ahash_update_no_ctx()
4212 int to_hash; in ahash_update_first() local
4219 to_hash = req->nbytes - *next_buflen; in ahash_update_first()
4221 if (to_hash) { in ahash_update_first()
[all …]
/linux-6.15/net/sched/
H A Dcls_route.c195 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()