Home
last modified time | relevance | path

Searched refs:cbor_parse_reply (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/libfido2/src/
H A Dcredman.c221 if ((r = cbor_parse_reply(msg, (size_t)msglen, metadata, in credman_rx_metadata()
356 if ((r = cbor_parse_reply(msg, (size_t)msglen, rk, in credman_rx_rk()
369 if ((r = cbor_parse_reply(msg, (size_t)msglen, &rk->ptr[0], in credman_rx_rk()
409 if ((r = cbor_parse_reply(msg, (size_t)msglen, &rk->ptr[rk->n_rx], in credman_rx_next_rk()
584 if ((r = cbor_parse_reply(msg, (size_t)msglen, rp, in credman_rx_rp()
597 if ((r = cbor_parse_reply(msg, (size_t)msglen, &rp->ptr[0], in credman_rx_rp()
637 if ((r = cbor_parse_reply(msg, (size_t)msglen, &rp->ptr[rp->n_rx], in credman_rx_next_rp()
H A Dbio.c254 if ((r = cbor_parse_reply(msg, (size_t)msglen, ta, in bio_rx_template_array()
418 if ((r = cbor_parse_reply(msg, (size_t)msglen, e, in bio_rx_enroll_begin()
424 if ((r = cbor_parse_reply(msg, (size_t)msglen, &t->id, in bio_rx_enroll_begin()
528 if ((r = cbor_parse_reply(msg, (size_t)msglen, e, in bio_rx_enroll_continue()
703 if ((r = cbor_parse_reply(msg, (size_t)msglen, i, in bio_rx_info()
H A Dauthkey.c84 r = cbor_parse_reply(msg, (size_t)msglen, authkey, parse_authkey); in fido_dev_authkey_rx()
H A Dpin.c309 if ((r = cbor_parse_reply(msg, (size_t)msglen, aes_token, in uv_token_rx()
606 if ((r = cbor_parse_reply(msg, (size_t)msglen, retries, in fido_dev_get_pin_retry_count_rx()
659 if ((r = cbor_parse_reply(msg, (size_t)msglen, retries, in fido_dev_get_uv_retry_count_rx()
H A Dassert.c194 if ((r = cbor_parse_reply(msg, (size_t)msglen, assert, in fido_dev_get_assert_rx()
201 if ((r = cbor_parse_reply(msg, (size_t)msglen, &assert->stmt[0], in fido_dev_get_assert_rx()
254 if ((r = cbor_parse_reply(msg, (size_t)msglen, in fido_get_next_assert_rx()
H A Dextern.h89 int cbor_parse_reply(const unsigned char *, size_t, void *,
H A Dinfo.c384 r = cbor_parse_reply(msg, (size_t)msglen, ci, parse_reply_element); in fido_dev_get_cbor_info_rx()
H A Dlargeblob.c222 if ((r = cbor_parse_reply(msg, (size_t)msglen, *chunk, in largeblob_get_rx()
H A Dcred.c160 if ((r = cbor_parse_reply(reply, (size_t)reply_len, cred, in fido_dev_make_cred_rx()
H A Dcbor.c121 cbor_parse_reply(const unsigned char *blob, size_t blob_len, void *arg, in cbor_parse_reply() function
/freebsd/contrib/libfido2/fuzz/
H A Dfunctions.txt179 cbor_parse_reply 27 0 100.00% 36 0 100.00%