Lines Matching full:encoded
77 This means that for an object that was encrypted using a pass phrase encoded in
78 ISO\-8859\-1, that object needs to be decrypted using a pass phrase encoded in
84 The standard stipulates that the pass phrase shall be encoded as an ASN.1
86 encoded in big endian (UCS\-2 BE).
90 Treats the received pass phrase as UTF\-8 encoded and tries to re-encode it to
95 Assumes that the pass phrase is encoded in ASCII or ISO\-8859\-1 and
110 A pass phrase encoded in ISO\-8859\-2 could very well have a sequence such as
113 be misinterpreted as the perfectly valid UTF\-8 encoded code point U+00EF (LATIN
124 On the same accord, anything encoded in UTF\-8 that was given to OpenSSL older
130 This API stipulates that pass phrases should be UTF\-8 encoded, and that any
138 but that it may have been encoded in a different character encoding than the
160 encoded using UTF\-8.
189 This also takes care of the case when a UTF\-8 encoded string was used with
191 (for example, \f(CW\*(C`ï\*(C'\fR, which is 0xC3 0xAF when encoded in UTF\-8, would become 0xC3
192 0x83 0xC2 0xAF when re-encoded in the naïve manner.