Home
last modified time | relevance | path

Searched defs:translation_st (Results 1 – 1 of 1) sorted by relevance

/openssl/crypto/evp/
H A Dctrl_params_translate.c214 struct translation_st { struct
227 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 13 milliseconds