Searched refs:cbor_parse_reply (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/libfido2/src/ |
H A D | credman.c | 221 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 D | bio.c | 254 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 D | authkey.c | 84 r = cbor_parse_reply(msg, (size_t)msglen, authkey, parse_authkey); in fido_dev_authkey_rx()
|
H A D | pin.c | 309 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 D | assert.c | 194 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 D | extern.h | 89 int cbor_parse_reply(const unsigned char *, size_t, void *,
|
H A D | info.c | 384 r = cbor_parse_reply(msg, (size_t)msglen, ci, parse_reply_element); in fido_dev_get_cbor_info_rx()
|
H A D | largeblob.c | 222 if ((r = cbor_parse_reply(msg, (size_t)msglen, *chunk, in largeblob_get_rx()
|
H A D | cred.c | 160 if ((r = cbor_parse_reply(reply, (size_t)reply_len, cred, in fido_dev_make_cred_rx()
|
H A D | cbor.c | 121 cbor_parse_reply(const unsigned char *blob, size_t blob_len, void *arg, in cbor_parse_reply() function
|
/freebsd/contrib/libfido2/fuzz/ |
H A D | functions.txt | 179 cbor_parse_reply 27 0 100.00% 36 0 100.00%
|