Home
last modified time | relevance | path

Searched refs:cbor_add_string (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/libfido2/src/
H A Dcbor.c256 cbor_add_string(cbor_item_t *item, const char *key, const char *value) in cbor_add_string() function
440 if ((rp->id && cbor_add_string(item, "id", rp->id) < 0) || in cbor_encode_rp_entity()
441 (rp->name && cbor_add_string(item, "name", rp->name) < 0)) { in cbor_encode_rp_entity()
460 (user->icon && cbor_add_string(item, "icon", user->icon) < 0) || in cbor_encode_user_entity()
461 (user->name && cbor_add_string(item, "name", user->name) < 0) || in cbor_encode_user_entity()
462 (display && cbor_add_string(item, "displayName", display) < 0)) { in cbor_encode_user_entity()
498 cbor_add_string(body, "type", "public-key") < 0 || in cbor_encode_pubkey_param()
528 cbor_add_string(cbor_key, "type", "public-key") < 0) { in cbor_encode_pubkey()
H A Dextern.h77 int cbor_add_string(cbor_item_t *, const char *, const char *);
/freebsd-13.1/contrib/libfido2/fuzz/
H A Dfunctions.txt180 cbor_add_string 14 0 100.00% 26 0 100.00%