Searched refs:setSaltLength (Results 1 – 1 of 1) sorted by relevance
462 static CertUtilsError setSaltLength(RSA_PSS_PARAMS* pss_params, unsigned length) { in setSaltLength() function501 if (auto error = setSaltLength(pss.get(), EVP_MD_size(md))) { in buildRsaPssParameter()