Home
last modified time | relevance | path

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

123

/freebsd/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()
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Dmac_legacy_kmgmt.c465 static OSSL_PARAM settable[] = { in mac_gen_settable_params() local
469 return settable; in mac_gen_settable_params()
475 static OSSL_PARAM settable[] = { in cmac_gen_settable_params() local
480 return settable; in cmac_gen_settable_params()
H A Drsa_kmgmt.c557 static OSSL_PARAM settable[] = { in rsa_gen_settable_params() local
562 return settable; in rsa_gen_settable_params()
568 static OSSL_PARAM settable[] = { in rsapss_gen_settable_params() local
574 return settable; in rsapss_gen_settable_params()
H A Ddsa_kmgmt.c527 static OSSL_PARAM settable[] = { in dsa_gen_settable_params() local
539 return settable; in dsa_gen_settable_params()
H A Decx_kmgmt.c571 static OSSL_PARAM settable[] = { in ecx_gen_settable_params() local
576 return settable; in ecx_gen_settable_params()
H A Dec_kmgmt.c1211 static OSSL_PARAM settable[] = { in ec_gen_settable_params() local
1227 return settable; in ec_gen_settable_params()
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_CTX_set_params.pod34 settable parameters for the current algorithm implementation, i.e. parameters
64 It may also return NULL if there are no settable parameters available.
H A DEVP_PKEY_fromdata.pod52 the settable parameters that can be used with EVP_PKEY_fromdata().
55 Parameters in the I<params> array that are not among the settable parameters
H A DEVP_KDF.pod135 the retrievable and settable parameters. EVP_KDF_gettable_params()
146 constant L<OSSL_PARAM(3)> arrays that describe the settable parameters that
H A DEVP_RAND.pod190 the retrievable and settable parameters. EVP_RAND_gettable_params() returns
201 constant L<OSSL_PARAM(3)> arrays that describe the settable parameters that
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dmisc.cfg32 # these are the set of settable ZFS properties
84 # these are the set of settable ZFS properties
/freebsd/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. */
/freebsd/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. */
/freebsd/crypto/openssl/doc/man7/
H A DEVP_MD-MDC2.pod24 settable for an B<EVP_MD_CTX> with L<EVP_MD_CTX_set_params(3)>:
H A DEVP_SIGNATURE-DSA.pod25 The settable parameters are described in L<provider-signature(7)>.
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-SHAKE.pod56 settable for an B<EVP_MD_CTX> with L<EVP_MD_CTX_set_params(3)>:
H A Dprovider-keyexch.pod150 describes the settable parameters, i.e. parameters that can be used with
160 Notice that not all settable parameters are also gettable, and vice versa.
H A Dprovider-signature.pod382 constant L<OSSL_PARAM(3)> array that describes the gettable and settable parameters,
406 get a constant L<OSSL_PARAM(3)> array that describes the gettable and settable
418 return the gettable or settable parameters in a constant L<OSSL_PARAM(3)> array.
H A Dprovider-kem.pod184 get a constant L<OSSL_PARAM(3)> array that describes the gettable and settable
/freebsd/crypto/openssl/test/
H A Dtls-provider.c626 static OSSL_PARAM settable[] = { in xor_gen_settable_params() local
630 return settable; in xor_gen_settable_params()
/freebsd/crypto/openssl/crypto/evp/
H A Dctrl_params_translate.c545 const OSSL_PARAM *settable = NULL; in default_fixup_args() local
574 settable = EVP_PKEY_CTX_settable_params(ctx->pctx); in default_fixup_args()
575 if (!OSSL_PARAM_allocate_from_text(ctx->params, settable, in default_fixup_args()

123