Searched refs:reader (Results 1 – 10 of 10) sorted by relevance
/openssl/apps/lib/ |
H A D | apps_ui.c | 29 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/doc/man3/ |
H A D | UI_create_method.pod | 29 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
|
H A D | BIO_s_dgram_pair.pod | 133 indicate whether source and destination addresses will be honoured by the reader
|
/openssl/include/openssl/ |
H A D | ui.h.in | 258 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/crypto/ui/ |
H A D | ui_lib.c | 647 int (*reader) (UI *ui, UI_STRING *uis)) in UI_method_set_reader() 650 method->ui_read_string = reader; in UI_method_set_reader()
|
/openssl/doc/designs/ |
H A D | passing-algorithmidentifier-parameters.md | 155 operations / algorithms. This list is not exhaustive, the reader is
|
/openssl/doc/internal/man7/ |
H A D | build.info.pod | 363 This instructs the F<build.info> reader to also read the F<build.info>
|
/openssl/test/ |
H A D | sslapitest.c | 7154 SSL *writer, *reader; in test_ssl_clear() local 7187 reader = serverssl; in test_ssl_clear() 7190 reader = clientssl; in test_ssl_clear() 7202 if (!TEST_true(SSL_read_ex(reader, buf, sizeof(buf), &readbytes)) in test_ssl_clear()
|
/openssl/ |
H A D | NEWS.md | 698 * A new STORE module, which implements a uniform and URI based reader of
|
H A D | CHANGES.md | 4367 * Add a STORE module, which implements a uniform and URI based reader of 15794 * Change the default configuration reader to deal with last line not 17538 configuration file reader "class" is implemented as well as a 17544 reader "classes" (I can definitely see something reading a 18511 DER versions of the certificate and CRL reader would always fail 18517 any errors: this is one reason why the cert and CRL reader seemed
|
Completed in 96 milliseconds