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

/opensolaris-onvv-gate/usr/src/lib/libpkg/common/
H A Dsecurity.c244 * Name: get_fingerprint
256 *get_fingerprint(X509 *cert, const EVP_MD *alg) function
H A Dpkglib.h521 extern char *get_fingerprint(X509 *, const EVP_MD *);
H A Dkeystore.c279 if ((tmp = get_fingerprint(x, EVP_md5())) == NULL) {
283 * make a copy, otherwise the next call to get_fingerprint
289 if ((tmp = get_fingerprint(x, EVP_sha1())) == NULL) {

Completed in 112 milliseconds