Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libfido2/dist/fuzz/
H A Dfuzz_pcsc.c27 struct blob tx_apdu; member
56 unpack_blob(v[3], &p->tx_apdu) < 0 || in unpack()
87 (argv[3] = pack_blob(&p->tx_apdu)) == NULL || in pack()
130 dummy.tx_apdu.len = sizeof(dummy_tx_apdu); in pack_dummy()
131 memcpy(&dummy.tx_apdu.body, &dummy_tx_apdu, dummy.tx_apdu.len); in pack_dummy()
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()
262 mutate_blob(&p->tx_apdu); in mutate()