Home
last modified time | relevance | path

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

123

/freebsd-head/crypto/openssl/crypto/rsa/
HDrsa_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-head/crypto/openssl/providers/implementations/keymgmt/
HDmac_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()
HDrsa_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()
HDdsa_kmgmt.c527 static OSSL_PARAM settable[] = { in dsa_gen_settable_params() local
539 return settable; in dsa_gen_settable_params()
HDecx_kmgmt.c571 static OSSL_PARAM settable[] = { in ecx_gen_settable_params() local
576 return settable; in ecx_gen_settable_params()
HDec_kmgmt.c1211 static OSSL_PARAM settable[] = { in ec_gen_settable_params() local
1227 return settable; in ec_gen_settable_params()
/freebsd-head/crypto/openssl/doc/man3/
HDEVP_PKEY_CTX_set_params.pod36 settable parameters for the current algorithm implementation, i.e. parameters
66 It may also return NULL if there are no settable parameters available.
HDEVP_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
HDEVP_KDF.pod135 the retrievable and settable parameters. EVP_KDF_gettable_params()
146 constant L<OSSL_PARAM(3)> arrays that describe the settable parameters that
HDEVP_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-head/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
HDmisc.cfg33 # these are the set of settable ZFS properties
85 # these are the set of settable ZFS properties
/freebsd-head/contrib/ntp/sntp/libevent/
HDevconfig-private.h.cmake20 /* Number of bits in a file offset, on hosts where this is settable. */
HDevconfig-private.h.in27 /* Number of bits in a file offset, on hosts where this is settable. */
/freebsd-head/contrib/libevent/
HDevconfig-private.h.cmake20 /* Number of bits in a file offset, on hosts where this is settable. */
HDevconfig-private.h.in27 /* Number of bits in a file offset, on hosts where this is settable. */
/freebsd-head/crypto/openssl/doc/man7/
HDEVP_MD-MDC2.pod24 settable for an B<EVP_MD_CTX> with L<EVP_MD_CTX_set_params(3)>:
HDEVP_SIGNATURE-DSA.pod27 The settable parameters are described in L<provider-signature(7)>.
HDEVP_MD-SHA1.pod24 settable for an B<EVP_MD_CTX> with L<EVP_MD_CTX_set_params(3)>:
HDEVP_MD-MD5-SHA1.pod26 settable for an B<EVP_MD_CTX> with L<EVP_MD_CTX_set_params(3)>:
HDEVP_MD-SHAKE.pod56 settable for an B<EVP_MD_CTX> with L<EVP_MD_CTX_set_params(3)>:
HDprovider-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.
HDprovider-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.
/freebsd-head/crypto/openssl/test/
HDtls-provider.c632 static OSSL_PARAM settable[] = { in xor_gen_settable_params() local
636 return settable; in xor_gen_settable_params()
/freebsd-head/contrib/file/
HDconfig.h.in462 /* Number of bits in a file offset, on hosts where this is settable. */
471 /* Number of bits in time_t, on hosts where this is settable. */
HDconfigure.ac168 AC_DEFINE([_TIME_BITS], [64], [Number of bits in a timestamp, on hosts where this is settable.])

123