/openssl/crypto/ffc/ |
H A D | ffc_params.c | 23 params->pcounter = -1; in ossl_ffc_params_init() 111 params->pcounter = index; in ossl_ffc_params_set_pcounter() 145 params->pcounter = counter; in ossl_ffc_params_set_validate_params() 151 int *pcounter) in ossl_ffc_params_get_validate_params() argument 157 if (pcounter != NULL) in ossl_ffc_params_get_validate_params() 158 *pcounter = params->pcounter; in ossl_ffc_params_get_validate_params() 201 dst->pcounter = src->pcounter; in ossl_ffc_params_copy() 238 ffc->pcounter)) in ossl_ffc_params_todata() 316 if (ffc->pcounter != -1) { in ossl_ffc_params_print() 318 || BIO_printf(bp, "counter: %d\n", ffc->pcounter) <= 0) in ossl_ffc_params_print()
|
H A D | ffc_params_generate.c | 523 int mdsize, counter = 0, pcounter = 0, r = 0; in ossl_ffc_params_FIPS186_4_gen_verify() local 603 if (seed == NULL || params->pcounter < 0) { in ossl_ffc_params_FIPS186_4_gen_verify() 667 if (params->pcounter > counter) { in ossl_ffc_params_FIPS186_4_gen_verify() 671 counter = params->pcounter; in ossl_ffc_params_FIPS186_4_gen_verify() 701 cb, &pcounter, res); in ossl_ffc_params_FIPS186_4_gen_verify() 823 int counter = 0, pcounter = 0, use_random_seed; in ossl_ffc_params_FIPS186_2_gen_verify() local 913 if (seed_in == NULL || params->pcounter < 0) { in ossl_ffc_params_FIPS186_2_gen_verify() 951 if (params->pcounter > counter) { in ossl_ffc_params_FIPS186_2_gen_verify() 955 counter = params->pcounter; in ossl_ffc_params_FIPS186_2_gen_verify() 959 &pcounter, res); in ossl_ffc_params_FIPS186_2_gen_verify() [all …]
|
H A D | ffc_backend.c | 63 ffc->pcounter = i; in ossl_ffc_params_fromdata()
|
/openssl/providers/implementations/kdfs/ |
H A D | x942kdf.c | 105 unsigned char **pcounter) in DER_w_keyinfo() argument 111 && (pcounter == NULL in DER_w_keyinfo() 112 || (*pcounter = WPACKET_get_curr(pkt)) != NULL) in DER_w_keyinfo() 124 uint32_t keylen_bits, unsigned char **pcounter) in der_encode_sharedinfo() argument 138 && DER_w_keyinfo(pkt, der_oid, der_oidlen, pcounter) in der_encode_sharedinfo() 212 unsigned char *pcounter = NULL, *der_buf = NULL; in x942_encode_otherinfo() local 240 keylen_bits, &pcounter)) in x942_encode_otherinfo() 255 if (pcounter == NULL in x942_encode_otherinfo() 256 || pcounter[0] != 0x04 in x942_encode_otherinfo() 257 || pcounter[1] != 0x04) in x942_encode_otherinfo() [all …]
|
/openssl/demos/pkey/ |
H A D | EVP_PKEY_DSA_paramvalidate.c | 51 static const int pcounter = 363; variable 162 params[3] = OSSL_PARAM_construct_int(OSSL_PKEY_PARAM_FFC_PCOUNTER, (int *)&pcounter); in main()
|
/openssl/providers/implementations/keymgmt/ |
H A D | dsa_kmgmt.c | 67 int pcounter; member 428 gctx->pcounter = -1; in dsa_gen_init() 502 && !OSSL_PARAM_get_int(p, &gctx->pcounter)) in dsa_gen_set_params() 654 if (gctx->pcounter != -1) in dsa_gen() 655 ossl_ffc_params_set_pcounter(ffc, gctx->pcounter); in dsa_gen()
|
H A D | dh_kmgmt.c | 69 int pcounter; member 477 gctx->pcounter = -1; in dh_gen_init_base() 617 if (p != NULL && !OSSL_PARAM_get_int(p, &gctx->pcounter)) in dhx_gen_set_params() 755 if (gctx->pcounter != -1) in dh_gen() 756 ossl_ffc_params_set_pcounter(ffc, gctx->pcounter); in dh_gen()
|
/openssl/include/internal/ |
H A D | ffc.h | 104 int pcounter; member 147 int *pcounter);
|
/openssl/crypto/dsa/ |
H A D | dsa_gen.c | 72 *counter_ret = dsa->params.pcounter; in DSA_generate_parameters_ex()
|
/openssl/doc/man7/ |
H A D | EVP_PKEY-FFC.pod | 23 This means that optional FFC domain parameter values for I<seed>, I<pcounter> 25 For B<DH> the I<seed> and I<pcounter> can be stored in ASN1 data 88 =item "pcounter" (B<OSSL_PKEY_PARAM_FFC_PCOUNTER>) <integer> 181 =item "pcounter" (B<OSSL_PKEY_PARAM_FFC_PCOUNTER>) <integer>
|
H A D | EVP_PKEY-DH.pod | 138 I<seed>, I<pcounter> and I<gindex> or I<hindex> may need to be stored for 140 For B<DHX> the I<seed> and I<pcounter> can be stored in ASN1 data 248 int pcounter = ...; 264 extra_params[2] = OSSL_PARAM_construct_int("pcounter", &pcounter);
|
H A D | EVP_PKEY-DSA.pod | 11 This means that optional FFC domain parameter values for I<seed>, I<pcounter>
|
H A D | ossl-guide-migration.pod | 2338 'Q', 'G' and 'pcounter' instead of 'prime', 'generator', 'subgroup order' and
|
/openssl/test/ |
H A D | evp_pkey_provided_test.c | 902 int gindex = 0, pcounter = 0, hindex = 0; in test_fromdata_dh_named_group() local 1047 &pcounter)) in test_fromdata_dh_named_group() 1048 || !TEST_int_eq(pcounter, -1)) in test_fromdata_dh_named_group() 1116 int gindex = 0, pcounter = 0, hindex = 0; in test_fromdata_dh_fips186_4() local 1231 &pcounter)) in test_fromdata_dh_fips186_4() 1232 || !TEST_int_eq(pcounter, -1)) in test_fromdata_dh_fips186_4() 1928 const int pcounter = 53; in test_fromdata_dsa_fips186_4() local 1983 pcounter)) in test_fromdata_dsa_fips186_4() 2046 || !TEST_int_eq(pcounter, pcounter_out)) in test_fromdata_dsa_fips186_4()
|
/openssl/test/recipes/30-test_evp_pkey_provided/ |
H A D | DSA.pub.txt | 68 pcounter: 53
|
H A D | DSA.priv.txt | 72 pcounter: 53
|
/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2text.c | 200 if (ffc->pcounter != -1) { in ffc_params_to_text() 201 if (BIO_printf(out, "pcounter: %d\n", ffc->pcounter) <= 0) in ffc_params_to_text()
|