HomeSort by relevance Sort by last modified time
    Searched refs:ENGINE_CMD_DEFN (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/engine/
eng_ctrl.c 59 * is used if the ENGINE_CMD_DEFN has cmd_desc set to NULL. */
66 static int int_ctrl_cmd_is_null(const ENGINE_CMD_DEFN *defn)
73 static int int_ctrl_cmd_by_name(const ENGINE_CMD_DEFN *defn, const char *s)
87 static int int_ctrl_cmd_by_num(const ENGINE_CMD_DEFN *defn, unsigned int num)
eng_int.h 185 const ENGINE_CMD_DEFN *cmd_defns;
eng_lib.c 278 int ENGINE_set_cmd_defns(ENGINE *e, const ENGINE_CMD_DEFN *defns)
319 const ENGINE_CMD_DEFN *ENGINE_get_cmd_defns(const ENGINE *e)
engine.h 268 * behalf, it should supply a null-terminated array of ENGINE_CMD_DEFN entries
272 * "null-terminated" means that the last ENGINE_CMD_DEFN element has cmd_num set
280 } ENGINE_CMD_DEFN;
497 int ENGINE_set_cmd_defns(ENGINE *e, const ENGINE_CMD_DEFN *defns);
542 const ENGINE_CMD_DEFN *ENGINE_get_cmd_defns(const ENGINE *e);
    [all...]
eng_dyn.c 86 static const ENGINE_CMD_DEFN dynamic_cmd_defns[] = {
117 static const ENGINE_CMD_DEFN dynamic_cmd_defns_empty[] = {
eng_cryptodev.c 134 static const ENGINE_CMD_DEFN cryptodev_defns[] = {
    [all...]
  /external/openssl/crypto/engine/
eng_ctrl.c 59 * is used if the ENGINE_CMD_DEFN has cmd_desc set to NULL. */
66 static int int_ctrl_cmd_is_null(const ENGINE_CMD_DEFN *defn)
73 static int int_ctrl_cmd_by_name(const ENGINE_CMD_DEFN *defn, const char *s)
87 static int int_ctrl_cmd_by_num(const ENGINE_CMD_DEFN *defn, unsigned int num)
eng_int.h 185 const ENGINE_CMD_DEFN *cmd_defns;
eng_lib.c 278 int ENGINE_set_cmd_defns(ENGINE *e, const ENGINE_CMD_DEFN *defns)
319 const ENGINE_CMD_DEFN *ENGINE_get_cmd_defns(const ENGINE *e)
engine.h 268 * behalf, it should supply a null-terminated array of ENGINE_CMD_DEFN entries
272 * "null-terminated" means that the last ENGINE_CMD_DEFN element has cmd_num set
280 } ENGINE_CMD_DEFN;
497 int ENGINE_set_cmd_defns(ENGINE *e, const ENGINE_CMD_DEFN *defns);
542 const ENGINE_CMD_DEFN *ENGINE_get_cmd_defns(const ENGINE *e);
    [all...]
eng_dyn.c 86 static const ENGINE_CMD_DEFN dynamic_cmd_defns[] = {
117 static const ENGINE_CMD_DEFN dynamic_cmd_defns_empty[] = {
eng_cryptodev.c 134 static const ENGINE_CMD_DEFN cryptodev_defns[] = {
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
engine.h 268 * behalf, it should supply a null-terminated array of ENGINE_CMD_DEFN entries
272 * "null-terminated" means that the last ENGINE_CMD_DEFN element has cmd_num set
280 } ENGINE_CMD_DEFN;
497 int ENGINE_set_cmd_defns(ENGINE *e, const ENGINE_CMD_DEFN *defns);
542 const ENGINE_CMD_DEFN *ENGINE_get_cmd_defns(const ENGINE *e);
    [all...]
  /external/openssl/include/openssl/
engine.h 268 * behalf, it should supply a null-terminated array of ENGINE_CMD_DEFN entries
272 * "null-terminated" means that the last ENGINE_CMD_DEFN element has cmd_num set
280 } ENGINE_CMD_DEFN;
497 int ENGINE_set_cmd_defns(ENGINE *e, const ENGINE_CMD_DEFN *defns);
542 const ENGINE_CMD_DEFN *ENGINE_get_cmd_defns(const ENGINE *e);
    [all...]
  /system/security/keystore-engine/
eng_keystore.cpp 161 static const ENGINE_CMD_DEFN keystore_cmd_defns[] = {

Completed in 65 milliseconds