Searched refs:writer (Results 1 – 10 of 10) sorted by relevance
/openssl/util/ |
H A D | mkdef.pl | 111 solaris => { writer => \&writer_linux, 117 aix => { writer => \&writer_aix, 121 VMS => { writer => \&writer_VMS, 125 WINDOWS => { writer => \&writer_windows, 136 nonstop => { writer => \&writer_nonstop, 161 my $writer = $OS->{writer}; 162 $writer = \&writer_ctest if $ctest; 164 $writer->($ordinals->items(%ordinal_opts));
|
/openssl/apps/lib/ |
H 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/doc/man3/ |
H 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
|
H A D | BIO_s_dgram_pair.pod | 134 and whether they will be provided by the writer. These capability flags should
|
/openssl/include/openssl/ |
H 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/crypto/ui/ |
H A D | ui_lib.c | 628 int (*writer) (UI *ui, UI_STRING *uis)) in UI_method_set_writer() 631 method->ui_write_string = writer; in UI_method_set_writer()
|
/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2any.c | 1047 key_to_der_fn *writer, in key2any_encode() argument 1056 } else if (writer != NULL in key2any_encode() 1064 writer(out, key, type, pemname, key2paramstring, key2der, ctx); in key2any_encode()
|
/openssl/doc/internal/man3/ |
H A D | ossl_rcu_lock_new.pod | 84 the lock. Note only one writer per lock is permitted, as with read/write locks.
|
/openssl/test/ |
H A D | tls-provider.c | 1834 key_to_der_fn *writer, in key2any_encode() argument 1844 } else if (writer != NULL) { in key2any_encode() 1851 ret = writer(out, key, type, pemname, key2paramstring, key2der, ctx); in key2any_encode()
|
H A D | sslapitest.c | 7154 SSL *writer, *reader; in test_ssl_clear() local 7186 writer = clientssl; in test_ssl_clear() 7189 writer = serverssl; in test_ssl_clear() 7194 if (!TEST_true(SSL_write_ex(writer, msg, strlen(msg), &written)) in test_ssl_clear()
|
Completed in 63 milliseconds