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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dasn1_gen.c143 unsigned char *orig_der = NULL, *new_der = NULL; local
179 cpy_len = i2d_ASN1_TYPE(ret, &orig_der);
183 cpy_start = orig_der;
194 cpy_len -= cpy_start - orig_der;
260 if (orig_der)
261 OPENSSL_free(orig_der);

Completed in 97 milliseconds