D | psa_constant_names.c | 55 static void append(char **buffer, size_t buffer_size, in append() function 87 append(buffer, buffer_size, required_size, string, length); in append_with_curve() 88 append(buffer, buffer_size, required_size, "(", 1); in append_with_curve() 90 append(buffer, buffer_size, required_size, in append_with_curve() 96 append(buffer, buffer_size, required_size, ")", 1); in append_with_curve() 105 append(buffer, buffer_size, required_size, string, length); in append_with_group() 106 append(buffer, buffer_size, required_size, "(", 1); in append_with_group() 108 append(buffer, buffer_size, required_size, in append_with_group() 114 append(buffer, buffer_size, required_size, ")", 1); in append_with_group() 126 append(buffer, buffer_size, required_size, in append_with_alg()
|