Home
last modified time | relevance | path

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

/trusty/user/app/cast-auth/app/
Dcast_auth_impl.cc48 const uint8_t* key_data = key.data(); in is_plaintext_rsa_2048_private_key() local
/trusty/hardware/nxp/app/hwcrypto/
Dhwkey_srv.c55 static uint8_t key_data[HWKEY_MAX_PAYLOAD_SIZE] variable
/trusty/user/base/app/apploader/package_tool/
Dapploader_package_tool.cpp302 auto key_data = std::make_unique<uint8_t[]>(key.size()); in verify_package() local
717 auto key_data = std::make_unique<uint8_t[]>(key.size()); in decrypt_package() local
/trusty/user/app/keymaster/
Dtrusty_keymaster_messages.h157 Buffer key_data; member
/trusty/user/app/sample/hwcrypto/
Dhwkey_srv.c76 static __attribute__((aligned(4))) uint8_t key_data[HWKEY_MAX_MSG_SIZE]; variable
Dhwkey_srv_fake_provider.c662 const uint8_t* key_data; member