Lines Matching full:implementation
59 The DECODER implementation may be part of a chain, where data is
61 implementation to decode an object from PEM to DER, and another one
108 The name of an implementation should match the target type of object
109 it decodes. For example, an implementation that decodes an RSA key
110 should be named "RSA". Likewise, an implementation that decodes DER data
114 decoder implementation, can be used to further specify details about an
115 implementation:
121 This property is used to specify what format of input the implementation
132 An implementation with that input type decodes PEM formatted data.
136 An implementation with that input type decodes DER formatted data.
140 An implementation with that input type decodes MSBLOB formatted data.
144 An implementation with that input type decodes PVK formatted data.
191 OSSL_FUNC_decoder_does_selection() should tell if a particular implementation
246 another decoder implementation that can decode it into something.
256 possible for some other decoder implementation to get a different result.
261 implementation.
291 OSSL_FUNC_decoder_does_selection() returns 1 if the decoder implementation