OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cbor_build_string
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/mit/libcbor/dist/examples/
create_items.c
17
.key = cbor_move(
cbor_build_string
("Is CBOR awesome?")),
22
.value = cbor_move(
cbor_build_string
("Is the answer"))});
/src/external/mit/libcbor/dist/src/cbor/
strings.h
136
cbor_item_t *
cbor_build_string
(const char *val);
strings.c
41
cbor_item_t *
cbor_build_string
(const char *val) {
function
/src/external/mit/libcbor/dist/test/
memory_allocation_test.c
139
WITH_FAILING_MALLOC({ assert_null(
cbor_build_string
("Test")); });
140
WITH_MOCK_MALLOC({ assert_null(
cbor_build_string
("Test")); }, 2, MALLOC,
207
cbor_item_t *chunk =
cbor_build_string
("Hello!");
225
cbor_item_t *string =
cbor_build_string
("Hello!");
copy_test.c
87
item =
cbor_build_string
("abc");
96
cbor_string_add_chunk(item, cbor_move(
cbor_build_string
("abc")));
type_3_test.c
225
string =
cbor_build_string
("Hello!");
/src/external/bsd/libfido2/dist/src/
cbor.c
235
if ((pair.key =
cbor_build_string
(key)) == NULL ||
264
if ((pair.key =
cbor_build_string
(key)) == NULL ||
265
(pair.value =
cbor_build_string
(value)) == NULL) {
293
if ((pair.key =
cbor_build_string
(key)) == NULL ||
322
if ((pair.key =
cbor_build_string
(key)) == NULL ||
486
alg.key =
cbor_build_string
("alg");
574
if ((entry =
cbor_build_string
(a->ptr[i])) == NULL ||
840
if ((pair.key =
cbor_build_string
("hmac-secret")) == NULL) {
u2f.c
457
if ((kv[0].key =
cbor_build_string
("alg")) == NULL ||
464
if ((kv[1].key =
cbor_build_string
("sig")) == NULL ||
471
if ((kv[2].key =
cbor_build_string
("x5c")) == NULL ||
pin.c
248
(rpid != NULL && (argv[9] =
cbor_build_string
(rpid)) == NULL)) {
assert.c
105
if ((argv[0] =
cbor_build_string
(assert->rp_id)) == NULL ||
bio.c
311
(argv[1] =
cbor_build_string
(t->name)) == NULL) {
/src/external/bsd/libfido2/dist/fuzz/
wrap.c
494
cbor_build_string
,
/src/external/mit/libcbor/dist/docs/doxygen/search/
functions_1.js
22
['cbor_5fbuild_5fstring',['
cbor_build_string
',['../strings_8c.html#a61a9388aca4fc7ee5355eb92a6d56536',1,'
cbor_build_string
(const char *val): strings.c'],['../strings_8h.html#a61a9388aca4fc7ee5355eb92a6d56536',1,'
cbor_build_string
(const char *val): strings.c']]],
all_3.js
27
['cbor_5fbuild_5fstring',['
cbor_build_string
',['../strings_8c.html#a61a9388aca4fc7ee5355eb92a6d56536',1,'
cbor_build_string
(const char *val): strings.c'],['../strings_8h.html#a61a9388aca4fc7ee5355eb92a6d56536',1,'
cbor_build_string
(const char *val): strings.c']]],
/src/external/bsd/libfido2/dist/regress/
cred.c
2903
assert((tmp =
cbor_build_string
(key)) != NULL);
2920
push_kv(map, "fmt",
cbor_build_string
("tpm"));
Completed in 25 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026