Searched refs:ctrl_str (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/evp/
H A Dpmeth_lib.c232 dst->ctrl_str = src->ctrl_str;
410 if (!ctx || !ctx->pmeth || !ctx->pmeth->ctrl_str) {
417 return ctx->pmeth->ctrl_str(ctx, name, value);
637 int (*ctrl_str) (EVP_PKEY_CTX *ctx,
642 pmeth->ctrl_str = ctrl_str;
849 *pctrl_str = pmeth->ctrl_str;
/freebsd-13-stable/crypto/openssl/include/crypto/
H A Devp.h79 int (*ctrl_str) (EVP_PKEY_CTX *ctx, const char *type, const char *value); member in struct:evp_pkey_method_st
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-802_11.c121 static const struct tok ctrl_str[] = { variable in typeref:struct:tok
1667 ND_PRINT((ndo, "%s", tok2str(ctrl_str, "Unknown Ctrl Subtype", FC_SUBTYPE(fc))));
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Devp.h1513 int (*ctrl_str) (EVP_PKEY_CTX *ctx,

Completed in 135 milliseconds