Lines Matching full:api
2 Scatterlist Cryptographic API
6 The Scatterlist Crypto API takes page vectors (scatterlists) as
19 API.
26 Conceptually, the API layering looks like this:
28 [transform api] (user interface)
30 [algorithm api] (for registering algorithms)
32 The idea is to make the user interface and algorithm registration API
36 The API currently supports five main types of transforms: AEAD (Authenticated
50 Here's an example of how to use the API:
86 When using the API for ciphers, performance will be optimal if each
145 of the API:
156 Portions of this API were derived from the following projects: