Lines Matching full:implementation

59 The ENCODER implementation may be part of a chain, where data is
61 implementation to encode an object to DER (that object is assumed to
126 The name of an implementation should match the type of object it handles.
127 For example, an implementation that encodes an RSA key should be named "RSA".
128 Likewise, an implementation that further encodes DER should be named "DER".
130 Properties can be used to further specify details about an implementation:
136 This property is used to specify what type of output the implementation
147 An implementation with that output type outputs human readable text, making
148 that implementation suitable for C<-text> output in diverse L<openssl(1)>
153 An implementation with that output type outputs PEM formatted data.
157 An implementation with that output type outputs DER formatted data.
161 An implementation with that output type outputs MSBLOB formatted data.
165 An implementation with that output type outputs PVK formatted data.
200 OSSL_FUNC_encoder_does_selection() should tell if a particular implementation
226 therefore be unsuitable for direct use with a given ENCODER implementation.
227 Provided that the foreign provider's implementation to handle the object has
229 implementation should be able to import that array and create a suitable
262 If this name is invalid for the encoding implementation, the
263 implementation should refuse to perform the encoding, i.e.
274 The encoding implementation isn't obligated to use this value.
309 OSSL_FUNC_encoder_does_selection() returns 1 if the encoder implementation