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
113 Properties can be used to further specify details about an implementation:
119 This property is used to specify what format of input the implementation
130 An implementation with that input type decodes PEM formatted data.
134 An implementation with that input type decodes DER formatted data.
138 An implementation with that input type decodes MSBLOB formatted data.
142 An implementation with that input type decodes PVK formatted data.
189 OSSL_FUNC_decoder_does_selection() should tell if a particular implementation
244 another decoder implementation that can decode it into something.
254 possible for some other decoder implementation to get a different result.
259 implementation.
289 OSSL_FUNC_decoder_does_selection() returns 1 if the decoder implementation