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

  /src/external/bsd/libfido2/dist/src/
cbor.c 201 cbor_string_copy(const cbor_item_t *item, char **str) function
913 if (cbor_string_copy(item, &type) < 0) {
914 fido_log_debug("%s: cbor_string_copy", __func__);
1142 if (cbor_string_copy(key, &name) < 0) {
1200 if (cbor_string_copy(key, &type) < 0) {
1288 if (cbor_string_copy(key, &type) < 0) {
1497 if (cbor_string_copy(key, &name) < 0) {
1588 if (cbor_string_copy(key, &name) < 0) {
1627 if (cbor_string_copy(key, &name) < 0) {
1634 if (cbor_string_copy(val, &user->icon) < 0)
    [all...]

Completed in 20 milliseconds