Lines Matching full:transformation
70 * @min_keysize: Minimum key size supported by the transformation. This is the
71 * smallest key length supported by this transformation algorithm.
75 * @max_keysize: Maximum key size supported by the transformation. This is the
76 * largest key length supported by this transformation algorithm.
80 * @setkey: Set key for the transformation. This function is used to either
82 * transformation context for programming it later. Note that this
83 * function does modify the transformation context. This function can
84 * be called multiple times during the existence of the transformation
97 * key was stored in transformation context, the key might need to be
99 * shall not modify the transformation context, as this function may
100 * be called in parallel with the same transformation object.
103 * @init: Initialize the cryptographic transformation object. This function
104 * is used to initialize the cryptographic transformation object.
106 * after the transformation context was allocated. In case the
109 * requirement of the transformation and put any software fallbacks
111 * @exit: Deinitialize the cryptographic transformation object. This is a
114 * @ivsize: IV size applicable for transformation. The consumer must provide an