Searched refs:CBOR_TYPE_UINT (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/lib/libcbor/src/cbor/
H A Dints.c80 item->type = CBOR_TYPE_UINT;
94 .type = CBOR_TYPE_UINT};
104 .type = CBOR_TYPE_UINT};
114 .type = CBOR_TYPE_UINT};
124 .type = CBOR_TYPE_UINT};
H A Dcommon.c23 return item->type == CBOR_TYPE_UINT;
88 case CBOR_TYPE_UINT:
H A Ddata.h25 CBOR_TYPE_UINT /** 0 - positive integers */ enumerator in enum:cbor_type
57 /** Possible widths of #CBOR_TYPE_UINT items */
H A Dserialization.c24 case CBOR_TYPE_UINT:
64 case CBOR_TYPE_UINT:
/openbsd-current/lib/libcbor/src/
H A Dcbor.c156 case CBOR_TYPE_UINT:
307 case CBOR_TYPE_UINT: {
308 fprintf(out, "%*s[CBOR_TYPE_UINT] ", indent, " ");
/openbsd-current/lib/libfido2/src/
H A Dcbor.c14 if (item->type == CBOR_TYPE_UINT || item->type == CBOR_TYPE_NEGINT ||
42 if (curr->type == CBOR_TYPE_UINT || curr->type == CBOR_TYPE_NEGINT) {

Completed in 207 milliseconds