Searched refs:ctrl_str (Results 1 – 6 of 6) sorted by relevance
| /src/crypto/openssl/crypto/evp/ |
| H A D | ctrl_params_translate.c | 194 const char *ctrl_str; member 268 const char *ctrl_str; /* The corresponding ctrl string */ member 546 const char *tmp_ctrl_str = ctx->ctrl_str; in default_fixup_args() 547 const char *orig_ctrl_str = ctx->ctrl_str; in default_fixup_args() 565 tmp_ctrl_str = ctx->ctrl_str = translation->param_key; in default_fixup_args() 2614 } else if (tmpl->ctrl_str != NULL) { in lookup_translation() 2615 const char *ctrl_str = NULL; in lookup_translation() local 2630 if (item->ctrl_str != NULL in lookup_translation() 2631 && OPENSSL_strcasecmp(tmpl->ctrl_str, item->ctrl_str) == 0) in lookup_translation() 2632 ctrl_str = tmpl->ctrl_str; in lookup_translation() [all …]
|
| H A D | pmeth_lib.c | 1389 if (ctx == NULL || ctx->pmeth == NULL || ctx->pmeth->ctrl_str == NULL) { in evp_pkey_ctx_ctrl_str_int() 1398 ret = ctx->pmeth->ctrl_str(ctx, name, value); in evp_pkey_ctx_ctrl_str_int() 1802 int (*ctrl_str)(EVP_PKEY_CTX *ctx, in EVP_PKEY_meth_set_ctrl() 1807 pmeth->ctrl_str = ctrl_str; in EVP_PKEY_meth_set_ctrl() 2013 *pctrl_str = pmeth->ctrl_str; in EVP_PKEY_meth_get_ctrl()
|
| /src/crypto/openssl/doc/man3/ |
| H A D | EVP_PKEY_meth_new.pod | 120 int (*ctrl_str) (EVP_PKEY_CTX *ctx, 356 int (*ctrl_str) (EVP_PKEY_CTX *ctx, const char *type, const char *value); 358 The ctrl() and ctrl_str() methods are used to adjust algorithm-specific
|
| /src/contrib/tcpdump/ |
| H A D | print-802_11.c | 119 static const struct tok ctrl_str[] = { variable 1814 ND_PRINT("%s", tok2str(ctrl_str, "Unknown Ctrl Subtype", FC_SUBTYPE(fc))); in ctrl_body_print()
|
| /src/crypto/openssl/include/crypto/ |
| H A D | evp.h | 181 int (*ctrl_str)(EVP_PKEY_CTX *ctx, const char *type, const char *value); member
|
| /src/crypto/openssl/include/openssl/ |
| H A D | evp.h | 2140 int (*ctrl_str)(EVP_PKEY_CTX *ctx, const char *type, const char *value));
|