Home
last modified time | relevance | path

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

/freebsd/contrib/libfido2/src/
H A Dcbor.c257 cbor_add_string(cbor_item_t *item, const char *key, const char *value) in cbor_add_string() function
441 if ((rp->id && cbor_add_string(item, "id", rp->id) < 0) || in cbor_encode_rp_entity()
442 (rp->name && cbor_add_string(item, "name", rp->name) < 0)) { in cbor_encode_rp_entity()
461 (user->icon && cbor_add_string(item, "icon", user->icon) < 0) || in cbor_encode_user_entity()
462 (user->name && cbor_add_string(item, "name", user->name) < 0) || in cbor_encode_user_entity()
463 (display && cbor_add_string(item, "displayName", display) < 0)) { in cbor_encode_user_entity()
499 cbor_add_string(body, "type", "public-key") < 0 || in cbor_encode_pubkey_param()
529 cbor_add_string(cbor_key, "type", "public-key") < 0) { in cbor_encode_pubkey()
H A Dextern.h81 int cbor_add_string(cbor_item_t *, const char *, const char *);
/freebsd/contrib/libfido2/fuzz/
H A Dfunctions.txt184 cbor_add_string 14 0 100.00% 21 0 100.00%