Searched refs:test_tx (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/libfido2/dist/fuzz/ |
H A D | fuzz_pcsc.c | 187 test_tx(const char *path, const struct blob *apdu, uint8_t cmd, u_char *rx_buf, in test_tx() function 241 test_tx(p->path, NULL, CTAP_CMD_INIT, buf, uniform_random(20)); in test() 244 test_tx(p->path, &p->tx_apdu, CTAP_CMD_MSG, buf, sizeof(buf)); in test() 247 test_tx(p->path, &p->tx_apdu, CTAP_CMD_CBOR, buf, sizeof(buf)); in test() 250 test_tx(p->path, &p->tx_apdu, CTAP_CMD_LOCK, buf, sizeof(buf)); in test()
|