Lines Matching refs:require
172 **Design decision: require symmetric cryptography drivers to read their input without a risk of rea…
182 **Design decision: require key derivation drivers to emit their output without reading back from th…
202 **Design decision: for now, require AEAD drivers to read the additional data without a risk of read…
208 **Design decision: for now, require sign/verify-message drivers to read their input without a risk …
328 Approach (2) is insufficient for the full testing we require as we need to be able to check both in…
332 …d need to allocate poisoned buffers in separate memory pages. They would require special handling …
371 * Does not require complex linking against different versions of `malloc()` (as is the case with th…
461 …* Ease of reproduction - Does the prototype require a particular platform or tool to be set up? Ho…
465 … Implement tests using this approach for each of the PSA interfaces that require careful-access te…
475 Most of the test methods discussed above need extra setup. Some require leaking of buffer bounds, p…
640 In order to implement transparent memory poisoning we require a wrapper around all PSA function cal…
672 Since the memory poisoning tests will require the use of interfaces specific to the sanitizers used…