Home
last modified time | relevance | path

Searched refs:fsd (Results 1 – 1 of 1) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/
DElfSignBlock.java189 FsVerityDescriptor fsd = FsVerityDescriptor.fromByteArray(fsdArray); in fromByteArray() local
190 if (inFsdLength != fsd.getSignSize() + FsVerityDescriptor.DESCRIPTOR_SIZE) { in fromByteArray()
196 fsd, inSignature); in fromByteArray()