HomeSort by: relevance | last modified time | path
    Searched refs:cbor_encode_pin_auth (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/libfido2/dist/src/
extern.h 48 cbor_item_t *cbor_encode_pin_auth(const fido_dev_t *, const fido_blob_t *,
pin.c 456 (argv[3] = cbor_encode_pin_auth(dev, ecdh, ppine)) == NULL ||
713 if ((*auth = cbor_encode_pin_auth(dev, token, hmac_data)) == NULL ||
cbor.c 690 cbor_encode_pin_auth(const fido_dev_t *dev, const fido_blob_t *secret, function
827 (argv[2] = cbor_encode_pin_auth(dev, ecdh, enc)) == NULL ||
bio.c 114 (argv[4] = cbor_encode_pin_auth(dev, token, &hmac)) == NULL) {
largeblob.c 525 (argv[4] = cbor_encode_pin_auth(dev, token, hmac)) == NULL ||
527 fido_log_debug("%s: cbor_encode_pin_auth", __func__);

Completed in 70 milliseconds