Searched refs:cbor_add_string (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/libfido2/src/ |
H A D | cbor.c | 257 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 D | extern.h | 81 int cbor_add_string(cbor_item_t *, const char *, const char *);
|
/freebsd/contrib/libfido2/fuzz/ |
H A D | functions.txt | 184 cbor_add_string 14 0 100.00% 21 0 100.00%
|