Lines Matching defs:bytes
33 let bytes = hex!("02 03 01 00 01"); in test_der_int() localVariable
39 let bytes = hex!("04 03 41 41 41"); in test_der_int() localVariable
45 let bytes = hex!("02 0b 40 41 02 03 04 05 06 07 08 09 0a"); in test_der_int() localVariable
58 let bytes = &[0x03, 0x04, 0x06, 0x6e, 0x5d, 0xc0]; in test_der_bitstring_primitive() localVariable
67 let bytes = &[0x03, 0x04, 0x06, 0x6e, 0x5d, 0xe0]; in test_der_bitstring_primitive() localVariable
75 let bytes = &[0x03, 0x81, 0x04, 0x06, 0x6e, 0x5d, 0xc0]; in test_der_bitstring_primitive() localVariable
84 let bytes = &hex!("23 81 0c 03 03 00 0a 3b 03 05 04 5f 29 1c d0"); in test_der_bitstring_constructed() localVariable
93 let bytes = &hex!("23 80 03 03 00 0a 3b 03 05 04 5f 29 1c d0 00 00"); in test_der_indefinite_length() localVariable
103 let bytes = [0x04, 0x05, 0x41, 0x41, 0x41, 0x41, 0x41]; in test_der_octetstring_primitive() localVariable
118 let bytes = [ in test_der_oid() localVariable
137 let bytes = [ in test_der_utf8string() localVariable
147 let bytes = [0x0d, 0x04, 0xc2, 0x7b, 0x03, 0x02]; in test_der_relativeoid() localVariable
157 let bytes = [0x30, 0x05, 0x02, 0x03, 0x01, 0x00, 0x01]; in test_der_seq() localVariable
165 let bytes = [0x31, 0x05, 0x02, 0x03, 0x01, 0x00, 0x01]; in test_der_set() localVariable
173 let bytes = [ in test_der_seq_defined() localVariable
195 let bytes = [ in test_der_set_defined() localVariable
217 let bytes = [ in test_der_seq_of() localVariable
238 let bytes = [0x30, 0x07, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x00]; in test_der_seq_of_incomplete() localVariable
260 let bytes = [ in test_der_set_of() localVariable
275 let bytes = hex!("17 0D 30 32 31 32 31 33 31 34 32 39 32 33 5A FF"); in test_der_utctime() localVariable
280 let bytes = hex!("17 0c 30 32 31 32 31 33 31 34 32 39 32 33"); in test_der_utctime() localVariable
287 let bytes = [ in test_der_generalizedtime() localVariable
299 let bytes = [0x1b, 0x04, 0x63, 0x69, 0x66, 0x73]; in test_der_generalstring() localVariable
306 let bytes = [0xa0, 0x03, 0x02, 0x01, 0x02]; in test_der_contextspecific() localVariable
319 let bytes = [0xa0, 0x03, 0x02, 0x01, 0x02]; in test_der_explicit_optional() localVariable
347 let bytes = [0x81, 0x04, 0x70, 0x61, 0x73, 0x73]; in test_der_implicit() localVariable
373 let bytes = [0x5f, 0x52, 0x04, 0x70, 0x61, 0x73, 0x73]; in test_der_implicit_long_tag() localVariable
432 let bytes = [ in test_der_seq_dn() localVariable
459 let bytes = [ in test_der_seq_dn_defined() localVariable