/freebsd/crypto/openssl/crypto/engine/ |
H A D | eng_cnf.c | 83 if (!ENGINE_ctrl_cmd_string(e, "SO_PATH", ctrlvalue, 0)) in int_engine_configure() 85 if (!ENGINE_ctrl_cmd_string(e, "LIST_ADD", "2", 0)) in int_engine_configure() 87 if (!ENGINE_ctrl_cmd_string(e, "LOAD", NULL, 0)) in int_engine_configure() 124 } else if (!ENGINE_ctrl_cmd_string(e, ctrlname, ctrlvalue, 0)) in int_engine_configure()
|
H A D | eng_list.c | 422 if (!iterator || !ENGINE_ctrl_cmd_string(iterator, "ID", id, 0) || in ENGINE_by_id() 423 !ENGINE_ctrl_cmd_string(iterator, "DIR_LOAD", "2", 0) || in ENGINE_by_id() 424 !ENGINE_ctrl_cmd_string(iterator, "DIR_ADD", in ENGINE_by_id() 426 !ENGINE_ctrl_cmd_string(iterator, "LIST_ADD", "1", 0) || in ENGINE_by_id() 427 !ENGINE_ctrl_cmd_string(iterator, "LOAD", NULL, 0)) in ENGINE_by_id()
|
H A D | eng_ctrl.c | 232 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg, in ENGINE_ctrl_cmd_string() function
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | engine.c | 33 if (!ENGINE_ctrl_cmd_string(e, "SO_PATH", engine, 0) in try_load_engine() 34 || !ENGINE_ctrl_cmd_string(e, "LOAD", NULL, 0)) { in try_load_engine()
|
/freebsd/crypto/openssl/apps/ |
H A D | engine.c | 255 if (!ENGINE_ctrl_cmd_string(e, cmd, NULL, 0)) in util_do_cmds() 266 if (!ENGINE_ctrl_cmd_string(e, buf, arg, 0)) in util_do_cmds()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | ENGINE_add.pod | 18 ENGINE_ctrl, ENGINE_ctrl_cmd, ENGINE_ctrl_cmd_string, 113 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg, 455 if (!ENGINE_ctrl_cmd_string(e, pre_cmds[0], pre_cmds[1], 0)) { 474 if (!ENGINE_ctrl_cmd_string(e, post_cmds[0], post_cmds[1], 0)) { 487 Note that ENGINE_ctrl_cmd_string() accepts a boolean argument that can 561 for any higher-level ENGINE functions such as ENGINE_ctrl_cmd_string(). 614 ENGINE_ctrl_cmd() and ENGINE_ctrl_cmd_string() return 1 on success or 0 on error.
|
/freebsd/crypto/openssl/ |
H A D | README-ENGINES.md | 194 ENGINE_ctrl_cmd_string(e, "SO_PATH", "/lib/libfoo.so", 0); 195 ENGINE_ctrl_cmd_string(e, "ID", "foo", 0); 196 ENGINE_ctrl_cmd_string(e, "LOAD", NULL, 0); 197 ENGINE_ctrl_cmd_string(e, "CMD_FOO", "some input data", 0);
|
H A D | CHANGES.md | 13646 the new string-based API function ENGINE_ctrl_cmd_string(). (Eg. this
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | engine.h | 479 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
|
/freebsd/contrib/sendmail/src/ |
H A D | tls.c | 3028 if (!ENGINE_ctrl_cmd_string(e, "SO_PATH", enginepath, 0)) 3037 if (!ENGINE_ctrl_cmd_string(e, "ID", id, 0)) 3045 if (!ENGINE_ctrl_cmd_string(e, "LOAD", NULL, 0))
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | tls_openssl.c | 833 if (ENGINE_ctrl_cmd_string(engine, pre[0], pre[1], 0) == 0) { in tls_engine_load_dynamic_generic() 858 if (ENGINE_ctrl_cmd_string(engine, post[0], post[1], 0) == 0) { in tls_engine_load_dynamic_generic() 1308 if (pin && ENGINE_ctrl_cmd_string(conn->engine, "PIN", pin, 0) == 0) { in tls_engine_init()
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 1224 ENGINE_ctrl_cmd_string;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1524 MLINKS+= ENGINE_add.3 ENGINE_ctrl_cmd_string.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 57 ENGINE_ctrl_cmd_string 59 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,ENGINE
|