Lines Matching full:transformation
49 * @min_keysize: Minimum key size supported by the transformation. This is the
50 * smallest key length supported by this transformation algorithm.
54 * @max_keysize: Maximum key size supported by the transformation. This is the
55 * largest key length supported by this transformation algorithm.
59 * @setkey: Set key for the transformation. This function is used to either
61 * transformation context for programming it later. Note that this
62 * function does modify the transformation context. This function can
63 * be called multiple times during the existence of the transformation
76 * key was stored in transformation context, the key might need to be
78 * shall not modify the transformation context, as this function may
79 * be called in parallel with the same transformation object.
82 * @init: Initialize the cryptographic transformation object. This function
83 * is used to initialize the cryptographic transformation object.
85 * after the transformation context was allocated. In case the
88 * requirement of the transformation and put any software fallbacks
90 * @exit: Deinitialize the cryptographic transformation object. This is a
93 * @ivsize: IV size applicable for transformation. The consumer must provide an