| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | Sample.cc | 33 validated = false; in Sample() 46 if (validated == false) in get_usage() 49 validated = true; in get_usage() 57 if (prusage == NULL || validated) in validate_usage() 59 validated = true; in validate_usage()
|
| H A D | Sample.h | 71 bool validated; // if validation performed variable
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | Sample.cc | 33 validated = false; in Sample() 46 if (validated == false) in get_usage() 49 validated = true; in get_usage() 57 if (prusage == NULL || validated) in validate_usage() 59 validated = true; in validate_usage()
|
| H A D | Sample.h | 71 bool validated; // if validation performed variable
|
| /netbsd-src/crypto/external/bsd/openssl/dist/ |
| H A D | README-FIPS.md | 5 FIPS validated. The module is implemented as an OpenSSL provider. 10 A cryptographic module is only FIPS validated after it has gone through the complex 13 If you need a FIPS validated module then you must ONLY generate a FIPS provider 34 In order to be FIPS compliant you must only use FIPS validated source code. 36 which versions are FIPS validated. The instructions given below build OpenSSL 37 just using the FIPS validated source code. 39 If you want to use a validated FIPS provider, but also want to use the latest 94 Download and build a validated FIPS provider 98 which versions are FIPS validated. For this example we use OpenSSL 3.0.0. 122 Note that the OpenSSL 3.1.0 FIPS provider has not been validated
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| H A D | validate.c | 296 static int validated = 0; in hcrypto_validate() local 300 if (validated) in hcrypto_validate() 302 validated++; in hcrypto_validate()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/ |
| H A D | radeon_cs.c | 198 radeon_cs_buckets_get_list(&buckets, &p->validated); in radeon_cs_parser_relocs() 202 &p->validated); in radeon_cs_parser_relocs() 211 r = radeon_bo_list_validate(p->rdev, &p->ticket, &p->validated, p->ring); in radeon_cs_parser_relocs() 272 list_for_each_entry(reloc, &p->validated, tv.head) { in radeon_cs_sync_rings() 293 INIT_LIST_HEAD(&p->validated); in radeon_cs_parser_init() 445 list_sort(NULL, &parser->validated, cmp_size_smaller_first); in radeon_cs_parser_fini() 448 &parser->validated, in radeon_cs_parser_fini() 452 &parser->validated); in radeon_cs_parser_fini()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| H A D | amdgpu_cs.c | 474 struct list_head *validated) in amdgpu_cs_list_validate() argument 480 list_for_each_entry(lobj, validated, tv.head) { in amdgpu_cs_list_validate() 530 INIT_LIST_HEAD(&p->validated); in amdgpu_cs_parser_bos() 553 amdgpu_bo_list_get_list(p->bo_list, &p->validated); in amdgpu_cs_parser_bos() 556 amdgpu_vm_get_pd_bo(&fpriv->vm, &p->validated, &p->vm_pd); in amdgpu_cs_parser_bos() 559 list_add(&p->uf_entry.tv.head, &p->validated); in amdgpu_cs_parser_bos() 594 r = ttm_eu_reserve_buffers(&p->ticket, &p->validated, true, in amdgpu_cs_parser_bos() 618 r = amdgpu_cs_list_validate(p, &p->validated); in amdgpu_cs_parser_bos() 660 ttm_eu_backoff_reservation(&p->ticket, &p->validated); in amdgpu_cs_parser_bos() 670 list_for_each_entry(e, &p->validated, tv.head) { in amdgpu_cs_sync_rings() [all …]
|
| H A D | amdgpu_bo_list.h | 57 struct list_head *validated);
|
| H A D | amdgpu_bo_list.c | 202 struct list_head *validated) in amdgpu_bo_list_get_list() argument 232 list_splice(&bucket[i], validated); in amdgpu_bo_list_get_list()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ |
| H A D | README.FIPS | 1 This release does not support a FIPS 140-2 validated module.
|
| /netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/ |
| H A D | env.rst | 81 Means that object has yet to be validated. 86 *(according to local policy)*, but should have validated. 102 Means that the object (RRset or message) validated according to local policy.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gcc.cc | 3620 bool validated; member 3901 bool validated, bool known) in save_switch() argument 3915 switches[n_switches].validated = validated; in save_switch() 4183 bool validated = false; in driver_handle_option() local 4228 validated = true; in driver_handle_option() 4327 save_switch (compare_debug_replacement_opt, 0, NULL, validated, true); in driver_handle_option() 4426 save_switch (concat ("-L", arg, NULL), 0, NULL, validated, true); in driver_handle_option() 4431 save_switch (concat ("-F", arg, NULL), 0, NULL, validated, true); in driver_handle_option() 4437 validated = true; in driver_handle_option() 4474 validated = true; in driver_handle_option() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
| H A D | OSSL_PROVIDER-FIPS.pod | 11 contains an approved set of cryptographic algorithms that is validated by an 413 Some released versions of OpenSSL do not include a validated 418 provider using one of the validated versions listed there. Normally, 420 validated versions alongside F<libcrypto> and F<libssl> compiled from any
|
| H A D | fips_module.pod | 99 enabled to prevent accidental use of non-FIPS validated algorithms via broken 346 /* Get a FIPS validated digest */ 351 /* Get a non-FIPS validated digest */ 409 properties and the default library context to specify usage of FIPS validated 464 Some released versions of OpenSSL do not include a validated 469 provider using one of the validated versions listed there. Normally, 471 validated versions alongside F<libcrypto> and F<libssl> compiled from any
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | X509_verify_cert.pod | 67 return 1 if a complete chain can be built and validated, 71 If a complete chain can be built and validated both functions return 1.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gcc.c | 3412 bool validated; member 3691 bool validated, bool known) in save_switch() argument 3705 switches[n_switches].validated = validated; in save_switch() 3902 bool validated = false; in driver_handle_option() local 3947 validated = true; in driver_handle_option() 4042 save_switch (compare_debug_replacement_opt, 0, NULL, validated, true); in driver_handle_option() 4141 save_switch (concat ("-L", arg, NULL), 0, NULL, validated, true); in driver_handle_option() 4146 save_switch (concat ("-F", arg, NULL), 0, NULL, validated, true); in driver_handle_option() 4151 validated = true; in driver_handle_option() 4171 validated = true; in driver_handle_option() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/ |
| H A D | RELEASE_TESTERS.TXT | 2 environments get tested and validated during the release process.
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/ |
| H A D | ossl_cmp_ctx_set1_caPubs.pod | 38 which caches any already validated server cert, or NULL if not available.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/AMDGPU/ |
| H A D | gfx10_msg.rst | 69 *Sendmsg* arguments are validated depending on how *type* value is specified:
|
| H A D | gfx9_msg.rst | 69 *Sendmsg* arguments are validated depending on how *type* value is specified:
|
| H A D | gfx8_msg.rst | 67 *Sendmsg* arguments are validated depending on how *type* value is specified:
|
| H A D | gfx90a_msg.rst | 69 *Sendmsg* arguments are validated depending on how *type* value is specified:
|
| H A D | gfx7_msg.rst | 67 *Sendmsg* arguments are validated depending on how *type* value is specified:
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | X509_verify_cert.pod | 21 If a complete chain can be built and validated this function returns 1,
|