Lines Matching full:needs
64 …ER_MODE_CBC` for AES-CBC, etc. In code that uses the PSA interfaces, this needs to change to `PSA_…
195 …A ITS where the file system is not accessible yet (because something else needs to happen first, a…
202 Consider for example the code in `rsa.c` to perform an RSA-PSS signature. It needs to calculate a h…
258 …s that PSA's SHA-256 comes from an accelerator driver), then SHA-256 only needs to work if `psa_cr…
356 The two AEAD modes, GCM and CCM, have very similar needs and positions in the stack, strongly sugge…
358 … the stack is asking questions like "is CTR-DRBG-AES available?" - an RNG needs to be available an…
394 * A [mixed-domain](#classification-of-callers) module that needs to calculate hashes is enabled.
448 An MD context needs to contain either a legacy module's context (or a pointer to one, as is the cas…
472 …e availability of the accelerator when the context is set up. This choice needs to be recorded in …
476 MD light needs to support hashes that are only enabled through PSA. Therefore the `mbedtls_md_info_…
482 The implementation needs to convert from a legacy type encoding to a PSA encoding.
503 Each function that performs some hash operation or context management needs to know whether to disp…
603 …e availability of the accelerator when the context is set up. This choice needs to be recorded in …
612 Each function in the module needs to know whether to dispatch via PSA or legacy. All functions cons…