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

  /src/crypto/external/apache2/openssl/dist/demos/pkey/
EVP_PKEY_DSA_paramgen.c 28 int gindex = 42; local
43 params[3] = OSSL_PARAM_construct_int(OSSL_PKEY_PARAM_FFC_GINDEX, &gindex);
EVP_PKEY_DSA_paramvalidate.c 48 static const int gindex = 42; variable
160 params[2] = OSSL_PARAM_construct_int(OSSL_PKEY_PARAM_FFC_GINDEX, (int *)&gindex);
  /src/crypto/external/bsd/openssl/dist/demos/pkey/
EVP_PKEY_DSA_paramgen.c 28 int gindex = 42; local
43 params[3] = OSSL_PARAM_construct_int(OSSL_PKEY_PARAM_FFC_GINDEX, &gindex);
EVP_PKEY_DSA_paramvalidate.c 50 const int gindex = 42; variable
161 params[2] = OSSL_PARAM_construct_int(OSSL_PKEY_PARAM_FFC_GINDEX, (int *)&gindex);
  /src/crypto/external/apache2/openssl/dist/include/internal/
ffc.h 22 /* Default value for gindex when canonical generation of g is not used */
111 int gindex; member in struct:ffc_params_st
  /src/crypto/external/bsd/openssl/dist/include/internal/
ffc.h 22 /* Default value for gindex when canonical generation of g is not used */
111 int gindex; member in struct:ffc_params_st
  /src/crypto/external/apache2/openssl/dist/providers/implementations/keymgmt/
dh_kmgmt.c 68 int gindex; /* optional FIPS186-4 generator index (ignored if -1) */ member in struct:dh_gen_ctx
474 gctx->gindex = -1;
611 if (p != NULL && !OSSL_PARAM_get_int(p, &gctx->gindex))
751 if (gctx->gindex != -1) {
752 ossl_ffc_params_set_gindex(ffc, gctx->gindex);
dsa_kmgmt.c 65 int gindex; /* optional FIPS186-4 generator index (ignored if -1) */ member in struct:dsa_gen_ctx
425 gctx->gindex = -1;
496 && !OSSL_PARAM_get_int(p, &gctx->gindex))
649 if (gctx->gindex != -1) {
650 ossl_ffc_params_set_gindex(ffc, gctx->gindex);
  /src/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/
dh_kmgmt.c 65 int gindex; /* optional FIPS186-4 generator index (ignored if -1) */ member in struct:dh_gen_ctx
472 gctx->gindex = -1;
608 if (p != NULL && !OSSL_PARAM_get_int(p, &gctx->gindex))
734 if (gctx->gindex != -1) {
735 ossl_ffc_params_set_gindex(ffc, gctx->gindex);
dsa_kmgmt.c 62 int gindex; /* optional FIPS186-4 generator index (ignored if -1) */ member in struct:dsa_gen_ctx
424 gctx->gindex = -1;
482 && !OSSL_PARAM_get_int(p, &gctx->gindex))
586 if (gctx->gindex != -1) {
587 ossl_ffc_params_set_gindex(ffc, gctx->gindex);
  /src/crypto/external/bsd/openssl/dist/test/
evp_pkey_provided_test.c 507 int gindex = 0, pcounter = 0, hindex = 0; local
645 &gindex))
646 || !TEST_int_eq(gindex, -1)
721 int gindex = 0, pcounter = 0, hindex = 0; local
829 &gindex))
830 || !TEST_int_eq(gindex, -1)
1470 * -pkeyopt gindex:1 -out dsa_params.pem -text
1530 const int gindex = 1; local
1535 * -pkeyopt gindex:1 \
1583 gindex))
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
evp_pkey_provided_test.c 887 int gindex = 0, pcounter = 0, hindex = 0; local
1051 &gindex))
1052 || !TEST_int_eq(gindex, -1)
1127 int gindex = 0, pcounter = 0, hindex = 0; local
1260 &gindex))
1261 || !TEST_int_eq(gindex, -1)
1894 * -pkeyopt gindex:1 -out dsa_params.pem -text
1954 const int gindex = 1; local
1959 * -pkeyopt gindex:1 \
2007 gindex))
    [all...]

Completed in 34 milliseconds