Home | History | Annotate | Download | only in core

Lines Matching defs:avb

720 # build /product/etc/security/avb/system_other.avbpubkey if needed
723 INSTALLED_PRODUCT_SYSTEM_OTHER_AVBKEY_TARGET := $(TARGET_OUT_PRODUCT_ETC)/security/avb/system_other.avbpubkey
2094 # will fail to find valid AVB metadata from the end of /boot, thus stop booting.
2098 BOARD_AVB_DEBUG_BOOT_KEY_PATH := external/avb/test/data/testkey_rsa2048.pem
3063 BOARD_AVB_KEY_PATH := external/avb/test/data/testkey_rsa4096.pem
3066 # AVB signing for system_other.img.
3077 @echo Extracting system_other avb key: $@
3087 endif # end of AVB for BUILDING_SYSTEM_OTHER_IMAGE
3098 # Appends os version and security patch level as a AVB property descriptor
3146 # Helper function that checks and sets required build variables for an AVB chained partition.
3147 # $(1): the partition to enable AVB chain, e.g., boot or system or vbmeta_system.
3148 define _check-and-set-avb-chain-args
3176 # Checks and sets the required build variables for an AVB partition. The partition will be
3181 define check-and-set-avb-args
3186 $(call _check-and-set-avb-chain-args,$(1)),\
3193 $(eval $(call check-and-set-avb-args,boot))
3196 $(eval $(call check-and-set-avb-args,system))
3199 $(eval $(call check-and-set-avb-args,vendor))
3203 $(eval $(call check-and-set-avb-args,product))
3207 $(eval $(call check-and-set-avb-args,product_services))
3211 $(eval $(call check-and-set-avb-args,odm))
3215 $(eval $(call check-and-set-avb-args,dtbo))
3219 $(eval $(call check-and-set-avb-args,recovery))
3224 $(eval $(call check-and-set-avb-args,vbmeta_system))
3228 $(eval $(call check-and-set-avb-args,vbmeta_vendor))
3267 define extract-avb-chain-public-keys
3339 $(call extract-avb-chain-public-keys, $(AVB_CHAIN_KEY_DIR))
3632 ifneq (,$(wildcard external/avb))
3634 $(sort $(shell find external/avb/test/data -type f -name "testkey_*.pem" -o \