Searched refs:EVP_PKEY_OP_PARAMGEN (Results 1 – 2 of 2) sorted by relevance
122 #define EVP_PKEY_OP_PARAMGEN (1 << 9) macro132 #define EVP_PKEY_OP_TYPE_GEN (EVP_PKEY_OP_KEYGEN | EVP_PKEY_OP_PARAMGEN)
453 ctx->operation = EVP_PKEY_OP_PARAMGEN; in EVP_PKEY_paramgen_init()462 if (ctx->operation != EVP_PKEY_OP_PARAMGEN) { in EVP_PKEY_paramgen()