Searched refs:cbor_build_bool (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/mit/libcbor/dist/examples/
H A Dcreate_items.c18 .value = cbor_move(cbor_build_bool(true))});
/netbsd-current/external/mit/libcbor/dist/src/cbor/
H A Dfloats_ctrls.h122 cbor_item_t *cbor_build_bool(bool value);
H A Dfloats_ctrls.c153 cbor_item_t *cbor_build_bool(bool value) { function
/netbsd-current/external/mit/libcbor/dist/test/
H A Dmemory_allocation_test.c176 WITH_FAILING_MALLOC({ assert_null(cbor_build_bool(false)); });
243 cbor_item_t *value = cbor_build_bool(true);
/netbsd-current/external/bsd/libfido2/dist/src/
H A Dconfig.c170 if (force && (argv[2] = cbor_build_bool(true)) == NULL) {
171 fido_log_debug("%s: cbor_build_bool", __func__);
H A Dcbor.c294 (pair.value = cbor_build_bool(value == FIDO_OPT_TRUE)) == NULL) {
/netbsd-current/external/mit/libcbor/dist/src/cbor/internal/
H A Dbuilder_callbacks.c367 cbor_item_t *res = cbor_build_bool(value);
/netbsd-current/external/bsd/libfido2/dist/fuzz/
H A Dwrap.c510 cbor_build_bool,

Completed in 115 milliseconds