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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dpkcs12.c501 const EVP_MD *macmd = NULL; local
658 macmd = EVP_get_digestbyname(macalg);
659 if (!macmd) {
665 PKCS12_set_mac(p12, mpass, -1, NULL, 0, maciter, macmd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dpkcs12.c501 const EVP_MD *macmd = NULL; local
658 macmd = EVP_get_digestbyname(macalg);
659 if (!macmd) {
665 PKCS12_set_mac(p12, mpass, -1, NULL, 0, maciter, macmd);

Completed in 59 milliseconds