Searched refs:cbor_add_bytestring (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/libfido2/src/ |
H A D | cbor.c | 227 cbor_add_bytestring(cbor_item_t *item, const char *key, in cbor_add_bytestring() function 460 if ((id->ptr && cbor_add_bytestring(item, "id", id->ptr, id->len) < 0) || in cbor_encode_user_entity() 528 cbor_add_bytestring(cbor_key, "id", pubkey->ptr, pubkey->len) < 0 || in cbor_encode_pubkey() 621 if (cbor_add_bytestring(item, "credBlob", blob->ptr, in cbor_encode_cred_ext()
|
H A D | extern.h | 79 int cbor_add_bytestring(cbor_item_t *, const char *, const unsigned char *,
|
/freebsd/contrib/libfido2/fuzz/ |
H A D | functions.txt | 183 cbor_add_bytestring 14 0 100.00% 21 0 100.00%
|