EVP_CIPHER_up_ref
&& EVP_CIPHER_up_ref(cipher)
if (in->fetched_cipher != NULL && !EVP_CIPHER_up_ref(in->fetched_cipher)) {
return EVP_CIPHER_up_ref(cipher);
if (!EVP_CIPHER_up_ref((EVP_CIPHER *)cipher)) {
if (!EVP_CIPHER_up_ref((EVP_CIPHER *)cipher)) {
if (!EVP_CIPHER_up_ref(cipher))
int EVP_CIPHER_up_ref(EVP_CIPHER *cipher);
if (src->alloc_cipher != NULL && !EVP_CIPHER_up_ref(src->alloc_cipher))
if (in->cbc != NULL && !EVP_CIPHER_up_ref(in->cbc))
if (in->ctr != NULL && !EVP_CIPHER_up_ref(in->ctr)) {
return EVP_CIPHER_up_ref((EVP_CIPHER *)cipher);
if (!TEST_true(EVP_CIPHER_up_ref(cipher)))