Lines Matching defs:selection
37 int selection)
48 selection, libctx, propq);
79 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0)
80 selection = selection & ~OSSL_KEYMGMT_SELECT_PUBLIC_KEY;
82 if (!evp_keymgmt_util_has(pkey, selection)) {
103 int selection)
113 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) {
123 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0)
181 } else if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) == 0
182 && (selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) {
185 } else if ((selection & EVP_PKEY_KEYPAIR) == 0
218 int selection)
242 libctx, propq, selection);
248 selection)) == NULL))