Searched refs:saltSizeBytes (Results 1 – 1 of 1) sorted by relevance
867 int saltSizeBytes = (digestOutputSizeBits + 7) / 8; in isKeyLongEnoughForSignatureAlgorithm() local868 paddingOverheadBytes = saltSizeBytes + 1; in isKeyLongEnoughForSignatureAlgorithm()