Lines Matching refs:dispatch
121 3. The code of the PSA Crypto dispatch layer (also known as the core), which is provided by Mbed TL…
130 …f the PSA Crypto API. Note that this allows two possible levels: in the dispatch layer (independen…
132 #### Protection in the dispatch layer
134 The dispatch layer has no control over how the driver layer will access buffers. Therefore the only…
142 …overall amount of work since there are more driver implementations than dispatch implementations. …
166 **Design decision: the dispatch layer shall copy all small buffers**.
196 **Design decision: the dispatch layer shall allocate an intermediate buffer for cipher and AEAD pla…
202 …o revisit this when we start supporting an SIV mode, at which point the dispatch layer shall copy …
208 … to revisit this when we start supporting PureEdDSA, at which point the dispatch layer shall copy …
216 * The core (dispatch layer) shall make a copy of the following buffers, so that drivers do not rece…
355 …actice this advantage is small as buffer copying will take place in the dispatch layer. The tests …