Searched refs:keycopy (Results 1 – 3 of 3) sorted by relevance
644 if (ret->group->meth->keycopy in ossl_ec_key_dup()645 && ret->group->meth->keycopy(ret, src) == 0) in ossl_ec_key_dup()
152 if (src->group->meth->keycopy in EC_KEY_copy()153 && src->group->meth->keycopy(dest, src) == 0) in EC_KEY_copy()
173 int (*keycopy)(EC_KEY *dst, const EC_KEY *src); member