Home
last modified time | relevance | path

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

/freebsd/contrib/libfido2/src/
H A Dconfig.c65 (argv[1] = cbor_flatten_vector(paramv, paramc)) == NULL) { in config_tx()
H A Dextern.h40 cbor_item_t *cbor_flatten_vector(cbor_item_t **, size_t);
H A Dcbor.c375 cbor_flatten_vector(cbor_item_t *argv[], size_t argc) in cbor_flatten_vector() function
407 if ((flat = cbor_flatten_vector(argv, argc)) == NULL) in cbor_build_frame()
834 if ((param = cbor_flatten_vector(argv, nitems(argv))) == NULL) { in cbor_encode_hmac_secret_param()
H A Dcredman.c98 if ((*param = cbor_flatten_vector(param_cbor, n)) == NULL) { in credman_prepare_hmac()
H A Dbio.c33 if ((*param = cbor_flatten_vector(argv, argc)) == NULL) { in bio_prepare_hmac()
H A Dlargeblob.c349 item = cbor_flatten_vector(argv, nitems(argv)); in largeblob_encode()
/freebsd/contrib/libfido2/fuzz/
H A Dfunctions.txt186 cbor_flatten_vector 14 1 92.86% 16 1 93.75%