Lines Matching +defs:buffer +defs:string
55 static void append(char **buffer, size_t buffer_size, in append()
57 const char *string, size_t length) in append()
66 static void append_integer(char **buffer, size_t buffer_size, in append_integer()
81 static void append_with_curve(char **buffer, size_t buffer_size, in append_with_curve()
83 const char *string, size_t length, in append_with_curve()
99 static void append_with_group(char **buffer, size_t buffer_size, in append_with_group()
101 const char *string, size_t length, in append_with_group()
119 static void append_with_alg(char **buffer, size_t buffer_size, in append_with_alg()
136 static int psa_snprint_status(char *buffer, size_t buffer_size, in psa_snprint_status()
153 static int psa_snprint_ecc_curve(char *buffer, size_t buffer_size, in psa_snprint_ecc_curve()
170 static int psa_snprint_dh_group(char *buffer, size_t buffer_size, in psa_snprint_dh_group()
208 char buffer[200]; in process_signed() local
247 char buffer[200]; in process_unsigned() local