HomeSort by relevance Sort by last modified time
    Searched full:npad (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/test/java/libcore/io/
StrictLineReaderTest.java 69 "ffers\npad......................\n" +
75 "\npad...........................\n" +
  /external/boringssl/src/ssl/
s3_enc.c 356 int npad, n; local
392 npad = (48 / n) * n;
397 EVP_DigestUpdate(&ctx, ssl3_pad_1, npad);
406 EVP_DigestUpdate(&ctx, ssl3_pad_2, npad);

Completed in 176 milliseconds