Home
last modified time | relevance | path

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

/freebsd/contrib/libfido2/src/
H A Du2f.c442 cbor_item_t *x5c_cbor = NULL; in encode_cred_attstmt() local
472 (x5c_cbor = fido_blob_encode(x5c)) == NULL || in encode_cred_attstmt()
473 !cbor_array_push(kv[2].value, x5c_cbor) || in encode_cred_attstmt()
489 if (x5c_cbor != NULL) in encode_cred_attstmt()
490 cbor_decref(&x5c_cbor); in encode_cred_attstmt()