Searched refs:paddingOverheadBytes (Results 1 – 1 of 1) sorted by relevance
807 int paddingOverheadBytes; in isKeyLongEnoughForSignatureAlgorithm() local809 paddingOverheadBytes = 30; in isKeyLongEnoughForSignatureAlgorithm()812 paddingOverheadBytes = saltSizeBytes + 1; in isKeyLongEnoughForSignatureAlgorithm()817 int minKeySizeBytes = paddingOverheadBytes + (digestOutputSizeBits + 7) / 8 + 1; in isKeyLongEnoughForSignatureAlgorithm()