Searched refs:cbor_add_bytestring (Results 1 – 2 of 2) sorted by relevance
/openbsd/lib/libfido2/src/ |
H A D | cbor.c | 226 cbor_add_bytestring(cbor_item_t *item, const char *key, in cbor_add_bytestring() function 459 if ((id->ptr && cbor_add_bytestring(item, "id", id->ptr, id->len) < 0) || in cbor_encode_user_entity() 527 cbor_add_bytestring(cbor_key, "id", pubkey->ptr, pubkey->len) < 0 || in cbor_encode_pubkey() 620 if (cbor_add_bytestring(item, "credBlob", blob->ptr, in cbor_encode_cred_ext()
|
H A D | extern.h | 76 int cbor_add_bytestring(cbor_item_t *, const char *, const unsigned char *,
|