Home
last modified time | relevance | path

Searched refs:job (Results 1 – 4 of 4) sorted by relevance

/mbedtls-latest/tests/scripts/
Ddepends.py339 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/
Dpsa-legacy-bridges.md245 …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-…
Dmd-cipher-dispatch.md495 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/
Dpsa-driver-interface.md1408 …it-size of the key, but determining the bit-size of the key is part of the job of the `"import_key…