Searched refs:EVP_PKEY_OP_KEYGEN (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/include/openssl/ |
D | rsa.h | 114 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN, \ 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, \ 138 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN, \ 163 EVP_PKEY_OP_KEYGEN, EVP_PKEY_CTRL_MD, \
|
D | ec.h | 1384 EVP_PKEY_OP_PARAMGEN|EVP_PKEY_OP_KEYGEN, \ 1389 EVP_PKEY_OP_PARAMGEN|EVP_PKEY_OP_KEYGEN, \
|
D | dh.h | 255 EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN, \
|
D | evp.h | 1259 # define EVP_PKEY_OP_KEYGEN (1<<2) macro 1280 (EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN) 1291 EVP_PKEY_CTX_ctrl(ctx, -1, EVP_PKEY_OP_KEYGEN, \
|
/third_party/openssl/crypto/evp/ |
D | pmeth_gn.c | 77 ctx->operation = EVP_PKEY_OP_KEYGEN; in EVP_PKEY_keygen_init() 95 if (ctx->operation != EVP_PKEY_OP_KEYGEN) { in EVP_PKEY_keygen()
|
/third_party/openssl/crypto/rsa/ |
D | rsa_pmeth.c | 666 return EVP_PKEY_CTX_md(ctx, EVP_PKEY_OP_KEYGEN, in pkey_rsa_ctrl_str() 670 return EVP_PKEY_CTX_md(ctx, EVP_PKEY_OP_KEYGEN, in pkey_rsa_ctrl_str()
|