Lines Matching refs:Peer

25 Error = Peer public key is empty.
29 Error = Peer public key is too short.
33 Error = Peer public key is too short.
37 Error = Peer public key is too long (zero appended).
41 Error = Peer public key is too long (zero prepended).
69 Error = Peer public key is empty.
73 Error = Peer public key is empty.
77 Error = Peer public key is the special encoding of the point at infinity.
81 Error = Peer public key is the special encoding of the point at infinity.
85 Error = Peer public key consists of (only) an invalid encoding indicator.
89 Error = Peer public key consists of (only) an invalid encoding indicator.
93 Error = Peer public key consists of (only) a compressed encoding indicator (0x02).
97 Error = Peer public key consists of (only) a compressed encoding indicator (0x02).
101 Error = Peer public key consists of (only) a compressed encoding indicator (0x03).
105 Error = Peer public key consists of (only) a compressed encoding indicator (0x03).
109 Error = Peer public key consists of (only) a uncompressed encoding indicator.
113 Error = Peer public key consists of (only) a compressed encoding indicator.
117 Error = Peer public key consists of (only) an invalid encoding indicator (0x05).
121 Error = Peer public key consists of (only) an invalid encoding indicator (0x05).
125 Error = Peer public key starts with a completely invalid encoding indicator byte (0x01).
129 Error = Peer public key starts with a completely invalid encoding indicator byte (0x01).
133 Error = Peer public key encoding's first byte is 0x02, should be 0x04.
137 Error = Peer public key encoding's first byte is 0x02, should be 0x04.
141 Error = Peer public key encoding's first byte is 0x03, should be 0x04.
145 Error = Peer public key encoding's first byte is 0x03, should be 0x04.
149 Error = Peer public key starts with a completely invalid encoding indicator byte (0x05).
153 Error = Peer public key starts with a completely invalid encoding indicator byte (0x05).
157 Error = Peer public key starts with a completely invalid encoding indicator byte (0xff).
161 Error = Peer public key starts with a completely invalid encoding indicator byte (0xff).
165 Error = Peer public key is missing the encoding indicator byte.
169 Error = Peer public key is missing the encoding indicator byte.
173 Error = Peer public key has the last byte truncated.
177 Error = Peer public key has the last byte truncated.
181 Error = Peer public key is missing the Y coordinate completely.
185 Error = Peer public key is missing the Y coordinate completely.
189 Error = Peer public key is in compressed form (0x02).
193 Error = Peer public key is in compressed form (0x02).
197 Error = Peer public key is in compressed form (0x03).
201 Error = Peer public key is in compressed form (0x03).