Searched refs:ctrl_str (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/crypto/openssl/crypto/evp/ |
| H A D | pmeth_lib.c | 232 dst->ctrl_str = src->ctrl_str; in EVP_PKEY_meth_copy() 410 if (!ctx || !ctx->pmeth || !ctx->pmeth->ctrl_str) { in EVP_PKEY_CTX_ctrl_str() 417 return ctx->pmeth->ctrl_str(ctx, name, value); in EVP_PKEY_CTX_ctrl_str() 637 int (*ctrl_str) (EVP_PKEY_CTX *ctx, in EVP_PKEY_meth_set_ctrl() 642 pmeth->ctrl_str = ctrl_str; in EVP_PKEY_meth_set_ctrl() 849 *pctrl_str = pmeth->ctrl_str; in EVP_PKEY_meth_get_ctrl()
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | EVP_PKEY_meth_new.pod | 116 int (*ctrl_str) (EVP_PKEY_CTX *ctx, 349 int (*ctrl_str) (EVP_PKEY_CTX *ctx, const char *type, const char *value); 351 The ctrl() and ctrl_str() methods are used to adjust algorithm-specific
|
| /freebsd-13.1/crypto/openssl/include/crypto/ |
| H A D | evp.h | 79 int (*ctrl_str) (EVP_PKEY_CTX *ctx, const char *type, const char *value); member
|
| /freebsd-13.1/contrib/tcpdump/ |
| H A D | print-802_11.c | 121 static const struct tok ctrl_str[] = { variable 1667 ND_PRINT((ndo, "%s", tok2str(ctrl_str, "Unknown Ctrl Subtype", FC_SUBTYPE(fc)))); in ctrl_body_print()
|
| /freebsd-13.1/crypto/openssl/include/openssl/ |
| H A D | evp.h | 1513 int (*ctrl_str) (EVP_PKEY_CTX *ctx,
|