Lines Matching refs:CBS
34 CBS data;
50 CBS data;
69 CBS data, prefixed;
90 CBS data, prefixed;
121 CBS data, contents;
238 CBS data;
545 CBS in;
663 CBS cbs;
669 CBS_init(&cbs, (const uint8_t *)test->encoding, test->encoding_len);
670 if (!CBS_get_asn1_uint64(&cbs, &value) ||
671 CBS_len(&cbs) != 0 ||
694 CBS cbs;
697 CBS_init(&cbs, (const uint8_t *)test->encoding, test->encoding_len);
698 if (CBS_get_asn1_uint64(&cbs, &value)) {