Lines Matching refs:family
75 A list of **capabilities**. Each capability describes a family of functions that the driver impleme…
84 A capability declares a family of functions that the driver implements for a certain class of crypt…
88 …me of a [driver entry point](#driver-entry-points) or driver entry point family. An entry point is…
101 …points"` list either includes the entry point or includes an entry point family that includes the …
179 …ntry points. Refer to the reference section for each entry point or entry point family for details.
195 …s a whole. If a driver supports an entry point family, it must provide all the entry points in the…
234 …ion are grouped into a family. A driver that implements a multi-part operation must define all of …
237 1. The core calls the `xxx_setup` entry point for this operation family. If this fails, the core de…
239 …, the core calls the driver's `xxx_abort` entry point for this operation family, then destroys the…
244 #### Multi-part operation entry point family `"hash_multipart"`
246 This family corresponds to the calculation of a hash in multiple steps.
248 This family applies to transparent drivers only.
250 This family requires the following type and entry points:
260 …h the prefix `"acme"` that implements the `"hash_multipart"` entry point family must define the fo…
276 #### Operation family `"mac_multipart"`
280 #### Operation family `"mac_verify_multipart"`
284 #### Operation family `"cipher_encrypt_multipart"`
288 #### Operation family `"cipher_decrypt_multipart"`
292 #### Operation family `"aead_encrypt_multipart"`
296 #### Operation family `"aead_decrypt_multipart"`
300 #### Operation family `"key_derivation"`
302 This family requires the following type and entry points:
479 A transparent driver may provide an operation family that can be used as a cryptographic random num…
486 If no driver implements the random generation entry point family, the core provides an unspecified …
488 This operation family requires the following type, entry points and parameters (TODO: where exactly…
542 …family $(F_k)$ with an $E$-bit output where $E = 8 \cdot \mathtt{entropy_size}$ and $\mathtt{entro…