Home | History | Annotate | Download | only in apps

Lines Matching refs:hex

72  * -hex              - hex encode output
85 int hex = 0;
135 else if (strcmp(argv[i], "-hex") == 0)
137 if (!hex)
138 hex = 1;
157 if (hex && base64)
173 BIO_printf(bio_err, "-hex - hex encode output\n");
223 if (!hex)
232 if (hex)