Searched defs:salt (Results 1 – 3 of 3) sorted by relevance
61 private static void expectRootHash(String inputResource, byte[] salt, String expectedRootHash) in expectRootHash()66 private static String generateRootHash(String inputResource, byte[] salt) throws IOException { in generateRootHash()
39 public final byte[] salt; // used exactly as in fs-verity, 32 bytes max field in V4Signature.HashingInfo42 HashingInfo(int hashAlgorithm, byte log2BlockSize, byte[] salt, byte[] rawRootHash) { in HashingInfo()
86 public VerityTreeBuilder(byte[] salt) throws NoSuchAlgorithmException { in VerityTreeBuilder()