Home
last modified time | relevance | path

Searched refs:LoadKey (Results 1 – 5 of 5) sorted by relevance

/trusty/user/app/cast-auth/app/
Dcast_auth_impl.h37 int LoadKey(uint8_t* key, size_t* length);
Dcast_auth_impl.cc118 int rc = LoadKey(key, &key_size); in SignHash()
176 int CastAuthImpl::LoadKey(uint8_t* key, size_t* length) { in LoadKey() function in CastAuthImpl
/trusty/user/app/keymaster/
Dtrusty_aes_key.cpp190 keymaster_error_t TrustyAesKeyFactory::LoadKey( in LoadKey() function in keymaster::TrustyAesKeyFactory
223 return AesKeyFactory::LoadKey(std::move(key_material), additional_params, in LoadKey()
Dtrusty_aes_key.h54 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
Dtrusty_keymaster_context.cpp728 error = factory->LoadKey(std::move(*key_material), additional_params, in ParseKeyBlob()
1410 error = aes_factory->LoadKey(std::move(transport_key), gcm_params, in UnwrapKey()