Home
last modified time | relevance | path

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

/aosp12/system/extras/verity/
H A DBootSignature.java120 ASN1Sequence algId = (ASN1Sequence) sequence.getObjectAt(2); in BootSignature() local
154 public void setSignature(byte[] sig, AlgorithmIdentifier algId) { in setSignature()
H A DUtils.java260 AlgorithmIdentifier algId) throws Exception { in verify()