HomeSort by: relevance | last modified time | path
    Searched refs:ctx_params (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/isl/dist/interface/
template_cpp.cc 718 static Signature ctx_params = { { }, { { Ctx } } }; variable
757 { { "space", { ctx_params } } }
761 { "union_set", { ctx_params, ctx_set } },
  /src/crypto/external/apache2/openssl/dist/apps/
speed.c 4313 EVP_PKEY_CTX *ctx_params = NULL; local
4346 ctx_params = EVP_PKEY_CTX_new_id(EVP_PKEY_DSA, NULL);
4347 if (ctx_params == NULL
4348 || EVP_PKEY_paramgen_init(ctx_params) <= 0
4349 || EVP_PKEY_CTX_set_dsa_paramgen_bits(ctx_params,
4352 || EVP_PKEY_paramgen(ctx_params, &pkey_params) <= 0

Completed in 30 milliseconds