Searched refs:certificate (Results 1 – 11 of 11) sorted by relevance
/build/make/core/ |
D | dpi_specific_apk.mk | 27 $(built_dpi_apk): PRIVATE_CERTIFICATE := $(certificate) 44 $(built_dpi_apk) : $(private_key) $(certificate) $(SIGNAPK_JAR) 73 PACKAGES.$(dpi_apk_name).CERTIFICATE := $(certificate)
|
D | app_certificate_validate.mk | 7 … $(call pretty-error,The module in product partition cannot be signed with certificate in system.))
|
D | package_internal.mk | 545 certificate := $(LOCAL_CERTIFICATE).x509.pem 548 $(LOCAL_BUILT_MODULE): $(private_key) $(certificate) $(SIGNAPK_JAR) 550 $(LOCAL_BUILT_MODULE): PRIVATE_CERTIFICATE := $(certificate) 553 PACKAGES.$(LOCAL_PACKAGE_NAME).CERTIFICATE := $(certificate) 746 $(built_apk_splits): PRIVATE_CERTIFICATE := $(certificate)
|
D | product_config.mk | 319 only 1 certificate is allowed.)
|
/build/soong/java/ |
D | app.go | 104 certificate Certificate member 315 a.certificate = certificateDeps[0] 319 a.certificate = Certificate{ 325 a.certificate = Certificate{pem, key} 329 certPath := a.certificate.Pem.String() 341 return append([]Certificate{a.certificate}, certificateDeps...) 490 certificate, overridden := ctx.DeviceConfig().OverrideCertificateFor(ctx.ModuleName()) 492 return ":" + certificate
|
D | app_test.go | 725 certificate: ":new_certificate" 730 certificate: "cert/new_cert", 742 certificate: "expiredkey" 754 certificate: "expiredkey" 759 certificate: "cert/new_cert", 882 certificate: "expiredkey", 889 certificate: ":new_certificate", 894 certificate: "cert/new_cert",
|
D | androidmk.go | 311 fmt.Fprintln(w, "LOCAL_CERTIFICATE :=", app.certificate.Pem.String())
|
/build/make/tools/releasetools/ |
D | check_ota_package_signature.py | 188 VerifyPackage(args.certificate, args.package) 189 VerifyAbOtaPayload(args.certificate, args.package)
|
/build/make/target/product/security/ |
D | README | 31 dumpkey.jar is a Java tool that takes an x.509 certificate in PEM format as
|
/build/soong/apex/ |
D | apex_test.go | 839 certificate: ":myapex.certificate", 858 certificate: "testkey", 863 certificate: "testkey.override",
|
D | apex.go | 535 certificate, overridden := ctx.DeviceConfig().OverrideCertificateFor(ctx.ModuleName()) 537 return ":" + certificate
|