Home
last modified time | relevance | path

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

/system/extras/verity/
DBootSignature.java120 ASN1Sequence algId = (ASN1Sequence) sequence.getObjectAt(2); in BootSignature() local
122 (ASN1ObjectIdentifier) algId.getObjectAt(0)); in BootSignature()
154 public void setSignature(byte[] sig, AlgorithmIdentifier algId) { in setSignature() argument
155 algorithmIdentifier = algId; in setSignature()
DUtils.java260 AlgorithmIdentifier algId) throws Exception { in verify() argument
261 String algName = ID_TO_ALG.get(algId.getAlgorithm().getId()); in verify()
264 throw new IllegalArgumentException("Unsupported algorithm " + algId.getAlgorithm()); in verify()