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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A Ddigest.c152 const EVP_MD *fipsmd; local
154 fipsmd = evp_get_fips_md(type);
155 if (fipsmd)
156 type = fipsmd;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/hmac/
H A Dhmac.c77 const EVP_MD *fipsmd; local
79 fipsmd = FIPS_get_digestbynid(EVP_MD_type(md));
80 if (fipsmd)
81 md = fipsmd;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A Ddigest.c152 const EVP_MD *fipsmd; local
154 fipsmd = evp_get_fips_md(type);
155 if (fipsmd)
156 type = fipsmd;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/hmac/
H A Dhmac.c77 const EVP_MD *fipsmd; local
79 fipsmd = FIPS_get_digestbynid(EVP_MD_type(md));
80 if (fipsmd)
81 md = fipsmd;

Completed in 60 milliseconds