Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ec/
H A Dec_backend.c644 if (ret->group->meth->keycopy in ossl_ec_key_dup()
645 && 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