Searched refs:ctrl_str (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/crypto/openssl/crypto/evp/ |
| H A D | ctrl_params_translate.c | 186 const char *ctrl_str; member 542 const char *tmp_ctrl_str = ctx->ctrl_str; in default_fixup_args() 543 const char *orig_ctrl_str = ctx->ctrl_str; in default_fixup_args() 2562 } else if (tmpl->ctrl_str != NULL) { in lookup_translation() 2563 const char *ctrl_str = NULL; in lookup_translation() local 2578 if (item->ctrl_str != NULL in lookup_translation() 2579 && OPENSSL_strcasecmp(tmpl->ctrl_str, item->ctrl_str) == 0) in lookup_translation() 2580 ctrl_str = tmpl->ctrl_str; in lookup_translation() 2589 tmpl->ctrl_str = ctrl_str; in lookup_translation() 2723 tmpl.ctrl_str = name; in evp_pkey_ctx_ctrl_str_to_param() [all …]
|
| H A D | pmeth_lib.c | 1462 if (ctx == NULL || ctx->pmeth == NULL || ctx->pmeth->ctrl_str == NULL) { in evp_pkey_ctx_ctrl_str_int() 1471 ret = ctx->pmeth->ctrl_str(ctx, name, value); in evp_pkey_ctx_ctrl_str_int() 1880 int (*ctrl_str) (EVP_PKEY_CTX *ctx, in EVP_PKEY_meth_set_ctrl() 1885 pmeth->ctrl_str = ctrl_str; in EVP_PKEY_meth_set_ctrl() 2092 *pctrl_str = pmeth->ctrl_str; in EVP_PKEY_meth_get_ctrl()
|
| /freebsd-14.2/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-14.2/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-14.2/crypto/openssl/include/crypto/ |
| H A D | evp.h | 171 int (*ctrl_str) (EVP_PKEY_CTX *ctx, const char *type, const char *value); member
|
| /freebsd-14.2/crypto/openssl/include/openssl/ |
| H A D | evp.h | 2049 int (*ctrl_str) (EVP_PKEY_CTX *ctx, const char *type, const char *value));
|