Searched refs:ctrl_str (Results 1 – 6 of 6) sorted by relevance
| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | ctrl_params_translate.c | 186 const char *ctrl_str; member 260 const char *ctrl_str; /* The corresponding ctrl string */ member 543 const char *tmp_ctrl_str = ctx->ctrl_str; in default_fixup_args() 544 const char *orig_ctrl_str = ctx->ctrl_str; in default_fixup_args() 562 tmp_ctrl_str = ctx->ctrl_str = translation->param_key; in default_fixup_args() 2633 } else if (tmpl->ctrl_str != NULL) { in lookup_translation() 2634 const char *ctrl_str = NULL; in lookup_translation() local 2649 if (item->ctrl_str != NULL in lookup_translation() 2650 && OPENSSL_strcasecmp(tmpl->ctrl_str, item->ctrl_str) == 0) in lookup_translation() 2651 ctrl_str = tmpl->ctrl_str; in lookup_translation() [all …]
|
| H A D | pmeth_lib.c | 1401 if (ctx == NULL || ctx->pmeth == NULL || ctx->pmeth->ctrl_str == NULL) { in evp_pkey_ctx_ctrl_str_int() 1410 ret = ctx->pmeth->ctrl_str(ctx, name, value); in evp_pkey_ctx_ctrl_str_int() 1815 int (*ctrl_str) (EVP_PKEY_CTX *ctx, in EVP_PKEY_meth_set_ctrl() 1820 pmeth->ctrl_str = ctrl_str; in EVP_PKEY_meth_set_ctrl() 2027 *pctrl_str = pmeth->ctrl_str; in EVP_PKEY_meth_get_ctrl()
|
| /freebsd/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
|
| /freebsd/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()
|
| /freebsd/crypto/openssl/include/crypto/ |
| H A D | evp.h | 181 int (*ctrl_str) (EVP_PKEY_CTX *ctx, const char *type, const char *value); member
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | evp.h | 2167 int (*ctrl_str) (EVP_PKEY_CTX *ctx, const char *type, const char *value));
|