Lines Matching refs:selection
59 /* The selection that is passed to msblob2key_decode() */
60 int selection;
82 static int msblob2key_decode(void *vctx, OSSL_CORE_BIO *cin, int selection,
110 ctx->selection = selection;
133 if ((selection == 0
134 || (selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0)
144 if (selection != 0 && key == NULL)
147 if (key == NULL && (selection == 0
148 || (selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0)
153 if (selection != 0 && key == NULL)
217 return export(keydata, ctx->selection, export_cb, export_cbarg);