Searched refs:paddingOverheadBytes (Results 1 – 1 of 1) sorted by relevance
766 int paddingOverheadBytes; in isKeyLongEnoughForSignatureAlgorithm() local768 paddingOverheadBytes = 30; in isKeyLongEnoughForSignatureAlgorithm()771 paddingOverheadBytes = saltSizeBytes + 1; in isKeyLongEnoughForSignatureAlgorithm()776 int minKeySizeBytes = paddingOverheadBytes + (digestOutputSizeBits + 7) / 8 + 1; in isKeyLongEnoughForSignatureAlgorithm()