Searched refs:co_key (Results 1 – 1 of 1) sorted by relevance
33 EC_KEY *co_key; member76 if (sctx->co_key) { in pkey_ec_copy()77 dctx->co_key = EC_KEY_dup(sctx->co_key); in pkey_ec_copy()78 if (!dctx->co_key) in pkey_ec_copy()99 EC_KEY_free(dctx->co_key); in pkey_ec_cleanup()187 eckey = dctx->co_key ? dctx->co_key in pkey_ec_derive()302 if (!dctx->co_key) { in pkey_ec_ctrl()303 dctx->co_key = EC_KEY_dup(ec_key); in pkey_ec_ctrl()304 if (!dctx->co_key) in pkey_ec_ctrl()312 EC_KEY_free(dctx->co_key); in pkey_ec_ctrl()[all …]
Completed in 4 milliseconds