Searched refs:cmd_name (Results 1 – 3 of 3) sorted by relevance
/openssl-master/crypto/engine/ |
A D | eng_ctrl.c | 29 if ((defn->cmd_num == 0) || (defn->cmd_name == NULL)) in int_ctrl_cmd_is_null() 37 while (!int_ctrl_cmd_is_null(defn) && (strcmp(defn->cmd_name, s) != 0)) { in int_ctrl_cmd_by_name() 111 return strlen(cdp->cmd_name); in int_ctrl_helper() 113 return strlen(strcpy(s, cdp->cmd_name)); in int_ctrl_helper() 196 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name, in ENGINE_ctrl_cmd() argument 201 if (e == NULL || cmd_name == NULL) { in ENGINE_ctrl_cmd() 207 0, (void *)cmd_name, NULL)) <= 0) { in ENGINE_ctrl_cmd() 232 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg, in ENGINE_ctrl_cmd_string() argument 239 if (e == NULL || cmd_name == NULL) { in ENGINE_ctrl_cmd_string() 245 0, (void *)cmd_name, NULL)) <= 0) { in ENGINE_ctrl_cmd_string()
|
/openssl-master/include/openssl/ |
A D | engine.h | 259 const char *cmd_name; /* The command name itself */ member 450 OSSL_DEPRECATEDIN_3_0 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name, 479 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
|
/openssl-master/doc/man3/ |
A D | ENGINE_add.pod | 111 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name, 113 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
|
Completed in 5 milliseconds