Home
last modified time | relevance | path

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

1234

/third_party/openssl/crypto/rsa/
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()
/third_party/openssl/providers/implementations/keymgmt/
Dmac_legacy_kmgmt.c462 static OSSL_PARAM settable[] = { in mac_gen_settable_params() local
466 return settable; in mac_gen_settable_params()
472 static OSSL_PARAM settable[] = { in cmac_gen_settable_params() local
477 return settable; in cmac_gen_settable_params()
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()
Ddsa_kmgmt.c523 static OSSL_PARAM settable[] = { in dsa_gen_settable_params() local
535 return settable; in dsa_gen_settable_params()
Decx_kmgmt.c568 static OSSL_PARAM settable[] = { in ecx_gen_settable_params() local
573 return settable; in ecx_gen_settable_params()
Dec_kmgmt.c1203 static OSSL_PARAM settable[] = { in ec_gen_settable_params() local
1219 return settable; in ec_gen_settable_params()
/third_party/openssl/doc/man3/
DEVP_PKEY_CTX_set_params.pod34 settable parameters for the current algorithm implementation, i.e. parameters
65 It may also return NULL if there are no settable parameters available.
DEVP_PKEY_fromdata.pod52 the settable parameters that can be used with EVP_PKEY_fromdata().
56 Parameters in the I<params> array that are not among the settable parameters
DEVP_KDF.pod135 the retrievable and settable parameters. EVP_KDF_gettable_params()
148 constant B<OSSL_PARAM> arrays that describe the settable parameters that
DEVP_RAND.pod190 the retrievable and settable parameters. EVP_RAND_gettable_params() returns
203 constant B<OSSL_PARAM> arrays that describe the settable parameters that
DEVP_MAC.pod191 the retrievable and settable parameters. EVP_MAC_gettable_params()
204 constant B<OSSL_PARAM> arrays that describe the settable parameters that
/third_party/openssl/doc/man7/
DEVP_SIGNATURE-DSA.pod25 The settable parameters are described in L<provider-signature(7)>.
DEVP_MD-MDC2.pod24 settable for an B<EVP_MD_CTX> with L<EVP_MD_CTX_set_params(3)>:
DEVP_MD-SHA1.pod24 settable for an B<EVP_MD_CTX> with L<EVP_MD_CTX_set_params(3)>:
DEVP_MD-MD5-SHA1.pod26 settable for an B<EVP_MD_CTX> with L<EVP_MD_CTX_set_params(3)>:
DEVP_MD-SHAKE.pod51 settable for an B<EVP_MD_CTX> with L<EVP_MD_CTX_set_params(3)>:
Dprovider-keyexch.pod150 describes the settable parameters, i.e. parameters that can be used with
161 Notice that not all settable parameters are also gettable, and vice versa.
Dprovider-signature.pod382 constant B<OSSL_PARAM> array that describes the gettable and settable parameters,
407 get a constant B<OSSL_PARAM> array that describes the gettable and settable
420 return the gettable or settable parameters in a constant B<OSSL_PARAM> array.
Dprovider-kem.pod184 get a constant B<OSSL_PARAM> array that describes the gettable and settable
/third_party/openssl/test/
Dtls-provider.c626 static OSSL_PARAM settable[] = { in xor_gen_settable_params() local
630 return settable; in xor_gen_settable_params()
/third_party/ntfs-3g/libntfs-3g/
Dsecurity.c4423 le32 settable; in ntfs_set_ntfs_attrib() local
4432 settable = FILE_ATTR_SETTABLE; in ntfs_set_ntfs_attrib()
4439 settable |= FILE_ATTR_COMPRESSED; in ntfs_set_ntfs_attrib()
4454 ni->flags = (ni->flags & ~settable) in ntfs_set_ntfs_attrib()
4455 | (cpu_to_le32(attrib) & settable); in ntfs_set_ntfs_attrib()
5055 le32 settable; in ntfs_set_file_attributes() local
5063 settable = FILE_ATTR_SETTABLE; in ntfs_set_file_attributes()
5069 settable |= FILE_ATTR_COMPRESSED; in ntfs_set_file_attributes()
5084 ni->flags = (ni->flags & ~settable) in ntfs_set_file_attributes()
5085 | (cpu_to_le32(attrib) & settable); in ntfs_set_file_attributes()
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_multisample_filter_hint.txt79 possibly settable through a control panel.
/third_party/openGLES/extensions/NV/
DNV_multisample_filter_hint.txt79 possibly settable through a control panel.
/third_party/openssl/crypto/evp/
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()
/third_party/openGLES/extensions/EXT/
DEXT_texture_lod_bias.txt64 Should the texture LOD bias be settable per-texture object or

1234