Lines Matching full:api
4 Scatterlist Cryptographic API
10 The Scatterlist Crypto API takes page vectors (scatterlists) as
24 API.
31 Conceptually, the API layering looks like this::
33 [transform api] (user interface)
35 [algorithm api] (for registering algorithms)
37 The idea is to make the user interface and algorithm registration API
41 The API currently supports five main types of transforms: AEAD (Authenticated
52 Here's an example of how to use the API::
94 When using the API for ciphers, performance will be optimal if each
160 of the API:
171 Portions of this API were derived from the following projects: