Lines Matching full:implementation
117 The ENCODER implementation may be part of a chain, where data is
119 implementation to encode an object to DER (that object is assumed to
177 The name of an implementation should match the type of object it handles.
178 For example, an implementation that encodes an RSA key should be named "RSA".
179 Likewise, an implementation that further encodes DER should be named "DER".
182 decoder implementation, can be used to further specify details about an
183 implementation:
186 This property is used to specify what type of output the implementation
195 An implementation with that output type outputs human readable text, making
196 that implementation suitable for \f(CW\*(C`\-text\*(C'\fR output in diverse \fBopenssl\fR\|(1)
200 An implementation with that output type outputs PEM formatted data.
203 An implementation with that output type outputs DER formatted data.
206 An implementation with that output type outputs MSBLOB formatted data.
209 An implementation with that output type outputs PVK formatted data.
241 \&\fBOSSL_FUNC_encoder_does_selection()\fR should tell if a particular implementation
265 therefore be unsuitable for direct use with a given ENCODER implementation.
266 Provided that the foreign provider's implementation to handle the object has
268 implementation should be able to import that array and create a suitable
296 If this name is invalid for the encoding implementation, the
297 implementation should refuse to perform the encoding, i.e.
307 The encoding implementation isn't obligated to use this value.
333 \&\fBOSSL_FUNC_encoder_does_selection()\fR returns 1 if the encoder implementation