Lines Matching defs:selection
1002 static int key2any_check_selection(int selection, int selection_mask)
1005 * The selections are kinda sorta "levels", i.e. each selection given
1016 if (selection == 0)
1020 int check1 = (selection & checks[i]) != 0;
1066 if ((selection & DO_PRIVATE_KEY_selection_mask) != 0) \
1076 if ((selection & DO_PUBLIC_KEY_selection_mask) != 0) \
1086 if ((selection & DO_PARAMETERS_selection_mask) != 0) \
1101 * A mask of selection bits that must not be zero. This is used as a
1102 * selection criterion for each implementation.
1244 impl##_to_##kind##_##output##_import_object(void *vctx, int selection, \
1250 ctx->provctx, selection, params); \
1257 int selection) \
1259 return key2any_check_selection(selection, \
1266 int selection, \