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