Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dx509.c777 const EVP_MD *fdig = digest; in x509_main() local
779 if (fdig == NULL) in x509_main()
780 fdig = EVP_sha1(); in x509_main()
782 if (!X509_digest(x, fdig, md, &n)) { in x509_main()
787 OBJ_nid2sn(EVP_MD_type(fdig))); in x509_main()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dx509.c1001 EVP_MD *fdig; in x509_main() local
1007 if ((fdig = EVP_MD_fetch(app_get0_libctx(), fdigname, in x509_main()
1012 digres = X509_digest(x, fdig, md, &n); in x509_main()
1013 EVP_MD_free(fdig); in x509_main()