| /freebsd-12.1/crypto/openssl/crypto/engine/ |
| H A D | eng_cnf.c | 86 if (!ENGINE_ctrl_cmd_string(e, "SO_PATH", ctrlvalue, 0)) in int_engine_configure() 88 if (!ENGINE_ctrl_cmd_string(e, "LIST_ADD", "2", 0)) in int_engine_configure() 90 if (!ENGINE_ctrl_cmd_string(e, "LOAD", NULL, 0)) in int_engine_configure() 128 } else if (!ENGINE_ctrl_cmd_string(e, ctrlname, ctrlvalue, 0)) in int_engine_configure()
|
| H A D | eng_list.c | 323 if (!iterator || !ENGINE_ctrl_cmd_string(iterator, "ID", id, 0) || in ENGINE_by_id() 324 !ENGINE_ctrl_cmd_string(iterator, "DIR_LOAD", "2", 0) || in ENGINE_by_id() 325 !ENGINE_ctrl_cmd_string(iterator, "DIR_ADD", in ENGINE_by_id() 327 !ENGINE_ctrl_cmd_string(iterator, "LIST_ADD", "1", 0) || in ENGINE_by_id() 328 !ENGINE_ctrl_cmd_string(iterator, "LOAD", NULL, 0)) in ENGINE_by_id()
|
| H A D | eng_ctrl.c | 229 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg, in ENGINE_ctrl_cmd_string() function
|
| /freebsd-12.1/crypto/openssl/apps/ |
| H A D | engine.c | 250 if (!ENGINE_ctrl_cmd_string(e, cmd, NULL, 0)) 261 if (!ENGINE_ctrl_cmd_string(e, buf, arg, 0))
|
| H A D | apps.c | 1279 if (!ENGINE_ctrl_cmd_string(e, "SO_PATH", engine, 0) in try_load_engine() 1280 || !ENGINE_ctrl_cmd_string(e, "LOAD", NULL, 0)) { in try_load_engine()
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | ENGINE_add.pod | 18 ENGINE_ctrl, ENGINE_ctrl_cmd, ENGINE_ctrl_cmd_string, 109 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg, 447 if (!ENGINE_ctrl_cmd_string(e, pre_cmds[0], pre_cmds[1], 0)) { 466 if (!ENGINE_ctrl_cmd_string(e, post_cmds[0], post_cmds[1], 0)) { 479 Note that ENGINE_ctrl_cmd_string() accepts a boolean argument that can 553 for any higher-level ENGINE functions such as ENGINE_ctrl_cmd_string(). 607 ENGINE_ctrl_cmd() and ENGINE_ctrl_cmd_string() return 1 on success or 0 on error.
|
| /freebsd-12.1/crypto/openssl/ |
| H A D | README.ENGINE | 174 ENGINE_ctrl_cmd_string(e, "SO_PATH", "/lib/libfoo.so", 0); 175 ENGINE_ctrl_cmd_string(e, "ID", "foo", 0); 176 ENGINE_ctrl_cmd_string(e, "LOAD", NULL, 0); 177 ENGINE_ctrl_cmd_string(e, "CMD_FOO", "some input data", 0);
|
| H A D | CHANGES | 7922 the new string-based API function ENGINE_ctrl_cmd_string(). (Eg. this
|
| /freebsd-12.1/crypto/openssl/include/openssl/ |
| H A D | engine.h | 454 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
|
| /freebsd-12.1/contrib/wpa/src/crypto/ |
| H A D | tls_openssl.c | 824 if (ENGINE_ctrl_cmd_string(engine, pre[0], pre[1], 0) == 0) { in tls_engine_load_dynamic_generic() 849 if (ENGINE_ctrl_cmd_string(engine, post[0], post[1], 0) == 0) { in tls_engine_load_dynamic_generic() 1221 if (pin && ENGINE_ctrl_cmd_string(conn->engine, "PIN", pin, 0) == 0) { in tls_engine_init()
|
| /freebsd-12.1/secure/lib/libcrypto/ |
| H A D | Version.map | 1226 ENGINE_ctrl_cmd_string;
|
| H A D | Makefile.man | 1251 MLINKS+= ENGINE_add.3 ENGINE_ctrl_cmd_string.3
|
| /freebsd-12.1/crypto/openssl/crypto/err/ |
| H A D | openssl.txt | 687 ENGINE_F_ENGINE_CTRL_CMD_STRING:171:ENGINE_ctrl_cmd_string
|