Searched refs:writer (Results 1 – 6 of 6) sorted by relevance
/openssl-master/util/ |
A D | mkdef.pl | 107 solaris => { writer => \&writer_linux, 113 aix => { writer => \&writer_aix, 116 VMS => { writer => \&writer_VMS, 120 WINDOWS => { writer => \&writer_windows, 131 nonstop => { writer => \&writer_nonstop, 156 my $writer = $OS->{writer}; 157 $writer = \&writer_ctest if $ctest; 159 $writer->($ordinals->items(%ordinal_opts));
|
/openssl-master/apps/lib/ |
A D | apps_ui.c | 64 int (*writer)(UI *ui, UI_STRING *uis) = NULL; in ui_write() local 87 writer = UI_method_get_writer(ui_base_method); in ui_write() 88 if (writer != NULL) in ui_write() 89 return writer(ui, uis); in ui_write()
|
/openssl-master/doc/man3/ |
A D | UI_create_method.pod | 26 int (*writer) (UI *ui, UI_STRING *uis)); 65 =item a writer 102 Regarding the writer and the reader, don't assume the former should 112 text in the writer, have all input read in the flusher and store the 128 For every UI String associated with the UI, call the writer function
|
/openssl-master/include/openssl/ |
A D | ui.h.in | 252 a writer This function is called to write a given string, 274 The way this is used, the opener is first called, then the writer for all 278 instead of having the writer do it. If you want to prompt from a dialog 279 box, the writer can be used to build up the contents of the box, and the 284 All method functions take a UI as argument. Additionally, the writer and 316 int (*writer) (UI *ui, UI_STRING *uis));
|
/openssl-master/crypto/ui/ |
A D | ui_lib.c | 637 int (*writer) (UI *ui, UI_STRING *uis)) in UI_method_set_writer() 640 method->ui_write_string = writer; in UI_method_set_writer()
|
/openssl-master/providers/implementations/encode_decode/ |
A D | encode_key2any.c | 1038 key_to_der_fn *writer, in key2any_encode() argument 1047 } else if (writer != NULL in key2any_encode() 1055 writer(out, key, type, pemname, key2paramstring, key2der, ctx); in key2any_encode()
|
Completed in 11 milliseconds