Home
last modified time | relevance | path

Searched refs:TRUSTY_KM_KAK_SIZE (Results 1 – 3 of 3) sorted by relevance

/trusty/user/app/keymaster/
Dopenssl_keymaster_enforcement.h30 #ifndef TRUSTY_KM_KAK_SIZE
31 #define TRUSTY_KM_KAK_SIZE 32 macro
59 static const size_t kKeyAgreementKeySize = TRUSTY_KM_KAK_SIZE;
Drules.mk136 ifdef TRUSTY_KM_KAK_SIZE
137 MODULE_COMPILEFLAGS += -DTRUSTY_KM_KAK_SIZE=$(TRUSTY_KM_KAK_SIZE)
/trusty/user/app/keymint/
Dkeys.rs28 const TRUSTY_KM_KAK_SIZE: usize = 32; constant
272 let mut key_buffer = [0; TRUSTY_KM_KAK_SIZE]; in kak()
318 expect_ne!(key, [0; TRUSTY_KM_KAK_SIZE], "key agreement key should not be 0s"); in kak_call_returns_key()