Lines Matching +full:0 +full:x35
27 "\x30\x82\x01\x39" /* SEQUENCE, offset: 0, length: 313 */
39 "\x66\x76\x30\x87\xb9\xb1\xb9\x6a\x63\xfd\x8f\x3e\xfc\x35\x3f\xd6"
47 "\x21\xcb\x04\xda\xfb\x1e\x35\x92\xcd\x69\xc0\x83\x06\x83\x8e\x39"
60 "\x30\x82\x04\xa6" /* SEQUENCE, offset: 0, length 1190 */
91 "\xec\x45\x1f\xbf\x25\x4c\x30\x26\x76\x4f\x09\x13\x83\xef\x35\x73"
93 "\x88\x19\xed\x35\xd3\x7e\x5e\xac\x51\xc1\x1e\x5e\x2c\x57\x72\x20"
144 "\x24\xa1\xad\x13\x35\x31\xc0\x0b\xf1\xd2\x06\x7c\x94\x1a\x21\x2f"
145 "\x02\xb9\xf0\xd0\xbb\xf7\xb7\x78\xf9\x3d\x76\x60\xd6\x6b\x5f\x35"
151 "\x30\x53" /* SEQUENCE, offset 0, length 83 */
155 "\x1c\xda\xf4\x1b\xc7\x67\x6b\x35"
164 "\x30\x77" /* SEQUENCE, offset 0, length 119 */
169 "\xa0\x0a" /* CONTEXT SPECIFIC 0, offset 39, length 10 */
186 return qcrypto_der_decode_ctx_tag(data, dlen, 0, cb, opaque, errp); in qcrypto_wrapped_decode_ctx_tag0()
228 return 0; in checker_callback()
236 int seq_depth = 0, checker_idx = 0; in test_ans1()
257 while (seq_depth != 0 && ctx[seq_depth].dlen == 0) { in test_ans1()
262 g_assert(seq_depth == 0); in test_ans1()
263 g_assert(ctx[seq_depth].dlen == 0); in test_ans1()
367 for (i = 0; i < G_N_ELEMENTS(test_data); i++) { in main()