Lines Matching defs:selection
466 static int xor_has(const void *vkey, int selection)
474 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0)
476 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0)
482 static void *xor_dup(const void *vfromkey, int selection)
491 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) {
499 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) {
580 int selection;
584 static void *xor_gen_init(void *provctx, int selection,
589 if ((selection & (OSSL_KEYMGMT_SELECT_KEYPAIR
594 gctx->selection = selection;
644 if ((gctx->selection & OSSL_KEYMGMT_SELECT_KEYPAIR) != 0) {