Home
last modified time | relevance | path

Searched refs:cbor_decode_pubkey (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/libfido2/src/
H A Dextern.h68 int cbor_decode_pubkey(const cbor_item_t *, int *, void *);
H A Dcbor.c1035 cbor_decode_pubkey(const cbor_item_t *item, int *type, void *key) in cbor_decode_pubkey() function
1113 if (cbor_decode_pubkey(item, &attcred->type, &attcred->pubkey) < 0) { in decode_attcred()
H A Dcredman.c275 if (cbor_decode_pubkey(val, &cred->attcred.type, in credman_parse_rk()
/freebsd/contrib/libfido2/fuzz/
H A Dfunctions.txt202 cbor_decode_pubkey 26 1 96.15% 36 2 94.44%