Searched refs:TRUSTY_KM_WRAPPING_KEY_SIZE (Results 1 – 4 of 4) sorted by relevance
132 ifdef TRUSTY_KM_WRAPPING_KEY_SIZE133 MODULE_COMPILEFLAGS += -DTRUSTY_KM_WRAPPING_KEY_SIZE=$(TRUSTY_KM_WRAPPING_KEY_SIZE)
67 #ifndef TRUSTY_KM_WRAPPING_KEY_SIZE68 #define TRUSTY_KM_WRAPPING_KEY_SIZE 16 macro74 static const int kAesKeySize = TRUSTY_KM_WRAPPING_KEY_SIZE;
31 const TRUSTY_KM_WRAPPING_KEY_SIZE: usize = 16; constant235 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()
23 TRUSTY_KM_WRAPPING_KEY_SIZE ?= 32