Home
last modified time | relevance | path

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

/apps/lib/
A Dlog.c46 char prefix[80]; in log_with_prefix() local
49 (void)BIO_snprintf(prefix, sizeof(prefix), "%s: ", prog); in log_with_prefix()
50 (void)BIO_set_prefix(pre, prefix); in log_with_prefix()
A Dopt.c554 char *prefix; in opt_number_error() member
563 if (strncmp(v, b[i].prefix, strlen(b[i].prefix)) == 0) { in opt_number_error()
/apps/
A Dlist.c112 static void list_ciphers(const char *prefix) in list_ciphers() argument
123 BIO_printf(bio_out, "%sLegacy:\n", prefix); in list_ciphers()
128 BIO_printf(bio_out, "%sProvided:\n", prefix); in list_ciphers()
197 static void list_digests(const char *prefix) in list_digests() argument
208 BIO_printf(bio_out, "%sLegacy:\n", prefix); in list_digests()
213 BIO_printf(bio_out, "%sProvided:\n", prefix); in list_digests()
A Dcmp.c719 #define CMP_print(bio, level, prefix, msg, a1, a2, a3) \ argument
722 FUNC, OPENSSL_FILE, OPENSSL_LINE, prefix, a1, a2, a3))))

Completed in 17 milliseconds