| /third_party/openssl/crypto/engine/ |
| 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()
|
| D | eng_list.c | 419 if (!iterator || !ENGINE_ctrl_cmd_string(iterator, "ID", id, 0) || in ENGINE_by_id() 420 !ENGINE_ctrl_cmd_string(iterator, "DIR_LOAD", "2", 0) || in ENGINE_by_id() 421 !ENGINE_ctrl_cmd_string(iterator, "DIR_ADD", in ENGINE_by_id() 423 !ENGINE_ctrl_cmd_string(iterator, "LIST_ADD", "1", 0) || in ENGINE_by_id() 424 !ENGINE_ctrl_cmd_string(iterator, "LOAD", NULL, 0)) in ENGINE_by_id()
|
| 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
|
| /third_party/fsverity-utils/lib/ |
| D | sign_digest.c | 356 if (!ENGINE_ctrl_cmd_string(engine, "SO_PATH", in load_pkcs11_private_key() 358 !ENGINE_ctrl_cmd_string(engine, "ID", "pkcs11", 0) || in load_pkcs11_private_key() 359 !ENGINE_ctrl_cmd_string(engine, "LIST_ADD", "1", 0) || in load_pkcs11_private_key() 360 !ENGINE_ctrl_cmd_string(engine, "LOAD", NULL, 0) || in load_pkcs11_private_key() 361 !ENGINE_ctrl_cmd_string(engine, "MODULE_PATH", in load_pkcs11_private_key()
|
| /third_party/openssl/apps/lib/ |
| 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()
|
| /third_party/openssl/apps/ |
| 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()
|
| /third_party/openssl/doc/man3/ |
| 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, 454 if (!ENGINE_ctrl_cmd_string(e, pre_cmds[0], pre_cmds[1], 0)) { 473 if (!ENGINE_ctrl_cmd_string(e, post_cmds[0], post_cmds[1], 0)) { 486 Note that ENGINE_ctrl_cmd_string() accepts a boolean argument that can 560 for any higher-level ENGINE functions such as ENGINE_ctrl_cmd_string(). 613 ENGINE_ctrl_cmd() and ENGINE_ctrl_cmd_string() return 1 on success or 0 on error.
|
| /third_party/openssl/ |
| 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);
|
| D | CHANGES.md | 13246 the new string-based API function ENGINE_ctrl_cmd_string(). (Eg. this
|
| /third_party/openssl/ohos_lite/include/openssl/ |
| D | engine.h | 454 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
|
| /third_party/openssl/include/openssl/ |
| D | engine.h | 479 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| 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()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| D | tls_openssl.c | 830 if (ENGINE_ctrl_cmd_string(engine, pre[0], pre[1], 0) == 0) { in tls_engine_load_dynamic_generic() 855 if (ENGINE_ctrl_cmd_string(engine, post[0], post[1], 0) == 0) { in tls_engine_load_dynamic_generic() 1233 if (pin && ENGINE_ctrl_cmd_string(conn->engine, "PIN", pin, 0) == 0) { in tls_engine_init()
|
| /third_party/libcoap/src/ |
| D | coap_openssl.c | 1215 if (ENGINE_ctrl_cmd_string(ssl_engine, "PIN", in setup_pki_server() 1621 if (ENGINE_ctrl_cmd_string(ssl_engine, in setup_pki_ssl()
|
| /third_party/node/src/ |
| D | node_crypto.cc | 216 if (!ENGINE_ctrl_cmd_string(engine, "SO_PATH", engine_id, 0) || in LoadEngineById() 217 !ENGINE_ctrl_cmd_string(engine, "LOAD", nullptr, 0)) { in LoadEngineById()
|
| /third_party/openssl/util/ |
| D | libcrypto.num | 57 ENGINE_ctrl_cmd_string 59 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,ENGINE
|