Searched defs:hashAlgorithm (Results 1 – 4 of 4) sorted by relevance
57 private byte hashAlgorithm; field in FsVerityInfoSegment71 public FsVerityInfoSegment(byte version, byte hashAlgorithm, byte log2BlockSize) { in FsVerityInfoSegment()84 …public FsVerityInfoSegment(int magic, byte version, byte hashAlgorithm, byte log2BlockSize, byte[]… in FsVerityInfoSegment()
29 private final String hashAlgorithm; field in FsVerityHashAlgorithm33 FsVerityHashAlgorithm(byte id, String hashAlgorithm, int outputByteSize) { in FsVerityHashAlgorithm()
97 private byte hashAlgorithm; field in FsVerityDescriptor260 private byte hashAlgorithm; field in FsVerityDescriptor.Builder288 public Builder setHashAlgorithm(byte hashAlgorithm) { in setHashAlgorithm()
118 ContentDigestAlgorithm hashAlgorithm = signAlgorithm.getContentDigestAlgorithm(); in createSignInfo() local