Searched refs:padCount (Results 1 – 10 of 10) sorted by relevance
82 int padCount = 3*(paddedWidth - width); in main() local87 memset(rfbScreen->frameBuffer+3*paddedWidth*(j+1)-padCount, in main()88 0,padCount); in main()
46 public int padCount(byte[] in) in padCount() method
56 public int padCount(byte[] in) in padCount() method in ZeroBytePadding
60 public int padCount(byte[] in) in padCount() method in ISO7816d4Padding
67 public int padCount(byte[] in) in padCount() method in ISO10126d2Padding
68 public int padCount(byte[] in) in padCount() method in X923Padding
76 public int padCount(byte[] in) in padCount() method in TBCPadding
56 public int padCount(byte[] in) in padCount() method in PKCS7Padding
287 resultLen -= padding.padCount(buf); in doFinal()
1698 for (int p = 0, padCount = 3 - (ip & 3); p < padCount; ++ p) out.write (0); in emit()1750 for (int p = 0, padCount = 3 - (ip & 3); p < padCount; ++ p) out.write (0); in emit()