Searched refs:job (Results 1 – 4 of 4) sorted by relevance
/mbedtls-latest/tests/scripts/ |
D | depends.py | 339 job = Job(description, config_settings, commands) 340 self.jobs.append(job) 359 job = Job(description, config_settings, commands) 360 self.jobs.append(job) 435 for job in domain.jobs: 436 self.jobs[job.name] = job 442 return sorted(self.domains[name].jobs, key=lambda job: job.name) 446 def run(options, job, conf, colors=NO_COLORS): argument 449 job.announce(colors, None) 450 if not job.configure(conf, options, colors): [all …]
|
/mbedtls-latest/docs/architecture/psa-migration/ |
D | psa-legacy-bridges.md | 245 …ion. For a specific key, `mbedtls_pk_get_psa_attributes` and `mbedtls_pk_copy_from_psa` do the job. 275 …s surprising if this function leaves the lifetime-related alone, since its job is to set the type-…
|
D | md-cipher-dispatch.md | 495 The job of this private function is to return 1 if `hash_alg` can be performed through PSA now, and… 610 The job of this private function is to return 1 if `hash_alg` can be performed through PSA now, and…
|
/mbedtls-latest/docs/proposed/ |
D | psa-driver-interface.md | 1408 …it-size of the key, but determining the bit-size of the key is part of the job of the `"import_key…
|