Searched refs:crypto_alg_list (Results 1 - 5 of 5) sorted by relevance

/linux-master/crypto/
H A Dproc.c24 return seq_list_start(&crypto_alg_list, *pos);
29 return seq_list_next(p, &crypto_alg_list, pos);
H A Dalgapi.c243 list_for_each_entry(q, &crypto_alg_list, cra_list) {
330 list_for_each_entry(q, &crypto_alg_list, cra_list) {
353 list_add(&alg->cra_list, &crypto_alg_list);
359 list_add(&larval->alg.cra_list, &crypto_alg_list);
382 list_for_each_entry(q, &crypto_alg_list, cra_list) {
416 list_for_each_entry(q, &crypto_alg_list, cra_list) {
1068 list_for_each_entry(q, &crypto_alg_list, cra_list) {
H A Dcrypto_user_base.c42 list_for_each_entry(q, &crypto_alg_list, cra_list) {
238 list_for_each_entry(alg, &crypto_alg_list, cra_list) {
314 * We would loose the reference in the crypto_alg_list to this algorithm
446 list_for_each_entry(alg, &crypto_alg_list, cra_list)
H A Dapi.c26 LIST_HEAD(crypto_alg_list); variable
27 EXPORT_SYMBOL_GPL(crypto_alg_list); variable
62 list_for_each_entry(q, &crypto_alg_list, cra_list) {
142 list_add(&alg->cra_list, &crypto_alg_list);
H A Dinternal.h63 extern struct list_head crypto_alg_list;

Completed in 127 milliseconds