HomeSort by: relevance | last modified time | path
    Searched refs:cbor_map_add (Results 1 - 14 of 14) sorted by relevancy

  /src/external/mit/libcbor/dist/examples/
create_items.c 15 cbor_map_add(root, function
19 cbor_map_add(root, function
  /src/external/mit/libcbor/dist/src/cbor/
maps.h 61 bool cbor_map_add(cbor_item_t *item, struct cbor_pair pair);
maps.c 107 bool cbor_map_add(cbor_item_t *item, struct cbor_pair pair) { function
  /src/external/bsd/libfido2/dist/src/
es256.c 86 !cbor_map_add(item, argv[0]))
103 !cbor_map_add(item, argv[1]))
109 !cbor_map_add(item, argv[2]))
115 sizeof(pk->x))) == NULL || !cbor_map_add(item, argv[3]))
121 sizeof(pk->y))) == NULL || !cbor_map_add(item, argv[4]))
cbor.c 241 if (!cbor_map_add(item, pair)) {
242 fido_log_debug("%s: cbor_map_add", __func__);
270 if (!cbor_map_add(item, pair)) {
271 fido_log_debug("%s: cbor_map_add", __func__);
299 if (!cbor_map_add(item, pair)) {
300 fido_log_debug("%s: cbor_map_add", __func__);
328 if (!cbor_map_add(item, pair)) {
329 fido_log_debug("%s: cbor_map_add", __func__);
361 if (!cbor_map_add(item, pair)) {
362 fido_log_debug("%s: cbor_map_add", __func__)
    [all...]
u2f.c 459 !cbor_map_add(item, kv[0])) {
466 !cbor_map_add(item, kv[1])) {
475 !cbor_map_add(item, kv[2])) {
  /src/external/mit/libcbor/dist/test/
cbor_serialize_test.c 197 cbor_map_add(item, (struct cbor_pair){.key = one, .value = two}); function
198 cbor_map_add(item, (struct cbor_pair){.key = two, .value = one}); function
213 assert_true(cbor_map_add(item, (struct cbor_pair){.key = one, .value = two})); function
214 assert_true(cbor_map_add(item, (struct cbor_pair){.key = two, .value = one})); function
copy_test.c 130 cbor_map_add(item, (struct cbor_pair){ function
143 cbor_map_add(item, (struct cbor_pair){ function
memory_allocation_test.c 246 cbor_map_add(map, (struct cbor_pair){.key = key, .value = value}));
  /src/external/mit/libcbor/dist/src/
cbor.c 210 cbor_map_add(res, (struct cbor_pair){ function
  /src/external/bsd/libfido2/dist/fuzz/
wrap.c 598 cbor_map_add,
  /src/external/mit/libcbor/dist/docs/doxygen/search/
functions_1.js 120 ['cbor_5fmap_5fadd',['cbor_map_add',['../maps_8c.html#af077a30d8258ab02307c24af28036fca',1,'cbor_map_add(cbor_item_t *item, struct cbor_pair pair): maps.c'],['../maps_8h.html#af077a30d8258ab02307c24af28036fca',1,'cbor_map_add(cbor_item_t *item, struct cbor_pair pair): maps.c']]],
all_3.js 170 ['cbor_5fmap_5fadd',['cbor_map_add',['../maps_8c.html#af077a30d8258ab02307c24af28036fca',1,'cbor_map_add(cbor_item_t *item, struct cbor_pair pair): maps.c'],['../maps_8h.html#af077a30d8258ab02307c24af28036fca',1,'cbor_map_add(cbor_item_t *item, struct cbor_pair pair): maps.c']]],
  /src/external/bsd/libfido2/dist/regress/
cred.c 2907 assert(cbor_map_add(map, kv));

Completed in 52 milliseconds