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

  /src/external/bsd/libfido2/dist/src/
extern.h 51 cbor_item_t *cbor_encode_pubkey(const fido_blob_t *);
credman.c 78 if ((param_cbor[1] = cbor_encode_pubkey(body)) == NULL) {
86 param_cbor[1] = cbor_encode_pubkey(&cred->attcred.id);
cbor.c 523 cbor_encode_pubkey(const fido_blob_t *pubkey) function
548 if ((key = cbor_encode_pubkey(&list->ptr[i])) == NULL ||

Completed in 81 milliseconds