OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BootSignature
(Results
1 - 7
of
7
) sorted by null
/system/extras/verity/
boot_signer
8
java -Xmx512M -jar "$BOOTSIGNER_HOME"/framework/
BootSignature
.jar "$@
verify_boot_signature.c
62
}
BootSignature
;
64
ASN1_SEQUENCE(
BootSignature
) = {
65
ASN1_SIMPLE(
BootSignature
, formatVersion, ASN1_INTEGER),
66
ASN1_SIMPLE(
BootSignature
, certificate, X509),
67
ASN1_SIMPLE(
BootSignature
, algorithmIdentifier, X509_ALGOR),
68
ASN1_SIMPLE(
BootSignature
, authenticatedAttributes, AuthAttrs),
69
ASN1_SIMPLE(
BootSignature
, signature, ASN1_OCTET_STRING)
70
} ASN1_SEQUENCE_END(
BootSignature
)
72
IMPLEMENT_ASN1_FUNCTIONS(
BootSignature
)
87
* Calculates the offset to the beginning of the
BootSignature
bloc
[
all
...]
Android.mk
33
LOCAL_SRC_FILES :=
BootSignature
.java VeritySigner.java Utils.java
34
LOCAL_MODULE :=
BootSignature
35
LOCAL_JAR_MANIFEST :=
BootSignature
.mf
76
LOCAL_REQUIRED_MODULES :=
BootSignature
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
\
/external/syslinux/libinstaller/
fs.c
97
if (get_8(§buf->bs16.
BootSignature
) == 0x29) {
117
* Moving the FileSysType and
BootSignature
was a lovely stroke
120
if (get_8(§buf->bs32.
BootSignature
) != 0x29 ||
syslxint.h
243
uint8_t
BootSignature
;
259
uint8_t
BootSignature
;
/build/make/core/
Makefile
[
all
...]
Completed in 1294 milliseconds