Home
last modified time | relevance | path

Searched refs:oid_buf (Results 1 – 1 of 1) sorted by relevance

/openssl-master/apps/
A Dlist.c934 char *oid_buf = NULL; in list_objects() local
962 oid_buf = OPENSSL_realloc(oid_buf, n + 1); in list_objects()
963 if (oid_buf == NULL) { in list_objects()
969 if (OBJ_obj2txt(oid_buf, oid_size, obj, 1) < 0) in list_objects()
972 BIO_printf(bio_out, "%s = %s\n", sn, oid_buf); in list_objects()
974 BIO_printf(bio_out, "%s = %s, %s\n", sn, ln, oid_buf); in list_objects()
977 OPENSSL_free(oid_buf); in list_objects()

Completed in 5 milliseconds