/third_party/openssl/crypto/rsa/ |
D | rsa_acvp_test_params.c | 22 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/ |
D | mac_legacy_kmgmt.c | 462 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()
|
D | rsa_kmgmt.c | 557 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()
|
D | dsa_kmgmt.c | 523 static OSSL_PARAM settable[] = { in dsa_gen_settable_params() local 535 return settable; in dsa_gen_settable_params()
|
D | ecx_kmgmt.c | 568 static OSSL_PARAM settable[] = { in ecx_gen_settable_params() local 573 return settable; in ecx_gen_settable_params()
|
D | ec_kmgmt.c | 1203 static OSSL_PARAM settable[] = { in ec_gen_settable_params() local 1219 return settable; in ec_gen_settable_params()
|
/third_party/openssl/doc/man3/ |
D | EVP_PKEY_CTX_set_params.pod | 34 settable parameters for the current algorithm implementation, i.e. parameters 65 It may also return NULL if there are no settable parameters available.
|
D | EVP_PKEY_fromdata.pod | 52 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
|
D | EVP_KDF.pod | 135 the retrievable and settable parameters. EVP_KDF_gettable_params() 148 constant B<OSSL_PARAM> arrays that describe the settable parameters that
|
D | EVP_RAND.pod | 190 the retrievable and settable parameters. EVP_RAND_gettable_params() returns 203 constant B<OSSL_PARAM> arrays that describe the settable parameters that
|
D | EVP_MAC.pod | 191 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/ |
D | EVP_SIGNATURE-DSA.pod | 25 The settable parameters are described in L<provider-signature(7)>.
|
D | EVP_MD-MDC2.pod | 24 settable for an B<EVP_MD_CTX> with L<EVP_MD_CTX_set_params(3)>:
|
D | EVP_MD-SHA1.pod | 24 settable for an B<EVP_MD_CTX> with L<EVP_MD_CTX_set_params(3)>:
|
D | EVP_MD-MD5-SHA1.pod | 26 settable for an B<EVP_MD_CTX> with L<EVP_MD_CTX_set_params(3)>:
|
D | EVP_MD-SHAKE.pod | 51 settable for an B<EVP_MD_CTX> with L<EVP_MD_CTX_set_params(3)>:
|
D | provider-keyexch.pod | 150 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.
|
D | provider-signature.pod | 382 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.
|
D | provider-kem.pod | 184 get a constant B<OSSL_PARAM> array that describes the gettable and settable
|
/third_party/openssl/test/ |
D | tls-provider.c | 626 static OSSL_PARAM settable[] = { in xor_gen_settable_params() local 630 return settable; in xor_gen_settable_params()
|
/third_party/ntfs-3g/libntfs-3g/ |
D | security.c | 4423 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/ |
D | NV_multisample_filter_hint.txt | 79 possibly settable through a control panel.
|
/third_party/openGLES/extensions/NV/ |
D | NV_multisample_filter_hint.txt | 79 possibly settable through a control panel.
|
/third_party/openssl/crypto/evp/ |
D | ctrl_params_translate.c | 545 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/ |
D | EXT_texture_lod_bias.txt | 64 Should the texture LOD bias be settable per-texture object or
|