| /src/crypto/openssl/providers/fips/include/fips/ |
| H A D | fipsindicator.h | 57 signed char settable[OSSL_FIPS_IND_SETTABLE_MAX]; /* See OSSL_FIPS_IND_STATE */ member 120 #define OSSL_FIPS_IND_GET_PARAM(ctx, p, settable, id, name) \ argument 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/openssl/providers/fips/ |
| H A D | fipsindicator.c | 22 ind->settable[i] = OSSL_FIPS_IND_STATE_UNKNOWN; in ossl_FIPS_IND_init() 42 ind->settable[id] = state; in ossl_FIPS_IND_set_settable() 49 return ind->settable[id]; in ossl_FIPS_IND_get_settable()
|
| /src/crypto/openssl/crypto/rsa/ |
| H A D | rsa_acvp_test_params.c | 22 static const OSSL_PARAM settable[] = { in ossl_rsa_acvp_test_gen_params_new() local 33 p = OSSL_PARAM_locate_const(src, settable[0].key); in ossl_rsa_acvp_test_gen_params_new() 38 alloc = OPENSSL_zalloc(sizeof(settable)); in ossl_rsa_acvp_test_gen_params_new() 43 for (s = settable; s->key != NULL; ++s) { in ossl_rsa_acvp_test_gen_params_new()
|
| /src/crypto/openssl/providers/implementations/keymgmt/ |
| H A D | mac_legacy_kmgmt.c | 454 static OSSL_PARAM settable[] = { in mac_gen_settable_params() local 458 return settable; in mac_gen_settable_params() 464 static OSSL_PARAM settable[] = { in cmac_gen_settable_params() local 469 return settable; in cmac_gen_settable_params()
|
| H A D | rsa_kmgmt.c | 551 static OSSL_PARAM settable[] = { in rsa_gen_settable_params() local 556 return settable; in rsa_gen_settable_params() 562 static OSSL_PARAM settable[] = { in rsapss_gen_settable_params() local 568 return settable; in rsapss_gen_settable_params()
|
| H A D | template_kmgmt.c | 359 static OSSL_PARAM settable[] = { in template_gen_settable_params() local 362 return settable; in template_gen_settable_params()
|
| H A D | slh_dsa_kmgmt.c | 416 static OSSL_PARAM settable[] = { in slh_dsa_gen_settable_params() local 421 return settable; in slh_dsa_gen_settable_params()
|
| H A D | ml_dsa_kmgmt.c | 529 static OSSL_PARAM settable[] = { in ml_dsa_gen_settable_params() local 534 return settable; in ml_dsa_gen_settable_params()
|
| H A D | dsa_kmgmt.c | 541 static OSSL_PARAM settable[] = { in dsa_gen_settable_params() local 554 return settable; in dsa_gen_settable_params()
|
| /src/crypto/openssl/doc/designs/ |
| H A D | fast-param-find.md | 109 - "params" defines the parameters both gettable and settable 119 parameter is a settable, gettable or both 129 - "published" set to "yes" includes the parameter in the gettable/settable 137 - unpublished: do not generate this parameter in the gettable/settable list
|
| H A D | fips_indicator.md | 200 signed char settable[OSSL_FIPS_IND_SETTABLE_MAX]; 224 This triggers the callback, id is the settable index and must also be used 232 This must be put into the algorithms settable ctx_params table. 233 The name is the settable 'key' name such as OSSL_PKEY_PARAM_FIPS_KEY_CHECK.
|
| H A D | ml-dsa.md | 77 This will be controlled by settable parameters. 91 The user could do the encoding themselves and then set the settable to not
|
| /src/crypto/openssl/doc/man7/ |
| H A D | EVP_MAC-KMAC.pod | 69 This settable parameter is described in L<provider-mac(7)>. 73 This settable parameter is described in L<provider-mac(7)>. It is used by 79 This settable parameter is described in L<provider-mac(7)>.
|
| H A D | EVP_MD-MDC2.pod | 24 settable for an B<EVP_MD_CTX> with L<EVP_MD_CTX_set_params(3)>:
|
| H A D | EVP_KEM-ML-KEM.pod | 29 This parameter is only settable.
|
| H A D | EVP_MD-SHA1.pod | 24 settable for an B<EVP_MD_CTX> with L<EVP_MD_CTX_set_params(3)>:
|
| H A D | EVP_MD-MD5-SHA1.pod | 26 settable for an B<EVP_MD_CTX> with L<EVP_MD_CTX_set_params(3)>:
|
| H A D | EVP_MD-BLAKE2.pod | 47 are settable for an B<EVP_MD_CTX> with L<EVP_DigestInit_ex2(3)> or
|
| /src/crypto/openssl/doc/man3/ |
| H A D | EVP_PKEY_CTX_set_params.pod | 36 settable parameters for the current algorithm implementation, i.e. parameters 68 It may also return NULL if there are no settable parameters available.
|
| H A D | EVP_PKEY_fromdata.pod | 56 the settable parameters that can be used with EVP_PKEY_fromdata(). 59 Parameters in the I<params> array that are not among the settable parameters
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/ |
| H A D | misc.cfg | 33 # these are the set of settable ZFS properties 85 # these are the set of settable ZFS properties
|
| /src/contrib/libevent/ |
| H A D | evconfig-private.h.cmake | 20 /* Number of bits in a file offset, on hosts where this is settable. */
|
| H A D | evconfig-private.h.in | 27 /* Number of bits in a file offset, on hosts where this is settable. */
|
| /src/contrib/ntp/sntp/libevent/ |
| H A D | evconfig-private.h.cmake | 20 /* Number of bits in a file offset, on hosts where this is settable. */
|
| H A D | evconfig-private.h.in | 27 /* Number of bits in a file offset, on hosts where this is settable. */
|