Searched defs:translation_st (Results 1 – 1 of 1) sorted by relevance
214 struct translation_st { struct227 enum action action_type;237 int keytype1; /* The EVP_PKEY_XXX type, i.e. NIDs. #legacy */238 int keytype2; /* Another EVP_PKEY_XXX type, used for aliases */239 int optype; /* The operation type */259 int ctrl_num; /* EVP_PKEY_CTRL_xxx */260 const char *ctrl_str; /* The corresponding ctrl string */261 const char *ctrl_hexstr; /* The alternative "hex{str}" ctrl string */262 const char *param_key; /* The corresponding OSSL_PARAM key */290 const struct translation_st *translation, in default_check() argument
Completed in 10 milliseconds