HomeSort by relevance Sort by last modified time
    Searched refs:leftPadWithZeroBytes (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/keystore/src/android/keystore/cts/
ECDSASignatureTest.java 108 byte[] fullLengthMessage = TestUtils.leftPadWithZeroBytes(message, keySizeBits / 8);
CipherTest.java 409 expectedPlaintext = TestUtils.leftPadWithZeroBytes(
496 expectedPlaintext = TestUtils.leftPadWithZeroBytes(
550 expectedPlaintext = TestUtils.leftPadWithZeroBytes(
    [all...]
RSACipherTest.java 57 byte[] expectedOutput = TestUtils.leftPadWithZeroBytes(input, modulusSizeBytes);
TestUtils.java 607 static byte[] leftPadWithZeroBytes(byte[] array, int length) {
    [all...]

Completed in 77 milliseconds