Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dcls_route.c208 static inline u32 to_hash(u32 id) in to_hash() function
240 h1 = to_hash(handle); in route4_get()
364 RCU_INIT_POINTER(head->table[to_hash(h)], NULL); in route4_delete()
429 h1 = to_hash(nhandle); in route4_set_parms()
536 th = to_hash(fold->handle); in route4_change()
/linux-4.4.14/drivers/crypto/caam/
Dcaamhash.c791 int in_len = *buflen + req->nbytes, to_hash; in ahash_update_ctx() local
801 to_hash = in_len - *next_buflen; in ahash_update_ctx()
803 if (to_hash) { in ahash_update_ctx()
842 to_hash - *buflen, in ahash_update_ctx()
865 to_hash, LDST_SGF); in ahash_update_ctx()
1223 int in_len = *buflen + req->nbytes, to_hash; in ahash_update_no_ctx() local
1232 to_hash = in_len - *next_buflen; in ahash_update_no_ctx()
1234 if (to_hash) { in ahash_update_no_ctx()
1264 to_hash - *buflen, in ahash_update_no_ctx()
1283 append_seq_in_ptr(desc, edesc->sec4_sg_dma, to_hash, LDST_SGF); in ahash_update_no_ctx()
[all …]