Searched refs:decode_fail (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/krb5/src/tests/asn.1/ |
H A D | krb5_decode_test.c | 97 #define decode_fail(err,typestring,description,encoding,decoder) do { \ in main() macro 327 …decode_fail(ASN1_INDEF,"ticket","(indefinite lengths)", "61 80 30 80 A0 03 02 01 05 A1 10 1B 0E 41… in main() 348 …decode_fail(ASN1_INDEF,"ticket","(indefinite lengths + trailing [4] INTEGER)", "61 80 30 80 A0 03 … in main() 363 …decode_fail(ASN1_INDEF,"encryption_key","(indefinite lengths)","30 80 A0 03 02 01 01 A1 0A 04 08 3… in main() 364 …decode_fail(ASN1_INDEF,"encryption_key","(indefinite lengths + trailing [2] INTEGER)","30 80 A0 03… in main() 365 …decode_fail(ASN1_INDEF,"encryption_key","(indefinite lengths + trailing [2] SEQUENCE {[0] INTEGER}… in main() 366 …decode_fail(ASN1_INDEF,"encryption_key","(indefinite lengths + trailing SEQUENCE {[0] INTEGER})","… in main() 488 …decode_fail(ASN1_INDEF,"as_rep","(indefinite lengths)","6B 80 30 80 A0 03 02 01 05 A1 03 02 01 0B … in main()
|