Home
last modified time | relevance | path

Searched refs:settable (Results 1 – 25 of 83) sorted by relevance

1234

/src/crypto/openssl/providers/fips/include/fips/
H A Dfipsindicator.h57 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 Dfipsindicator.c22 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 Drsa_acvp_test_params.c22 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 Dmac_legacy_kmgmt.c454 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 Drsa_kmgmt.c551 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 Dtemplate_kmgmt.c359 static OSSL_PARAM settable[] = { in template_gen_settable_params() local
362 return settable; in template_gen_settable_params()
H A Dslh_dsa_kmgmt.c416 static OSSL_PARAM settable[] = { in slh_dsa_gen_settable_params() local
421 return settable; in slh_dsa_gen_settable_params()
H A Dml_dsa_kmgmt.c529 static OSSL_PARAM settable[] = { in ml_dsa_gen_settable_params() local
534 return settable; in ml_dsa_gen_settable_params()
H A Ddsa_kmgmt.c541 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 Dfast-param-find.md109 - "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 Dfips_indicator.md200 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 Dml-dsa.md77 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 DEVP_MAC-KMAC.pod69 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 DEVP_MD-MDC2.pod24 settable for an B<EVP_MD_CTX> with L<EVP_MD_CTX_set_params(3)>:
H A DEVP_KEM-ML-KEM.pod29 This parameter is only settable.
H A DEVP_MD-SHA1.pod24 settable for an B<EVP_MD_CTX> with L<EVP_MD_CTX_set_params(3)>:
H A DEVP_MD-MD5-SHA1.pod26 settable for an B<EVP_MD_CTX> with L<EVP_MD_CTX_set_params(3)>:
H A DEVP_MD-BLAKE2.pod47 are settable for an B<EVP_MD_CTX> with L<EVP_DigestInit_ex2(3)> or
/src/crypto/openssl/doc/man3/
H A DEVP_PKEY_CTX_set_params.pod36 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 DEVP_PKEY_fromdata.pod56 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 Dmisc.cfg33 # these are the set of settable ZFS properties
85 # these are the set of settable ZFS properties
/src/contrib/libevent/
H A Devconfig-private.h.cmake20 /* Number of bits in a file offset, on hosts where this is settable. */
H A Devconfig-private.h.in27 /* Number of bits in a file offset, on hosts where this is settable. */
/src/contrib/ntp/sntp/libevent/
H A Devconfig-private.h.cmake20 /* Number of bits in a file offset, on hosts where this is settable. */
H A Devconfig-private.h.in27 /* Number of bits in a file offset, on hosts where this is settable. */

1234