Searched refs:paddingOverheadBytes (Results 1 – 1 of 1) sorted by relevance
1020 int paddingOverheadBytes; in isKeyLongEnoughForSignatureAlgorithm() local1022 paddingOverheadBytes = 30; in isKeyLongEnoughForSignatureAlgorithm()1025 paddingOverheadBytes = saltSizeBytes + 1; in isKeyLongEnoughForSignatureAlgorithm()1030 int minKeySizeBytes = paddingOverheadBytes + (digestOutputSizeBits + 7) / 8 + 1; in isKeyLongEnoughForSignatureAlgorithm()