Searched refs:cbor_encode_pin_auth (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/lib/libfido2/src/ |
| H A D | extern.h | 47 cbor_item_t *cbor_encode_pin_auth(const fido_dev_t *, const fido_blob_t *,
|
| H A D | pin.c | 447 (argv[3] = cbor_encode_pin_auth(dev, ecdh, ppine)) == NULL || in fido_dev_set_pin_tx() 686 if ((*auth = cbor_encode_pin_auth(dev, token, hmac_data)) == NULL || in cbor_add_uv_params()
|
| H A D | cbor.c | 689 cbor_encode_pin_auth(const fido_dev_t *dev, const fido_blob_t *secret, in cbor_encode_pin_auth() function 826 (argv[2] = cbor_encode_pin_auth(dev, ecdh, enc)) == NULL || in cbor_encode_hmac_secret_param()
|
| H A D | bio.c | 104 (argv[4] = cbor_encode_pin_auth(dev, token, &hmac)) == NULL) { in bio_tx()
|
| H A D | largeblob.c | 513 (argv[4] = cbor_encode_pin_auth(dev, token, hmac)) == NULL || in largeblob_set_tx()
|