Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dalgapi.c118 return &n->list == stack ? top : &n->inst->alg.cra_users; in crypto_more_spawns()
140 BUG_ON(!list_empty(&inst->alg.cra_users)); in crypto_remove_instance()
153 spawns = &alg->cra_users; in crypto_remove_spawns()
178 spawns = &inst->alg.cra_users; in crypto_remove_spawns()
197 list_move(&spawn->list, &spawn->alg->cra_users); in crypto_remove_spawns()
213 INIT_LIST_HEAD(&alg->cra_users); in __crypto_register_alg()
607 list_add(&spawn->list, &alg->cra_users); in crypto_init_spawn()
/linux-4.19.296/include/linux/
Dcrypto.h463 struct list_head cra_users; member