Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/drivers/crypto/caam/
Dcaamhash.c786 int in_len = *buflen + req->nbytes, to_hash; in ahash_update_ctx() local
797 to_hash = in_len - *next_buflen; in ahash_update_ctx()
799 if (to_hash) { in ahash_update_ctx()
840 to_hash - *buflen, in ahash_update_ctx()
863 to_hash, LDST_SGF); in ahash_update_ctx()
1227 int in_len = *buflen + req->nbytes, to_hash; in ahash_update_no_ctx() local
1237 to_hash = in_len - *next_buflen; in ahash_update_no_ctx()
1239 if (to_hash) { in ahash_update_no_ctx()
1270 to_hash - *buflen, in ahash_update_no_ctx()
1288 append_seq_in_ptr(desc, edesc->sec4_sg_dma, to_hash, LDST_SGF); in ahash_update_no_ctx()
[all …]