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

  /src/external/bsd/libfido2/dist/src/
extern.h 52 cbor_item_t *cbor_encode_pubkey_list(const fido_blob_array_t *);
assert.c 115 if ((argv[2] = cbor_encode_pubkey_list(cl)) == NULL) {
116 fido_log_debug("%s: cbor_encode_pubkey_list", __func__);
cred.c 85 if ((argv[4] = cbor_encode_pubkey_list(&cred->excl)) == NULL) {
86 fido_log_debug("%s: cbor_encode_pubkey_list", __func__);
cbor.c 539 cbor_encode_pubkey_list(const fido_blob_array_t *list) function

Completed in 54 milliseconds