Lines Matching full:transformation
8 as other data transformation mechanisms and methods to invoke these.
27 - data transformation implementations (typically ciphers) that can be
32 however, does not discuss all API calls available to data transformation
37 Note: The terms "transformation" and cipher algorithm are used
43 The transformation implementation is an actual code or interface to
44 hardware which implements a certain transformation with precisely
47 The transformation object (TFM) is an instance of a transformation
48 implementation. There can be multiple transformation objects associated
49 with a single transformation implementation. Each of those
50 transformation objects is held by a crypto API consumer or another
51 transformation. Transformation object is allocated when a crypto API
52 consumer requests a transformation implementation. The consumer is then
53 provided with a structure, which contains a transformation object (TFM).
55 The structure that contains transformation objects may also be referred
73 The transformation context is private data associated with the
74 transformation object.