Home
last modified time | relevance | path

Searched refs:keycopy (Results 1 – 3 of 3) sorted by relevance

/openssl/crypto/ec/
H A Dec_backend.c650 if (ret->group->meth->keycopy in ossl_ec_key_dup()
651 && ret->group->meth->keycopy(ret, src) == 0) in ossl_ec_key_dup()
H A Dec_key.c152 if (src->group->meth->keycopy in EC_KEY_copy()
153 && src->group->meth->keycopy(dest, src) == 0) in EC_KEY_copy()
H A Dec_local.h173 int (*keycopy)(EC_KEY *dst, const EC_KEY *src); member

Completed in 16 milliseconds