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

/external/openssl/apps/
H A Dpkcs12.c125 char *macalg = NULL; local
183 else if (!strcmp (*args, "-macalg"))
186 macalg = *args;
322 BIO_printf (bio_err, "-macalg alg digest algorithm used in MAC (default SHA1)\n");
592 if (macalg)
594 macmd = EVP_get_digestbyname(macalg);
598 macalg);

Completed in 57 milliseconds