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

  /src/external/bsd/libfido2/dist/src/
extern.h 69 int cbor_decode_pubkey(const cbor_item_t *, int *, void *);
credman.c 284 if (cbor_decode_pubkey(val, &cred->attcred.type,
cbor.c 1035 cbor_decode_pubkey(const cbor_item_t *item, int *type, void *key) function
1113 if (cbor_decode_pubkey(item, &attcred->type, &attcred->pubkey) < 0) {
1114 fido_log_debug("%s: cbor_decode_pubkey", __func__);

Completed in 120 milliseconds