Searched refs:cbor_flatten_vector (Results 1 – 7 of 7) sorted by relevance
65 (argv[1] = cbor_flatten_vector(paramv, paramc)) == NULL) { in config_tx()
40 cbor_item_t *cbor_flatten_vector(cbor_item_t **, size_t);
375 cbor_flatten_vector(cbor_item_t *argv[], size_t argc) in cbor_flatten_vector() function407 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()
98 if ((*param = cbor_flatten_vector(param_cbor, n)) == NULL) { in credman_prepare_hmac()
33 if ((*param = cbor_flatten_vector(argv, argc)) == NULL) { in bio_prepare_hmac()
349 item = cbor_flatten_vector(argv, nitems(argv)); in largeblob_encode()
186 cbor_flatten_vector 14 1 92.86% 16 1 93.75%