HomeSort by: relevance | last modified time | path
    Searched defs:paramgen_type (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/dh/
dh_pmeth.c 33 int paramgen_type; member in struct:__anon88
94 dctx->paramgen_type = sctx->paramgen_type;
125 if (dctx->paramgen_type == DH_PARAMGEN_TYPE_GENERATOR)
135 if (dctx->paramgen_type != DH_PARAMGEN_TYPE_GENERATOR)
148 dctx->paramgen_type = p1;
281 if (dctx->paramgen_type > DH_PARAMGEN_TYPE_FIPS_186_4)
298 if (dctx->paramgen_type == DH_PARAMGEN_TYPE_FIPS_186_2)
306 if (dctx->paramgen_type >= DH_PARAMGEN_TYPE_FIPS_186_2)
347 dctx->paramgen_type = DH_PARAMGEN_TYPE_FIPS_186_4
    [all...]
dh_pmeth.c 33 int paramgen_type; member in struct:__anon88
94 dctx->paramgen_type = sctx->paramgen_type;
125 if (dctx->paramgen_type == DH_PARAMGEN_TYPE_GENERATOR)
135 if (dctx->paramgen_type != DH_PARAMGEN_TYPE_GENERATOR)
148 dctx->paramgen_type = p1;
281 if (dctx->paramgen_type > DH_PARAMGEN_TYPE_FIPS_186_4)
298 if (dctx->paramgen_type == DH_PARAMGEN_TYPE_FIPS_186_2)
306 if (dctx->paramgen_type >= DH_PARAMGEN_TYPE_FIPS_186_2)
347 dctx->paramgen_type = DH_PARAMGEN_TYPE_FIPS_186_4
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/dh/
dh_pmeth.c 33 int paramgen_type; member in struct:__anon1204
97 dctx->paramgen_type = sctx->paramgen_type;
128 if (dctx->paramgen_type == DH_PARAMGEN_TYPE_GENERATOR)
138 if (dctx->paramgen_type != DH_PARAMGEN_TYPE_GENERATOR)
151 dctx->paramgen_type = p1;
285 if (dctx->paramgen_type > DH_PARAMGEN_TYPE_FIPS_186_4)
302 if (dctx->paramgen_type == DH_PARAMGEN_TYPE_FIPS_186_2)
310 if (dctx->paramgen_type >= DH_PARAMGEN_TYPE_FIPS_186_2)
351 dctx->paramgen_type = DH_PARAMGEN_TYPE_FIPS_186_4
    [all...]
dh_pmeth.c 33 int paramgen_type; member in struct:__anon1204
97 dctx->paramgen_type = sctx->paramgen_type;
128 if (dctx->paramgen_type == DH_PARAMGEN_TYPE_GENERATOR)
138 if (dctx->paramgen_type != DH_PARAMGEN_TYPE_GENERATOR)
151 dctx->paramgen_type = p1;
285 if (dctx->paramgen_type > DH_PARAMGEN_TYPE_FIPS_186_4)
302 if (dctx->paramgen_type == DH_PARAMGEN_TYPE_FIPS_186_2)
310 if (dctx->paramgen_type >= DH_PARAMGEN_TYPE_FIPS_186_2)
351 dctx->paramgen_type = DH_PARAMGEN_TYPE_FIPS_186_4
    [all...]

Completed in 27 milliseconds