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

  /src/external/bsd/libfido2/dist/src/
extern.h 68 int cbor_decode_fmt(const cbor_item_t *, char **);
cbor.c 909 cbor_decode_fmt(const cbor_item_t *item, char **fmt) function
1149 if (cbor_decode_fmt(val, &cred->fmt) < 0) {
1150 fido_log_debug("%s: cbor_decode_fmt", __func__);
cred.c 31 return (cbor_decode_fmt(val, &cred->fmt));

Completed in 19 milliseconds