Searched refs:X509_add_ext (Results 1 – 4 of 4) sorted by relevance
145 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc) in X509_add_ext() function
1059 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc);
1346 if (!X509_add_ext(x, ext, -1)) in copy_extensions()