| /src/crypto/external/apache2/openssl/dist/crypto/rsa/ |
| rsa_acvp_test_params.c | 22 static const OSSL_PARAM settable[] = { local 33 p = OSSL_PARAM_locate_const(src, settable[0].key); 38 alloc = OPENSSL_zalloc(sizeof(settable)); 43 for (s = settable; s->key != NULL; ++s) { 44 /* If src contains a key from settable then copy the src to the dest */ 47 *d = *s; /* shallow copy from the static settable[] */
|
| /src/crypto/external/bsd/openssl/dist/crypto/rsa/ |
| rsa_acvp_test_params.c | 22 static const OSSL_PARAM settable[] = { local 33 p = OSSL_PARAM_locate_const(src, settable[0].key); 38 alloc = OPENSSL_zalloc(sizeof(settable)); 43 for (s = settable; s->key != NULL; ++s) { 44 /* If src contains a key from settable then copy the src to the dest */ 47 *d = *s; /* shallow copy from the static settable[] */
|
| /src/crypto/external/apache2/openssl/dist/providers/fips/include/fips/ |
| fipsindicator.h | 33 /* Each settable is in one of 3 states */ 49 * To override strict mode we either need to have a settable variable or have a 53 * settable. 57 signed char settable[OSSL_FIPS_IND_SETTABLE_MAX]; /* See OSSL_FIPS_IND_STATE */ member in struct:ossl_fips_ind_st 120 #define OSSL_FIPS_IND_GET_PARAM(ctx, p, settable, id, name) \ 121 *settable = ossl_FIPS_IND_get_settable(&((ctx)->indicator), id); \ 122 if (*settable != OSSL_FIPS_IND_STATE_UNKNOWN) \ 123 *p = OSSL_PARAM_construct_int(name, settable);
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/keymgmt/ |
| mac_legacy_kmgmt.c | 454 static OSSL_PARAM settable[] = { local 458 return settable; 464 static OSSL_PARAM settable[] = { local 469 return settable;
|
| ml_dsa_kmgmt.c | 529 static OSSL_PARAM settable[] = { local 534 return settable;
|
| slh_dsa_kmgmt.c | 416 static OSSL_PARAM settable[] = { local 421 return settable;
|
| template_kmgmt.c | 317 debug_print("settable params called\n"); 359 static OSSL_PARAM settable[] = { local 362 return settable;
|
| ml_kem_kmgmt.c | 744 static OSSL_PARAM settable[] = { local 748 return settable;
|
| mlx_kmgmt.c | 595 /* Only one settable parameter is supported */ 675 static OSSL_PARAM settable[] = { local 680 return settable;
|
| rsa_kmgmt.c | 551 static OSSL_PARAM settable[] = { local 556 return settable; 562 static OSSL_PARAM settable[] = { local 568 return settable;
|
| dsa_kmgmt.c | 541 static OSSL_PARAM settable[] = { local 554 return settable;
|
| ec_kmgmt.c | 1191 static OSSL_PARAM settable[] = { local 1208 return settable;
|
| ecx_kmgmt.c | 617 static OSSL_PARAM settable[] = { local 623 return settable;
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/ |
| mac_legacy_kmgmt.c | 465 static OSSL_PARAM settable[] = { local 469 return settable; 475 static OSSL_PARAM settable[] = { local 480 return settable;
|
| rsa_kmgmt.c | 557 static OSSL_PARAM settable[] = { local 562 return settable; 568 static OSSL_PARAM settable[] = { local 574 return settable;
|
| dsa_kmgmt.c | 527 static OSSL_PARAM settable[] = { local 539 return settable;
|
| ecx_kmgmt.c | 571 static OSSL_PARAM settable[] = { local 576 return settable;
|
| ec_kmgmt.c | 1211 static OSSL_PARAM settable[] = { local 1227 return settable;
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| tls-provider.c | 632 static OSSL_PARAM settable[] = { local 636 return settable;
|
| /src/crypto/external/apache2/openssl/dist/crypto/evp/ |
| ctrl_params_translate.c | 549 const OSSL_PARAM *settable = NULL; local 579 settable = EVP_PKEY_CTX_settable_params(ctx->pctx); 580 if (!OSSL_PARAM_allocate_from_text(ctx->params, settable, 1006 /* This is only settable */ 1031 /* This is only settable */ 1073 /* This is only settable */ 1099 /* This is currently only settable */ 1148 /* This is currently only settable */
|
| pmeth_lib.c | 855 * - EVP_PKEY_CTX_{gettable,settable}_params() 870 const OSSL_PARAM *settable = EVP_PKEY_CTX_settable_params(ctx); local 875 if (OSSL_PARAM_locate_const(settable, p->key) == NULL)
|
| /src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| ctrl_params_translate.c | 545 const OSSL_PARAM *settable = NULL; local 574 settable = EVP_PKEY_CTX_settable_params(ctx->pctx); 575 if (!OSSL_PARAM_allocate_from_text(ctx->params, settable, 1003 /* This is only settable */ 1029 /* This is only settable */ 1073 /* This is only settable */ 1099 /* This is currently only settable */ 1148 /* This is currently only settable */
|
| pmeth_lib.c | 862 * - EVP_PKEY_CTX_{gettable,settable}_params() 877 const OSSL_PARAM *settable = EVP_PKEY_CTX_settable_params(ctx); local 882 if (OSSL_PARAM_locate_const(settable, p->key) == NULL )
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| tls-provider.c | 965 static OSSL_PARAM settable[] = { local 969 return settable;
|