Home | History | Annotate | Download | only in crypto

Lines Matching defs:PADDING

66  * padding scheme.
71 * <li>"<i>algorithm/mode/padding</i>" or
77 * provider-specific default values for the mode and padding scheme are used).
742 * index 2: padding component (e.g., PKCS5Padding)
796 * contains a padding scheme that is not available.
838 * contains a padding scheme that is not available.
887 * contains a padding scheme that is not available.
1016 * previous <code>update</code> call, padding, and AEAD tagging.
1116 * <p>If this cipher (including its underlying feedback or padding scheme)
1169 * <p>If this cipher (including its underlying feedback or padding scheme)
1233 * <p>If this cipher (including its underlying feedback or padding scheme)
1294 * <p>If this cipher (including its underlying feedback or padding scheme)
1359 * <p>If this cipher (including its underlying feedback or padding scheme)
1420 * <p>If this cipher (including its underlying feedback or padding scheme)
1493 * <p>If this cipher (including its underlying feedback or padding scheme)
1563 * <p>If this cipher (including its underlying feedback or padding scheme)
1902 * <code>update</code> operation is processed, with padding (if requested)
1923 * no padding has been requested (only in encryption mode), and the total
1928 * and (un)padding has been requested, but the decrypted data is not
1929 * bounded by the appropriate padding bytes
1947 * <code>update</code> operation is processed, with padding (if requested)
1979 * no padding has been requested (only in encryption mode), and the total
1986 * and (un)padding has been requested, but the decrypted data is not
1987 * bounded by the appropriate padding bytes
2013 * are processed, with padding (if requested) being applied.
2035 * no padding has been requested (only in encryption mode), and the total
2040 * and (un)padding has been requested, but the decrypted data is not
2041 * bounded by the appropriate padding bytes
2067 * operation, are processed, with padding (if requested) being applied.
2092 * no padding has been requested (only in encryption mode), and the total
2097 * and (un)padding has been requested, but the decrypted data is not
2098 * bounded by the appropriate padding bytes
2125 * operation, are processed, with padding (if requested) being applied.
2162 * no padding has been requested (only in encryption mode), and the total
2169 * and (un)padding has been requested, but the decrypted data is not
2170 * bounded by the appropriate padding bytes
2200 * <code>update</code> operation, are processed, with padding
2241 * no padding has been requested (only in encryption mode), and the total
2248 * and (un)padding has been requested, but the decrypted data is not
2249 * bounded by the appropriate padding bytes
2319 * no padding has been requested (only in encryption mode), and the total
2326 * and (un)padding has been requested, but the decrypted data is not
2327 * bounded by the appropriate padding bytes
2365 * cipher, no padding has been requested, and the length of the
2483 * "algorithm/mode/padding".
2516 * "algorithm/mode/padding".
2692 NONE, MODE, PADDING, BOTH,
2832 * <li><code>[cipher]/[mode]/[padding]</code>
2834 * <li><code>[cipher]//[padding]</code>
2852 NeedToSet.PADDING));
2961 if (((type == NeedToSet.PADDING) || (type == NeedToSet.BOTH))