Home
last modified time | relevance | path

Searched refs:TRUSTY_KM_WRAPPING_KEY_SIZE (Results 1 – 4 of 4) sorted by relevance

/trusty/user/app/keymaster/
Drules.mk132 ifdef TRUSTY_KM_WRAPPING_KEY_SIZE
133 MODULE_COMPILEFLAGS += -DTRUSTY_KM_WRAPPING_KEY_SIZE=$(TRUSTY_KM_WRAPPING_KEY_SIZE)
Dtrusty_keymaster_context.cpp67 #ifndef TRUSTY_KM_WRAPPING_KEY_SIZE
68 #define TRUSTY_KM_WRAPPING_KEY_SIZE 16 macro
74 static const int kAesKeySize = TRUSTY_KM_WRAPPING_KEY_SIZE;
/trusty/user/app/keymint/
Dkeys.rs31 const TRUSTY_KM_WRAPPING_KEY_SIZE: usize = 16; constant
235 let mut key_buffer = [0; TRUSTY_KM_WRAPPING_KEY_SIZE]; in root_kek()
350 [0; TRUSTY_KM_WRAPPING_KEY_SIZE].to_vec(), in kek_call_returns_key()
/trusty/device/arm/generic-arm64/project/
Dgeneric-arm-inc.mk23 TRUSTY_KM_WRAPPING_KEY_SIZE ?= 32