Searched refs:UI_ctrl (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/ |
H A D | apps_ui.c | 187 UI_ctrl(ui, UI_CTRL_PRINT_ERRORS, 1, 0, 0); in password_callback() 203 } while (ok < 0 && UI_ctrl(ui, UI_CTRL_IS_REDOABLE, 0, 0, 0)); in password_callback()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | 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.
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | 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)()); 187 UI_ctrl() adds extra control for the application author. For now, it 236 UI_ctrl() returns a mask on success or -1 on error.
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | ui.h | 188 int UI_ctrl(UI *ui, int cmd, long i, void *p, void (*f) (void));
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | ui.h.in | 201 int UI_ctrl(UI *ui, int cmd, long i, void *p, void (*f) (void)); 212 * a user interface. This makes UI_ctrl() return 1 if it is redoable, and 0
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ui/ |
H A D | ui_lib.c | 551 int UI_ctrl(UI *ui, int cmd, long i, void *p, void (*f) (void)) in UI_ctrl() function
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ui/ |
H A D | ui_lib.c | 552 int UI_ctrl(UI *ui, int cmd, long i, void *p, void (*f) (void)) in UI_ctrl() function
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | 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()
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/ |
H A D | crypto.map | 2848 UI_ctrl;
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/ |
H A D | openssl.txt | 1629 UI_F_UI_CTRL:111:UI_ctrl
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
H A D | libcrypto.num | 3469 UI_ctrl 3421 1_1_0 EXIST::FUNCTION:
|