Searched refs:ext_oct (Results 1 – 1 of 1) sorted by relevance
143 ASN1_OCTET_STRING *ext_oct = NULL; in do_ext_i2d() local164 if ((ext_oct = ASN1_OCTET_STRING_new()) == NULL) in do_ext_i2d()166 ext_oct->data = ext_der; in do_ext_i2d()168 ext_oct->length = ext_len; in do_ext_i2d()170 ext = X509_EXTENSION_create_by_NID(NULL, ext_nid, crit, ext_oct); in do_ext_i2d()173 ASN1_OCTET_STRING_free(ext_oct); in do_ext_i2d()180 ASN1_OCTET_STRING_free(ext_oct); in do_ext_i2d()
Completed in 5 milliseconds