Searched refs:UI_ctrl (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13-stable/crypto/openssl/doc/man3/ |
| HD | UI_new.pod | 12 UI_process, UI_ctrl, UI_set_default_method, UI_get_default_method, 58 int UI_ctrl(UI *ui, int cmd, long i, void *p, void (*f)()); 185 UI_ctrl() adds extra control for the application author. For now, it 234 UI_ctrl() returns a mask on success or -1 on error.
|
| /freebsd-13-stable/crypto/openssl/include/openssl/ |
| HD | ui.h | 188 int UI_ctrl(UI *ui, int cmd, long i, void *p, void (*f) (void));
|
| /freebsd-13-stable/crypto/openssl/crypto/ui/ |
| HD | ui_lib.c | 555 int UI_ctrl(UI *ui, int cmd, long i, void *p, void (*f) (void)) in UI_ctrl() function
|
| /freebsd-13-stable/crypto/openssl/apps/ |
| HD | apps.c | 320 UI_ctrl(ui, UI_CTRL_PRINT_ERRORS, 1, 0, 0); in password_callback() 336 } while (ok < 0 && UI_ctrl(ui, UI_CTRL_IS_REDOABLE, 0, 0, 0)); in password_callback()
|
| /freebsd-13-stable/secure/lib/libcrypto/ |
| HD | Version.map | 2856 UI_ctrl;
|
| /freebsd-13-stable/crypto/openssl/crypto/err/ |
| HD | openssl.txt | 1630 UI_F_UI_CTRL:111:UI_ctrl
|
| /freebsd-13-stable/secure/lib/libcrypto/man/man3/ |
| HD | Makefile | 2900 MLINKS+= UI_new.3 UI_ctrl.3
|