Searched refs:ctrl_str (Results 1 – 5 of 5) sorted by relevance
/third_party/openssl/crypto/evp/ |
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()
|
/third_party/openssl/doc/man3/ |
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
|
/third_party/openssl/include/crypto/ |
D | evp.h | 79 int (*ctrl_str) (EVP_PKEY_CTX *ctx, const char *type, const char *value); member
|
/third_party/libuv/src/win/ |
D | tty.c | 633 #define VK_CASE(vk, normal_str, shift_str, ctrl_str, shift_ctrl_str) \ in get_vt100_fn_key() argument 642 *len = sizeof ctrl_str; \ in get_vt100_fn_key() 643 return "\033" ctrl_str; \ in get_vt100_fn_key()
|
/third_party/openssl/include/openssl/ |
D | evp.h | 1511 int (*ctrl_str) (EVP_PKEY_CTX *ctx,
|