HomeSort by relevance Sort by last modified time
    Searched refs:EVP_PKEY_OP_KEYGEN (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/crypto/evp/
internal.h 151 #define EVP_PKEY_OP_KEYGEN (1 << 2)
167 #define EVP_PKEY_OP_TYPE_GEN (EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN)
evp_ctx.c 438 ctx->operation = EVP_PKEY_OP_KEYGEN;
454 if (ctx->operation != EVP_PKEY_OP_KEYGEN) {
p_rsa.c 538 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_KEYGEN,
543 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_KEYGEN,

Completed in 46 milliseconds