Lines Matching refs:to_keymgmt
447 EVP_KEYMGMT *to_keymgmt = to->keymgmt;
459 if (to_keymgmt == NULL)
460 to_keymgmt = from->keymgmt;
462 if (to_keymgmt == from->keymgmt && to_keymgmt->dup != NULL
464 to_keydata = alloc_keydata = evp_keymgmt_dup(to_keymgmt,
469 } else if (match_type(to_keymgmt, from->keymgmt)) {
472 import_data.keymgmt = to_keymgmt;
502 && !EVP_PKEY_set_type_by_keymgmt(to, to_keymgmt)) {
503 evp_keymgmt_freedata(to_keymgmt, alloc_keydata);