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