Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/ec/
H A Dec_pmeth.c82 EC_KEY *co_key; member
129 if (sctx->co_key) { in pkey_ec_copy()
130 dctx->co_key = EC_KEY_dup(sctx->co_key); in pkey_ec_copy()
131 if (!dctx->co_key) in pkey_ec_copy()
156 EC_KEY_free(dctx->co_key); in pkey_ec_cleanup()
224 eckey = dctx->co_key ? dctx->co_key : ctx->pkey->pkey.ec; in pkey_ec_derive()
329 if (!dctx->co_key) { in pkey_ec_ctrl()
330 dctx->co_key = EC_KEY_dup(ec_key); in pkey_ec_ctrl()
331 if (!dctx->co_key) in pkey_ec_ctrl()
339 EC_KEY_free(dctx->co_key); in pkey_ec_ctrl()
[all …]