Searched defs:add_ext (Results 1 – 3 of 3) sorted by relevance
39 bool add_ext(X509* cert, int nid, const char* value) { in add_ext() function
57 static bool add_ext(X509V3_CTX* context, X509* cert, int nid, const char* value) { in add_ext() function
587 let mut add_ext = |major, minor, patch, ext: &str| { in fill_extensions() localVariable