Lines Matching refs:byte
9 # Check coordinates one byte larger than the largest supported curve.
39 ECDSA Raw -> DER, 256bit, r and s only 1 byte of data
43 ECDSA Raw -> DER, 256bit, r and s only 1 byte of data with MSb set
47 ECDSA Raw -> DER, 256bit, Invalid raw signature (r 1 byte shorter)
51 ECDSA Raw -> DER, 256bit, Invalid raw signature (r and s 1 byte shorter)
55 ECDSA Raw -> DER, 256bit, Invalid raw signature (r 1 byte longer)
59 ECDSA Raw -> DER, 256bit, Invalid raw signature (r and s 1 byte longer)
71 # Check coordinates one byte larger than the largest supported curve.
93 ECDSA DER -> Raw, 256bit, Wrong r integer length (1 byte smaller than the actual size)
97 ECDSA DER -> Raw, 256bit, Wrong r integer length (1 byte larger than the actual size)
101 ECDSA DER -> Raw, 256bit, Wrong s integer length (1 byte smaller than the actual size)
105 ECDSA DER -> Raw, 256bit, Wrong s integer length (1 byte larger than the actual size)
109 ECDSA DER -> Raw, 256bit, r size 1 byte larger than allowed for output raw coordinate
125 ECDSA DER -> Raw, 256bit, Valid r only 1 zero byte
129 ECDSA DER -> Raw, 256bit, Valid s only 1 zero byte
185 ECDSA Raw -> DER, 256bit, DER buffer of minimal length (1 byte per integer)