Lines Matching defs:from
153 * We look at the already cached provider keys, and import from the
444 int evp_keymgmt_util_copy(EVP_PKEY *to, EVP_PKEY *from, int selection)
451 if (from == NULL || from->keydata == NULL)
455 * If |to| is unassigned, ensure it gets the same KEYMGMT as |from|,
460 to_keymgmt = from->keymgmt;
462 if (to_keymgmt == from->keymgmt && to_keymgmt->dup != NULL
465 from->keydata,
469 } else if (match_type(to_keymgmt, from->keymgmt)) {
476 if (!evp_keymgmt_util_export(from, selection,
496 * This is a bit different from using evp_keymgmt_util_assign_pkey(),
528 * When the string from the EVP_KEYMGMT implementation is "", we use