Home
last modified time | relevance | path

Searched full:settable (Results 1 – 25 of 197) sorted by relevance

12345678

/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()
44 /* If src contains a key from settable then copy the src to the dest */ in ossl_rsa_acvp_test_gen_params_new()
47 *d = *s; /* shallow copy from the static settable[] */ in ossl_rsa_acvp_test_gen_params_new()
/freebsd/crypto/openssl/doc/man7/
H A DEVP_MD-MDC2.pod21 =head2 Settable Context Parameters
24 settable for an B<EVP_MD_CTX> with L<EVP_MD_CTX_set_params(3)>:
H A DEVP_MD-MD5-SHA1.pod23 =head2 Settable Context Parameters
26 settable for an B<EVP_MD_CTX> with L<EVP_MD_CTX_set_params(3)>:
H A DEVP_MD-SHA1.pod21 =head2 Settable Context Parameters
24 settable for an B<EVP_MD_CTX> with L<EVP_MD_CTX_set_params(3)>:
H A DEVP_MD-SHAKE.pod53 =head2 Settable Context Parameters
56 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.
/freebsd/secure/lib/libcrypto/man/man7/
H A DEVP_MD-MD5-SHA1.7154 .SS "Settable Context Parameters"
155 .IX Subsection "Settable Context Parameters"
157 settable for an \fB\s-1EVP_MD_CTX\s0\fR with \fBEVP_MD_CTX_set_params\fR\|(3):
H A DEVP_MD-SHA1.7152 .SS "Settable Context Parameters"
153 .IX Subsection "Settable Context Parameters"
155 settable for an \fB\s-1EVP_MD_CTX\s0\fR with \fBEVP_MD_CTX_set_params\fR\|(3):
H A DEVP_MD-MDC2.7152 .SS "Settable Context Parameters"
153 .IX Subsection "Settable Context Parameters"
155 settable for an \fB\s-1EVP_MD_CTX\s0\fR with \fBEVP_MD_CTX_set_params\fR\|(3):
H A DEVP_MD-SHAKE.7171 .SS "Settable Context Parameters"
172 .IX Subsection "Settable Context Parameters"
174 settable for an \fB\s-1EVP_MD_CTX\s0\fR with \fBEVP_MD_CTX_set_params\fR\|(3):
H A DEVP_CIPHER-NULL.7177 \fISettable \s-1EVP_CIPHER_CTX\s0 parameters\fR
178 .IX Subsection "Settable EVP_CIPHER_CTX parameters"
/freebsd/crypto/openssl/apps/
H A Dlist.c148 print_param_types("settable operation parameters", in list_ciphers()
232 print_param_types("settable operation parameters", in list_digests()
293 print_param_types("settable operation parameters", in list_macs()
357 print_param_types("settable operation parameters", in list_kdfs()
422 print_param_types("settable operation parameters", in list_random_generators()
553 print_param_types("settable operation parameters", in list_encoders()
618 print_param_types("settable operation parameters", in list_decoders()
677 print_param_types("settable key generation parameters", in list_keymanagers()
679 print_param_types("settable operation parameters", in list_keymanagers()
737 print_param_types("settable operatio in list_signatures()
[all...]
/freebsd/contrib/mtree/
H A Dmtree.h152 & UF_SETTABLE) /* user settable flags */
154 SF_APPEND) & SF_SETTABLE) /* root settable flags */
155 #define CH_MASK (UF_MASK | SF_MASK) /* all settable flags */
/freebsd/sys/netinet/
H A Dudp.h50 * User-settable options (used with setsockopt).
54 /* Start of reserved space for third-party user-settable options. */
/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/crypto/openssl/doc/man3/
H A DEVP_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.
/freebsd/crypto/heimdal/appl/rsh/
H A Drsh.1137 Also settable via
146 Also settable via
/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()
/freebsd/secure/lib/libcrypto/man/man3/
H A DEVP_PKEY_CTX_set_params.3169 settable parameters for the current algorithm implementation, i.e. parameters
197 It may also return \s-1NULL\s0 if there are no settable parameters available.
/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.h28 /* 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/lua/src/
H A Dlopnames.h32 "SETTABLE",

12345678