| /src/crypto/external/apache2/openssl/dist/demos/pkey/ |
| EVP_PKEY_DSA_paramvalidate.c | 49 static const int pcounter = 363; variable 161 params[3] = OSSL_PARAM_construct_int(OSSL_PKEY_PARAM_FFC_PCOUNTER, (int *)&pcounter);
|
| /src/crypto/external/bsd/openssl/dist/demos/pkey/ |
| EVP_PKEY_DSA_paramvalidate.c | 51 const int pcounter = 363; variable 162 params[3] = OSSL_PARAM_construct_int(OSSL_PKEY_PARAM_FFC_PCOUNTER, (int *)&pcounter);
|
| /src/crypto/external/apache2/openssl/dist/crypto/ffc/ |
| ffc_params_generate.c | 523 int mdsize, counter = 0, pcounter = 0, r = 0; local 603 if (seed == NULL || params->pcounter < 0) { 667 if (params->pcounter > counter) { 671 counter = params->pcounter; 701 cb, &pcounter, res); 722 if (verify && (pcounter != counter || (BN_cmp(p, params->p) != 0))) 785 pcounter)) 823 int counter = 0, pcounter = 0, use_random_seed; local 913 if (seed_in == NULL || params->pcounter < 0) { 951 if (params->pcounter > counter) [all...] |
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| ffc.h | 104 int pcounter; member in struct:ffc_params_st 147 int *pcounter);
|
| /src/crypto/external/bsd/openssl/dist/crypto/ffc/ |
| ffc_params_generate.c | 520 int mdsize, counter = 0, pcounter = 0, r = 0; local 600 if (seed == NULL || params->pcounter < 0) { 664 if (params->pcounter > counter) { 668 counter = params->pcounter; 698 cb, &pcounter, res); 719 if (verify && (pcounter != counter || (BN_cmp(p, params->p) != 0))) 782 pcounter)) 819 int counter = 0, pcounter = 0, use_random_seed; local 906 if (seed_in == NULL || params->pcounter < 0) { 944 if (params->pcounter > counter) [all...] |
| /src/crypto/external/bsd/openssl/dist/include/internal/ |
| ffc.h | 104 int pcounter; member in struct:ffc_params_st 147 int *pcounter);
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/kdfs/ |
| x942kdf.c | 105 unsigned char **pcounter) 111 && (pcounter == NULL 112 || (*pcounter = WPACKET_get_curr(pkt)) != NULL) 124 uint32_t keylen_bits, unsigned char **pcounter) 137 && DER_w_keyinfo(pkt, der_oid, der_oidlen, pcounter) 211 unsigned char *pcounter = NULL, *der_buf = NULL; local 239 keylen_bits, &pcounter)) 254 if (pcounter == NULL 255 || pcounter[0] != 0x04 256 || pcounter[1] != 0x04 [all...] |
| /src/crypto/external/bsd/openssl/dist/providers/implementations/kdfs/ |
| x942kdf.c | 101 unsigned char **pcounter) 107 && (pcounter == NULL 108 || (*pcounter = WPACKET_get_curr(pkt)) != NULL) 120 uint32_t keylen_bits, unsigned char **pcounter) 134 && DER_w_keyinfo(pkt, der_oid, der_oidlen, pcounter) 208 unsigned char *pcounter = NULL, *der_buf = NULL; local 236 keylen_bits, &pcounter)) 251 if (pcounter == NULL 252 || pcounter[0] != 0x04 253 || pcounter[1] != 0x04 [all...] |
| /src/crypto/external/apache2/openssl/dist/providers/implementations/keymgmt/ |
| dh_kmgmt.c | 71 int pcounter; member in struct:dh_gen_ctx 476 gctx->pcounter = -1; 614 if (p != NULL && !OSSL_PARAM_get_int(p, &gctx->pcounter)) 753 if (gctx->pcounter != -1) 754 ossl_ffc_params_set_pcounter(ffc, gctx->pcounter);
|
| dsa_kmgmt.c | 67 int pcounter; member in struct:dsa_gen_ctx 426 gctx->pcounter = -1; 500 && !OSSL_PARAM_get_int(p, &gctx->pcounter)) 651 if (gctx->pcounter != -1) 652 ossl_ffc_params_set_pcounter(ffc, gctx->pcounter);
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/ |
| dh_kmgmt.c | 68 int pcounter; member in struct:dh_gen_ctx 474 gctx->pcounter = -1; 611 if (p != NULL && !OSSL_PARAM_get_int(p, &gctx->pcounter)) 736 if (gctx->pcounter != -1) 737 ossl_ffc_params_set_pcounter(ffc, gctx->pcounter);
|
| dsa_kmgmt.c | 64 int pcounter; member in struct:dsa_gen_ctx 425 gctx->pcounter = -1; 486 && !OSSL_PARAM_get_int(p, &gctx->pcounter)) 588 if (gctx->pcounter != -1) 589 ossl_ffc_params_set_pcounter(ffc, gctx->pcounter);
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| evp_pkey_provided_test.c | 507 int gindex = 0, pcounter = 0, hindex = 0; local 652 &pcounter)) 653 || !TEST_int_eq(pcounter, -1)) 721 int gindex = 0, pcounter = 0, hindex = 0; local 836 &pcounter)) 837 || !TEST_int_eq(pcounter, -1)) 1531 const int pcounter = 53; local 1534 * openssl genpkey -paramfile dsa_params.pem --pkeyopt pcounter:53 \ 1586 pcounter)) 1649 || !TEST_int_eq(pcounter, pcounter_out) [all...] |
| /src/crypto/external/apache2/openssl/dist/test/ |
| evp_pkey_provided_test.c | 887 int gindex = 0, pcounter = 0, hindex = 0; local 1058 &pcounter)) 1059 || !TEST_int_eq(pcounter, -1)) 1127 int gindex = 0, pcounter = 0, hindex = 0; local 1267 &pcounter)) 1268 || !TEST_int_eq(pcounter, -1)) 1955 const int pcounter = 53; local 1958 * openssl genpkey -paramfile dsa_params.pem --pkeyopt pcounter:53 \ 2010 pcounter)) 2074 || !TEST_int_eq(pcounter, pcounter_out) [all...] |