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

  /src/external/bsd/libfido2/dist/src/
extern.h 63 int cbor_decode_cred_authdata(const cbor_item_t *, int, fido_blob_t *,
cred.c 37 return (cbor_decode_cred_authdata(val, cred->type,
646 if (cbor_decode_cred_authdata(item, cred->type, &cred->authdata_cbor,
648 fido_log_debug("%s: cbor_decode_cred_authdata", __func__);
687 if (cbor_decode_cred_authdata(item, cred->type, &cred->authdata_cbor,
689 fido_log_debug("%s: cbor_decode_cred_authdata", __func__);
cbor.c 1163 if (cbor_decode_cred_authdata(val, cred->type,
1166 fido_log_debug("%s: cbor_decode_cred_authdata",
1349 cbor_decode_cred_authdata(const cbor_item_t *item, int cose_alg, function

Completed in 16 milliseconds