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