D | psa_constant_names.c | 43 static void append(char **buffer, size_t buffer_size, in append() function 77 append(buffer, buffer_size, required_size, string, length); in append_with_curve() 78 append(buffer, buffer_size, required_size, "(", 1); in append_with_curve() 80 append(buffer, buffer_size, required_size, in append_with_curve() 86 append(buffer, buffer_size, required_size, ")", 1); in append_with_curve() 95 append(buffer, buffer_size, required_size, string, length); in append_with_group() 96 append(buffer, buffer_size, required_size, "(", 1); in append_with_group() 98 append(buffer, buffer_size, required_size, in append_with_group() 104 append(buffer, buffer_size, required_size, ")", 1); in append_with_group() 116 append(buffer, buffer_size, required_size, in append_with_alg()
|