Searched refs:TRUSTY_KM_KAK_SIZE (Results 1 – 3 of 3) sorted by relevance
30 #ifndef TRUSTY_KM_KAK_SIZE31 #define TRUSTY_KM_KAK_SIZE 32 macro59 static const size_t kKeyAgreementKeySize = TRUSTY_KM_KAK_SIZE;
136 ifdef TRUSTY_KM_KAK_SIZE137 MODULE_COMPILEFLAGS += -DTRUSTY_KM_KAK_SIZE=$(TRUSTY_KM_KAK_SIZE)
28 const TRUSTY_KM_KAK_SIZE: usize = 32; constant272 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()