HomeSort by: relevance | last modified time | path
    Searched defs:cbor_key (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/libfido2/dist/src/
cbor.c 525 cbor_item_t *cbor_key = NULL; local
527 if ((cbor_key = cbor_new_definite_map(2)) == NULL ||
528 cbor_add_bytestring(cbor_key, "id", pubkey->ptr, pubkey->len) < 0 ||
529 cbor_add_string(cbor_key, "type", "public-key") < 0) {
530 if (cbor_key)
531 cbor_decref(&cbor_key);
535 return (cbor_key);

Completed in 51 milliseconds