Searched refs:new_ex (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509/
H A Dx509_v3.c147 X509_EXTENSION *new_ex = NULL; local
168 if ((new_ex = X509_EXTENSION_dup(ex)) == NULL)
170 if (!sk_X509_EXTENSION_insert(sk, new_ex, loc))
178 if (new_ex != NULL)
179 X509_EXTENSION_free(new_ex);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_v3.c146 X509_EXTENSION *new_ex=NULL; local
168 if ((new_ex=X509_EXTENSION_dup(ex)) == NULL)
170 if (!sk_X509_EXTENSION_insert(sk,new_ex,loc))
178 if (new_ex != NULL) X509_EXTENSION_free(new_ex);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509/
H A Dx509_v3.c147 X509_EXTENSION *new_ex = NULL; local
168 if ((new_ex = X509_EXTENSION_dup(ex)) == NULL)
170 if (!sk_X509_EXTENSION_insert(sk, new_ex, loc))
178 if (new_ex != NULL)
179 X509_EXTENSION_free(new_ex);

Completed in 103 milliseconds