Home
last modified time | relevance | path

Searched defs:test_mode (Results 1 – 6 of 6) sorted by relevance

/trusty/user/base/lib/hwbcc/client/
Dhwbcc.c95 uint8_t test_mode, in sign_data()
190 uint8_t test_mode, in get_bcc()
218 int hwbcc_get_protected_data(uint8_t test_mode, in hwbcc_get_protected_data()
/trusty/user/base/lib/hwbcc/srv/
Dsrv.c137 uint32_t test_mode, in handle_sign_data()
171 uint32_t test_mode) { in handle_get_bcc()
/trusty/user/base/interface/hwbcc/include/interface/hwbcc/
Dhwbcc.h62 uint32_t test_mode; member
/trusty/user/base/lib/hwbcc/common/
Dswbcc.c308 uint32_t test_mode, in swbcc_sign_key()
407 uint32_t test_mode, in swbcc_get_bcc()
/trusty/user/base/lib/unittest-rust/src/
Dtypes.rs187 pub fn test_mode(&self) -> Option<&'static str> { in test_mode() method
/trusty/user/base/lib/hwbcc/rust/src/
Dlib.rs77 test_mode: HwBccMode, field