Lines Matching refs:context
222 * How to perform the operation (context type, which functions to call).
376 - We carry over questionable implementation decisions, like dynamic allocation of context.
446 #### Support for PSA in the MD context
448 An MD context needs to contain either a legacy module's context (or a pointer to one, as is the cas…
450 …r indirection, but this means that an MD context would always be as large as the largest supported…
472 …e availability of the accelerator when the context is set up. This choice needs to be recorded in …
503 Each function that performs some hash operation or context management needs to know whether to disp…
505 If given an established context, use its `engine` field.
601 A block cipher context contains either a legacy module's context (AES, ARIA, Camellia) or a PSA key…
603 …e availability of the accelerator when the context is set up. This choice needs to be recorded in …
612 …to know whether to dispatch via PSA or legacy. All functions consult the context's `engine` field,…