OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BootSignature
(Results
1 - 2
of
2
) sorted by null
/system/extras/verity/
verify_boot_signature.c
61
}
BootSignature
;
63
ASN1_SEQUENCE(
BootSignature
) = {
64
ASN1_SIMPLE(
BootSignature
, formatVersion, ASN1_INTEGER),
65
ASN1_SIMPLE(
BootSignature
, certificate, X509),
66
ASN1_SIMPLE(
BootSignature
, algorithmIdentifier, X509_ALGOR),
67
ASN1_SIMPLE(
BootSignature
, authenticatedAttributes, AuthAttrs),
68
ASN1_SIMPLE(
BootSignature
, signature, ASN1_OCTET_STRING)
69
} ASN1_SEQUENCE_END(
BootSignature
)
71
IMPLEMENT_ASN1_FUNCTIONS(
BootSignature
)
86
* Calculates the offset to the beginning of the
BootSignature
bloc
[
all
...]
BootSignature.java
64
public class
BootSignature
extends ASN1Object
81
public
BootSignature
(String target, int length) {
91
public
BootSignature
(byte[] signature)
239
BootSignature
bootsig = new
BootSignature
(target, image.length);
266
BootSignature
bootsig = new
BootSignature
(signature);
289
classes/com.android.verity.
BootSignature
\
Completed in 36 milliseconds