Searched refs:codeSigning (Results 1 – 2 of 2) sorted by relevance
250 CodeSigning codeSigning = new CodeSigning(signerConfig); in generateCodeSignByte() local253 byte[] codesignData = codeSigning.getElfCodeSignBlock(new File(inputFile), offset, in generateCodeSignByte()
397 CodeSigning codeSigning = new CodeSigning(signerConfig); in appendCodeSignBlock() local398 …byte[] codeSignArray = codeSigning.getCodeSignBlock(tmpOutput, codeSignOffset, suffix, profileCont… in appendCodeSignBlock()