ossl_ecx_key_up_ref
if (ret != NULL && !ossl_ecx_key_up_ref(ret))
int ossl_ecx_key_up_ref(ECX_KEY *key);
|| !ossl_ecx_key_up_ref(key)) {
if (dstctx->key != NULL && !ossl_ecx_key_up_ref(dstctx->key)) {
if (dstctx->peerkey != NULL && !ossl_ecx_key_up_ref(dstctx->peerkey)) {
|| !ossl_ecx_key_up_ref(key)) {
if (!ossl_ecx_key_up_ref(ecx))
if (!ossl_ecx_key_up_ref(ecx))
if (!ossl_ecx_key_up_ref(edkey)) {
if (srcctx->key != NULL && !ossl_ecx_key_up_ref(srcctx->key)) {