Searched refs:RSA_pkey_ctx_ctrl (Results 1 - 5 of 5) sorted by relevance
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | rsa.h | 96 RSA_pkey_ctx_ctrl(ctx, -1, EVP_PKEY_CTRL_RSA_PADDING, pad, NULL) 99 RSA_pkey_ctx_ctrl(ctx, -1, EVP_PKEY_CTRL_GET_RSA_PADDING, 0, ppad) 102 RSA_pkey_ctx_ctrl(ctx, (EVP_PKEY_OP_SIGN|EVP_PKEY_OP_VERIFY), \ 118 RSA_pkey_ctx_ctrl(ctx, (EVP_PKEY_OP_SIGN|EVP_PKEY_OP_VERIFY), \ 122 RSA_pkey_ctx_ctrl(ctx, EVP_PKEY_OP_KEYGEN, \ 126 RSA_pkey_ctx_ctrl(ctx, EVP_PKEY_OP_KEYGEN, \ 130 RSA_pkey_ctx_ctrl(ctx, EVP_PKEY_OP_KEYGEN, \ 134 RSA_pkey_ctx_ctrl(ctx, EVP_PKEY_OP_TYPE_SIG | EVP_PKEY_OP_TYPE_CRYPT, \ 146 RSA_pkey_ctx_ctrl(ctx, EVP_PKEY_OP_TYPE_SIG | EVP_PKEY_OP_TYPE_CRYPT, \ 278 int RSA_pkey_ctx_ctrl(EVP_PKEY_CT [all...] |
/third_party/node/deps/openssl/openssl/crypto/rsa/ |
H A D | rsa_lib.c | 730 int RSA_pkey_ctx_ctrl(EVP_PKEY_CTX *ctx, int optype, int cmd, int p1, void *p2) in RSA_pkey_ctx_ctrl() function 963 return RSA_pkey_ctx_ctrl(ctx, -1, EVP_PKEY_CTRL_RSA_PADDING, in EVP_PKEY_CTX_set_rsa_padding() 973 return RSA_pkey_ctx_ctrl(ctx, -1, EVP_PKEY_CTRL_GET_RSA_PADDING, in EVP_PKEY_CTX_get_rsa_padding() 1047 return RSA_pkey_ctx_ctrl(ctx, EVP_PKEY_OP_TYPE_SIG | EVP_PKEY_OP_TYPE_CRYPT, in EVP_PKEY_CTX_set_rsa_mgf1_md() 1092 return RSA_pkey_ctx_ctrl(ctx, EVP_PKEY_OP_TYPE_SIG | EVP_PKEY_OP_TYPE_CRYPT, in EVP_PKEY_CTX_get_rsa_mgf1_md() 1180 return RSA_pkey_ctx_ctrl(ctx, EVP_PKEY_OP_TYPE_SIG, in EVP_PKEY_CTX_set_rsa_pss_saltlen() 1199 return RSA_pkey_ctx_ctrl(ctx, EVP_PKEY_OP_TYPE_SIG, in EVP_PKEY_CTX_get_rsa_pss_saltlen() 1247 int ret = RSA_pkey_ctx_ctrl(ctx, EVP_PKEY_OP_KEYGEN, in EVP_PKEY_CTX_set_rsa_keygen_pubexp()
|
/third_party/openssl/crypto/rsa/ |
H A D | rsa_lib.c | 730 int RSA_pkey_ctx_ctrl(EVP_PKEY_CTX *ctx, int optype, int cmd, int p1, void *p2) in RSA_pkey_ctx_ctrl() function 959 return RSA_pkey_ctx_ctrl(ctx, -1, EVP_PKEY_CTRL_RSA_PADDING, in EVP_PKEY_CTX_set_rsa_padding() 969 return RSA_pkey_ctx_ctrl(ctx, -1, EVP_PKEY_CTRL_GET_RSA_PADDING, in EVP_PKEY_CTX_get_rsa_padding() 1035 return RSA_pkey_ctx_ctrl(ctx, EVP_PKEY_OP_TYPE_SIG | EVP_PKEY_OP_TYPE_CRYPT, in EVP_PKEY_CTX_set_rsa_mgf1_md() 1080 return RSA_pkey_ctx_ctrl(ctx, EVP_PKEY_OP_TYPE_SIG | EVP_PKEY_OP_TYPE_CRYPT, in EVP_PKEY_CTX_get_rsa_mgf1_md() 1158 return RSA_pkey_ctx_ctrl(ctx, EVP_PKEY_OP_TYPE_SIG, in EVP_PKEY_CTX_set_rsa_pss_saltlen() 1177 return RSA_pkey_ctx_ctrl(ctx, EVP_PKEY_OP_TYPE_SIG, in EVP_PKEY_CTX_get_rsa_pss_saltlen() 1225 int ret = RSA_pkey_ctx_ctrl(ctx, EVP_PKEY_OP_KEYGEN, in EVP_PKEY_CTX_set_rsa_keygen_pubexp()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | rsa.h | 313 int RSA_pkey_ctx_ctrl(EVP_PKEY_CTX *ctx, int optype, int cmd, int p1, void *p2);
|
/third_party/openssl/include/openssl/ |
H A D | rsa.h | 313 int RSA_pkey_ctx_ctrl(EVP_PKEY_CTX *ctx, int optype, int cmd, int p1, void *p2);
|
Completed in 6 milliseconds