Lines Matching defs:selection
235 int selection)
246 return evp_keymgmt_util_match((EVP_PKEY *)a, (EVP_PKEY *)b, selection);
294 return evp_keymgmt_match(keymgmt1, keydata1, keydata2, selection);
343 int selection = SELECT_PARAMETERS;
347 selection |= OSSL_KEYMGMT_SELECT_PUBLIC_KEY;
349 selection |= OSSL_KEYMGMT_SELECT_KEYPAIR;
350 return evp_pkey_cmp_any(a, b, selection);
524 int selection;
533 if (raw_key->selection == OSSL_KEYMGMT_SELECT_PRIVATE_KEY) {
539 } else if (raw_key->selection == OSSL_KEYMGMT_SELECT_PUBLIC_KEY) {
558 raw_key.selection = OSSL_KEYMGMT_SELECT_PRIVATE_KEY;
590 raw_key.selection = OSSL_KEYMGMT_SELECT_PUBLIC_KEY;
1156 int selection /* For provided encoding */,
1170 ctx = OSSL_ENCODER_CTX_new_for_pkey(pkey, selection, "TEXT", NULL,
1833 int selection = OSSL_KEYMGMT_SELECT_ALL;
1896 selection);
1951 op = evp_keymgmt_util_find_operation_cache(pk, tmp_keymgmt, selection);
1963 selection)) {
1978 keydata = evp_keymgmt_util_export_to_provider(pk, tmp_keymgmt, selection);