Home
last modified time | relevance | path

Searched refs:cbor_build_string (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/lib/libcbor/src/cbor/
H A Dstrings.h146 _CBOR_NODISCARD CBOR_EXPORT cbor_item_t *cbor_build_string(const char *val);
H A Dstrings.c41 cbor_item_t *cbor_build_string(const char *val) { in cbor_build_string() function
/openbsd-src/lib/libfido2/src/
H A Dcbor.c234 if ((pair.key = cbor_build_string(key)) == NULL || in cbor_add_bytestring()
263 if ((pair.key = cbor_build_string(key)) == NULL || in cbor_add_string()
264 (pair.value = cbor_build_string(value)) == NULL) { in cbor_add_string()
292 if ((pair.key = cbor_build_string(key)) == NULL || in cbor_add_bool()
321 if ((pair.key = cbor_build_string(key)) == NULL || in cbor_add_uint8()
485 alg.key = cbor_build_string("alg"); in cbor_encode_pubkey_param()
573 if ((entry = cbor_build_string(a->ptr[i])) == NULL || in cbor_encode_str_array()
839 if ((pair.key = cbor_build_string("hmac-secret")) == NULL) { in cbor_encode_hmac_secret_param()
H A Du2f.c433 if ((kv[0].key = cbor_build_string("alg")) == NULL || in encode_cred_attstmt()
440 if ((kv[1].key = cbor_build_string("sig")) == NULL || in encode_cred_attstmt()
447 if ((kv[2].key = cbor_build_string("x5c")) == NULL || in encode_cred_attstmt()
H A Dbio.c292 (argv[1] = cbor_build_string(t->name)) == NULL) { in bio_set_template_name_wait()
H A Dpin.c244 (rpid != NULL && (argv[9] = cbor_build_string(rpid)) == NULL)) { in ctap21_uv_token_tx()
H A Dassert.c100 if ((argv[0] = cbor_build_string(assert->rp_id)) == NULL || in fido_dev_get_assert_tx()