Home
last modified time | relevance | path

Searched refs:EVP_PKEY_OP_PARAMGEN (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/evp/
Dinternal.h122 #define EVP_PKEY_OP_PARAMGEN (1 << 9) macro
132 #define EVP_PKEY_OP_TYPE_GEN (EVP_PKEY_OP_KEYGEN | EVP_PKEY_OP_PARAMGEN)
Devp_ctx.c453 ctx->operation = EVP_PKEY_OP_PARAMGEN; in EVP_PKEY_paramgen_init()
462 if (ctx->operation != EVP_PKEY_OP_PARAMGEN) { in EVP_PKEY_paramgen()