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

/freebsd-10-stable/crypto/openssl/crypto/x509/
H A Dx509_r2x.c105 if (!X509_sign(ret, pkey, EVP_md5()))
H A Dx_all.c93 int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md) function
H A Dx509.h646 int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md);
/freebsd-10-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_ssl.c143 tt_assert(0 != X509_sign(x509, key, EVP_sha1()));
/freebsd-10-stable/crypto/openssl/apps/
H A Dx509.c1196 if (!X509_sign(x, pkey, digest))
/freebsd-10-stable/contrib/ntp/util/
H A Dntp-keygen.c2073 X509_sign(cert, pkey, md);
/freebsd-10-stable/contrib/ntp/ntpd/
H A Dntp_crypto.c3231 X509_sign(cert, sign_pkey, sign_digest);

Completed in 180 milliseconds