Home
last modified time | relevance | path

Searched refs:build_data (Results 1 – 1 of 1) sorted by relevance

/src/crypto/openssl/apps/
H A Dreq.c66 static int build_data(char *text, const char *def, char *value,
1383 ret = build_data(text, def, value, n_min, n_max, buf, sizeof(buf), in add_DN_object()
1403 ret = build_data(text, def, value, n_min, n_max, buf, sizeof(buf), in add_attribute_object()
1418 static int build_data(char *text, const char *def, char *value, in build_data() function