Searched refs:list (Results 1 – 7 of 7) sorted by relevance
/crypto/ |
D | algapi.c | 96 spawn = list_first_entry_or_null(stack, struct crypto_spawn, list); in crypto_more_spawns() 100 n = list_prev_entry(spawn, list); in crypto_more_spawns() 101 list_move(&spawn->list, secondary_spawns); in crypto_more_spawns() 103 if (list_is_last(&n->list, stack)) in crypto_more_spawns() 106 n = list_next_entry(n, list); in crypto_more_spawns() 114 struct list_head *list) in crypto_remove_instance() argument 126 list_move(&inst->alg.cra_list, list); in crypto_remove_instance() 127 hlist_del(&inst->list); in crypto_remove_instance() 139 void crypto_remove_spawns(struct crypto_alg *alg, struct list_head *list, in crypto_remove_spawns() argument 150 list_for_each_entry_safe(spawn, n, spawns, list) { in crypto_remove_spawns() [all …]
|
D | drbg.c | 252 if (list_empty(&drbg->test_data.list)) in drbg_fips_continuous_test() 332 list_for_each_entry(curr, in, list) { in drbg_ctr_bcc() 434 list_for_each_entry(seed, seedlist, list) in drbg_ctr_df() 456 list_add_tail(&S1.list, &bcc_list); in drbg_ctr_df() 458 list_add_tail(&S2.list, &bcc_list); in drbg_ctr_df() 461 list_add_tail(&S4.list, &bcc_list); in drbg_ctr_df() 670 list_add_tail(&seed1.list, &seedlist); in drbg_hmac_update() 673 list_add_tail(&seed2.list, &seedlist); in drbg_hmac_update() 679 list_add_tail(&vdata.list, &vdatalist); in drbg_hmac_update() 724 list_add_tail(&data.list, &datalist); in drbg_hmac_generate() [all …]
|
D | af_alg.c | 25 struct list_head list; member 46 list_for_each_entry(node, &alg_types, list) { in alg_get_type() 65 list_for_each_entry(node, &alg_types, list) { in af_alg_register_type() 79 list_add(&node->list, &alg_types); in af_alg_register_type() 95 list_for_each_entry(node, &alg_types, list) { in af_alg_unregister_type() 99 list_del(&node->list); in af_alg_unregister_type() 504 sgl = list_entry(ctx->tsgl_list.prev, struct af_alg_tsgl, list); in af_alg_alloc_tsgl() 521 list_add_tail(&sgl->list, &ctx->tsgl_list); in af_alg_alloc_tsgl() 549 list_for_each_entry(sgl, &ctx->tsgl_list, list) { in af_alg_count_tsgl() 605 list); in af_alg_pull_tsgl() [all …]
|
D | internal.h | 98 void crypto_remove_spawns(struct crypto_alg *alg, struct list_head *list, 100 void crypto_remove_final(struct list_head *list);
|
D | crypto_user_base.c | 266 LIST_HEAD(list); in crypto_update_alg() 283 crypto_remove_spawns(alg, &list, NULL); in crypto_update_alg() 291 crypto_remove_final(&list); in crypto_update_alg()
|
D | fips140-module.c | 205 static void fips140_remove_final(struct list_head *list) in fips140_remove_final() argument 216 list_for_each_entry_safe(alg, n, list, cra_list) { in fips140_remove_final()
|
D | algif_aead.c | 182 list_for_each_entry_safe(tsgl, tmp, &ctx->tsgl_list, list) { in _aead_recvmsg()
|