Searched refs:cbor_int_get_width (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/external/mit/libcbor/dist/test/
H A Dassertions.c12 assert_true(cbor_int_get_width(item) == CBOR_INT_8);
18 assert_true(cbor_int_get_width(item) == CBOR_INT_16);
24 assert_true(cbor_int_get_width(item) == CBOR_INT_32);
30 assert_true(cbor_int_get_width(item) == CBOR_INT_64);
H A Dtype_1_test.c29 assert_true(cbor_int_get_width(number) == CBOR_INT_8);
43 assert_true(cbor_int_get_width(number) == CBOR_INT_8);
57 assert_true(cbor_int_get_width(number) == CBOR_INT_16);
71 assert_true(cbor_int_get_width(number) == CBOR_INT_32);
85 assert_true(cbor_int_get_width(number) == CBOR_INT_64);
H A Dtype_0_test.c29 assert_true(cbor_int_get_width(number) == CBOR_INT_8);
49 assert_true(cbor_int_get_width(number) == CBOR_INT_8);
63 assert_true(cbor_int_get_width(number) == CBOR_INT_16);
77 assert_true(cbor_int_get_width(number) == CBOR_INT_32);
91 assert_true(cbor_int_get_width(number) == CBOR_INT_64);
/netbsd-current/external/mit/libcbor/dist/src/cbor/
H A Dints.c10 cbor_int_width cbor_int_get_width(const cbor_item_t *item) { function
17 assert(cbor_int_get_width(item) == CBOR_INT_8);
23 assert(cbor_int_get_width(item) == CBOR_INT_16);
29 assert(cbor_int_get_width(item) == CBOR_INT_32);
35 assert(cbor_int_get_width(item) == CBOR_INT_64);
41 switch (cbor_int_get_width(item)) {
57 assert(cbor_int_get_width(item) == CBOR_INT_8);
63 assert(cbor_int_get_width(item) == CBOR_INT_16);
69 assert(cbor_int_get_width(item) == CBOR_INT_32);
75 assert(cbor_int_get_width(ite
[all...]
H A Dints.h95 cbor_int_width cbor_int_get_width(const cbor_item_t *item);
H A Dserialization.c77 switch (cbor_int_get_width(item)) {
94 switch (cbor_int_get_width(item)) {
/netbsd-current/external/bsd/libfido2/dist/src/
H A Dauthkey.c16 cbor_int_get_width(key) != CBOR_INT_8 ||
H A Dcredman.c185 cbor_int_get_width(key) != CBOR_INT_8) {
264 cbor_int_get_width(key) != CBOR_INT_8) {
315 cbor_int_get_width(key) != CBOR_INT_8 ||
502 cbor_int_get_width(key) != CBOR_INT_8) {
543 cbor_int_get_width(key) != CBOR_INT_8 ||
H A Deddsa.c81 cbor_int_get_width(key) != CBOR_INT_8)
H A Dbio.c155 cbor_int_get_width(key) != CBOR_INT_8) {
203 cbor_int_get_width(key) != CBOR_INT_8 ||
351 cbor_int_get_width(key) != CBOR_INT_8) {
385 cbor_int_get_width(key) != CBOR_INT_8 ||
656 cbor_int_get_width(key) != CBOR_INT_8) {
H A Dcbor.c44 if (cbor_int_get_width(curr) >= cbor_int_get_width(prev) &&
942 cbor_int_get_width(key) == CBOR_INT_8) {
966 cbor_int_get_width(key) == CBOR_INT_8) {
1157 cbor_int_get_width(val) != CBOR_INT_8) {
1172 cbor_int_get_width(val) != CBOR_INT_8) {
H A Dinfo.c117 cbor_int_get_width(item) != CBOR_INT_8) {
289 cbor_int_get_width(key) != CBOR_INT_8) {
H A Drs256.c91 cbor_int_get_width(key) != CBOR_INT_8)
H A Des384.c42 cbor_int_get_width(key) != CBOR_INT_8)
H A Dpin.c275 cbor_int_get_width(key) != CBOR_INT_8 ||
527 cbor_int_get_width(key) != CBOR_INT_8 ||
H A Des256.c44 cbor_int_get_width(key) != CBOR_INT_8)
H A Dlargeblob.c192 cbor_int_get_width(key) != CBOR_INT_8 ||
283 cbor_int_get_width(key) != CBOR_INT_8) {
H A Dassert.c23 cbor_int_get_width(key) != CBOR_INT_8 ||
57 cbor_int_get_width(key) != CBOR_INT_8) {
H A Dcred.c24 cbor_int_get_width(key) != CBOR_INT_8) {
/netbsd-current/external/mit/libcbor/dist/src/
H A Dcbor.c123 switch (cbor_int_get_width(item)) {
246 fprintf(out, "Width: %dB, ", _pow(2, cbor_int_get_width(item)));
252 fprintf(out, "Width: %dB, ", _pow(2, cbor_int_get_width(item)));
/netbsd-current/external/bsd/libfido2/dist/fuzz/
H A Dmutator_aux.c54 cbor_int_get_width(item) != CBOR_INT_64)
84 cbor_int_get_width(item) != CBOR_INT_8)
/netbsd-current/external/bsd/libfido2/dist/tools/
H A Dlargeblob.c462 cbor_int_get_width(v[i].key) != CBOR_INT_8)

Completed in 283 milliseconds