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

/linux-4.1.27/crypto/
H A Dalgapi.c101 return &n->list == stack ? top : &n->inst->alg.cra_users; crypto_more_spawns()
124 BUG_ON(!list_empty(&inst->alg.cra_users)); crypto_remove_instance()
137 spawns = &alg->cra_users; list_for_each_entry_safe()
162 spawns = &inst->alg.cra_users;
169 list_move(&spawn->list, &spawn->alg->cra_users);
185 INIT_LIST_HEAD(&alg->cra_users); __crypto_register_alg()
590 list_add(&spawn->list, &alg->cra_users); crypto_init_spawn()
/linux-4.1.27/include/linux/
H A Dcrypto.h531 * @cra_users: internally used
541 struct list_head cra_users; member in struct:crypto_alg

Completed in 176 milliseconds