Home | History | Annotate | Download | only in apps

Lines Matching refs:list_type

450 		int list_type;
454 list_type = FUNC_TYPE_GENERAL;
456 list_type = FUNC_TYPE_MD;
458 list_type = FUNC_TYPE_MD_ALG;
460 list_type = FUNC_TYPE_PKEY;
462 list_type = FUNC_TYPE_CIPHER_ALG;
464 list_type = FUNC_TYPE_CIPHER;
476 if (list_type == FUNC_TYPE_PKEY)
478 if (list_type == FUNC_TYPE_MD_ALG)
480 if (list_type == FUNC_TYPE_CIPHER_ALG)
485 if (fp->type == list_type)