Searched refs:paddingOverheadBytes (Results 1 – 1 of 1) sorted by relevance
744 int paddingOverheadBytes; in isKeyLongEnoughForSignatureAlgorithm() local746 paddingOverheadBytes = 30; in isKeyLongEnoughForSignatureAlgorithm()749 paddingOverheadBytes = saltSizeBytes + 1; in isKeyLongEnoughForSignatureAlgorithm()754 int minKeySizeBytes = paddingOverheadBytes + (digestOutputSizeBits + 7) / 8 + 1; in isKeyLongEnoughForSignatureAlgorithm()