Searched refs:cbor_array_push (Results 1 – 6 of 6) sorted by relevance
/openbsd/lib/libcbor/src/cbor/ |
H A D | arrays.c | 28 return cbor_array_push(item, value); in cbor_array_set() 44 bool cbor_array_push(cbor_item_t *array, cbor_item_t *pushee) { in cbor_array_push() function
|
H A D | arrays.h | 122 CBOR_EXPORT bool cbor_array_push(cbor_item_t* array, cbor_item_t* pushee);
|
/openbsd/lib/libfido2/src/ |
H A D | cbor.c | 499 cbor_array_push(item, body) == false) in cbor_encode_pubkey_param() 548 cbor_array_push(array, key) == false) in cbor_encode_pubkey_list() 574 cbor_array_push(array, entry) == false) in cbor_encode_str_array() 1646 if (cbor_array_push(ret, v[i]) == 0) { in cbor_array_append() 1651 if (cbor_array_push(ret, item) == 0) { in cbor_array_append() 1672 if (i != idx && cbor_array_push(ret, v[i]) == 0) { in cbor_array_drop()
|
H A D | u2f.c | 450 !cbor_array_push(kv[2].value, x5c_cbor) || in encode_cred_attstmt()
|
/openbsd/lib/libcbor/src/cbor/internal/ |
H A D | builder_callbacks.c | 44 if (!cbor_array_push(ctx->stack->top->item, item)) { in _cbor_builder_append() 58 if (!cbor_array_push(ctx->stack->top->item, item)) { in _cbor_builder_append()
|
/openbsd/lib/libcbor/src/ |
H A D | cbor.c | 229 if (!cbor_array_push(res, entry_copy)) { in cbor_copy()
|