Searched refs:cbor_flatten_vector (Results 1 – 7 of 7) sorted by relevance
63 if ((argv[1] = cbor_flatten_vector(paramv, paramc)) == NULL) { in config_tx()
39 cbor_item_t *cbor_flatten_vector(cbor_item_t **, size_t);
374 cbor_flatten_vector(cbor_item_t *argv[], size_t argc) in cbor_flatten_vector() function406 if ((flat = cbor_flatten_vector(argv, argc)) == NULL) in cbor_build_frame()814 if ((param = cbor_flatten_vector(argv, nitems(argv))) == NULL) { in cbor_encode_hmac_secret_param()
97 if ((*param = cbor_flatten_vector(param_cbor, n)) == NULL) { in credman_prepare_hmac()
32 if ((*param = cbor_flatten_vector(argv, argc)) == NULL) { in bio_prepare_hmac()
337 item = cbor_flatten_vector(argv, nitems(argv)); in largeblob_encode()
182 cbor_flatten_vector 14 1 92.86% 21 1 95.24%