Lines Matching full:api
7 The concepts of the kernel crypto API visible to kernel space is fully
9 crypto API high level discussion for the in-kernel use cases applies
17 crypto API. A working example of this description is libkcapi that can
21 Some details of the in-kernel kernel crypto API aspects do not apply to
23 and asynchronous invocations. The user space API call is fully
28 User Space API General Remarks
31 The kernel crypto API is accessible from user space. Currently, the
56 A cipher is accessed with the same name as done for the in-kernel API
60 To interact with the kernel crypto API, a socket must be created by the
65 The following API calls assume that the socket descriptor is already
67 crypto API specific invocations.
86 Just like the in-kernel operation of the kernel crypto API, the user
98 Message Digest API
130 from the kernel crypto API. If the buffer is too small for the message
138 Symmetric Cipher API
187 cipher operation from the kernel crypto API. The output buffer must be
192 AEAD Cipher API
250 cipher operation from the kernel crypto API. The output buffer must be
288 Random Number Generator API
394 User space API example
399 application that invokes all libkcapi API calls.