Searched refs:cbor_decode_attstmt (Results 1 – 5 of 5) sorted by relevance
60 int cbor_decode_attstmt(const cbor_item_t *, fido_attstmt_t *);
41 return (cbor_decode_attstmt(val, &cred->attstmt)); in parse_makecred_reply()723 if (cbor_decode_attstmt(item, &cred->attstmt) < 0) { in fido_cred_set_attstmt()
761 if (cbor_decode_attstmt(val, &cred->attstmt) < 0) {762 fido_log_debug("%s: cbor_decode_attstmt", __func__);
1456 cbor_decode_attstmt(const cbor_item_t *item, fido_attstmt_t *attstmt) in cbor_decode_attstmt() function
205 cbor_decode_attstmt 13 0 100.00% 16 0 100.00%