Home
last modified time | relevance | path

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

/openssl-master/apps/lib/
A Dapps_ui.c29 int (*reader)(UI *ui, UI_STRING *uis) = NULL; in ui_read() local
54 reader = UI_method_get_reader(ui_base_method); in ui_read()
55 if (reader != NULL) in ui_read()
56 return reader(ui, uis); in ui_read()
/openssl-master/doc/man3/
A DUI_create_method.pod29 int (*reader) (UI *ui, UI_STRING *uis));
80 =item a reader
98 Only the flusher or the reader are expected to return -1.
102 Regarding the writer and the reader, don't assume the former should
106 For example, a typical tty reader wouldn't write the prompts in the
107 write, but would rather do so in the reader, because of the sequential
113 results in some temporary buffer, and finally have the reader just
139 For every UI String associated with the UI, call the reader function
/openssl-master/include/openssl/
A Dui.h.in258 a reader This function is called to read a given prompt,
272 only checked when returned by the flusher or the reader.
275 strings, then the flusher, then the reader for all strings and finally the
277 line interface, the best is to have the reader also write the prompts
281 has been given, after which the reader only grabs the given data and puts
285 the reader take a UI_STRING.
319 int (*reader) (UI *ui, UI_STRING *uis));
/openssl-master/crypto/ui/
A Dui_lib.c656 int (*reader) (UI *ui, UI_STRING *uis)) in UI_method_set_reader()
659 method->ui_read_string = reader; in UI_method_set_reader()
/openssl-master/doc/internal/man7/
A Dbuild.info.pod363 This instructs the F<build.info> reader to also read the F<build.info>
/openssl-master/
A DNEWS.md229 * A new STORE module, which implements a uniform and URI based reader of
A DCHANGES.md2428 * Add a STORE module, which implements a uniform and URI based reader of
13855 * Change the default configuration reader to deal with last line not
15599 configuration file reader "class" is implemented as well as a
15605 reader "classes" (I can definitely see something reading a
16572 DER versions of the certificate and CRL reader would always fail
16578 any errors: this is one reason why the cert and CRL reader seemed

Completed in 30 milliseconds