Searched refs:returnstring (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/syslogd/
H A Dtls.c313 * returnstring will be allocated and should be free()d by the caller
316 * return value and non-NULL *returnstring indicate success
319 get_fingerprint(const X509 *cert, char **returnstring, const char *alg_name) argument
353 cert, returnstring, alg_name);
354 *returnstring = NULL;
383 MALLOC(*returnstring, memsize);
384 (void)strlcpy(*returnstring, alg_name, memsize);
385 (void)strlcat(*returnstring, ":", memsize);
390 (void)strlcat(*returnstring, fp_val, memsize);
396 * gets first CN from cert in returnstring (ha
400 get_commonname(X509 *cert, char **returnstring) argument
[all...]

Completed in 105 milliseconds