Home
last modified time | relevance | path

Searched refs:CBOR_TYPE_STRING (Results 1 – 7 of 7) sorted by relevance

/openbsd/lib/libcbor/src/cbor/
H A Dstrings.c17 .type = CBOR_TYPE_STRING, in cbor_new_definite_string()
27 .type = CBOR_TYPE_STRING, in cbor_new_indefinite_string()
H A Dcommon.c35 return item->type == CBOR_TYPE_STRING; in cbor_isa_string()
107 case CBOR_TYPE_STRING: { in cbor_decref()
H A Ddata.h31 CBOR_TYPE_STRING /** 3 - strings */ enumerator
H A Dserialization.c30 case CBOR_TYPE_STRING: in cbor_serialize()
96 case CBOR_TYPE_STRING: { in cbor_serialized_size()
/openbsd/lib/libcbor/src/
H A Dcbor.c186 case CBOR_TYPE_STRING: in cbor_copy()
332 case CBOR_TYPE_STRING: { in _cbor_nested_describe()
/openbsd/lib/libcbor/src/cbor/internal/
H A Dbuilder_callbacks.c351 case CBOR_TYPE_STRING: in _cbor_is_indefinite()
/openbsd/lib/libfido2/src/
H A Dcbor.c15 item->type == CBOR_TYPE_STRING) in check_key_type()