Searched refs:LoadKey (Results 1 – 5 of 5) sorted by relevance
/trusty/user/app/cast-auth/app/ |
D | cast_auth_impl.h | 37 int LoadKey(uint8_t* key, size_t* length);
|
D | cast_auth_impl.cc | 118 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/ |
D | trusty_aes_key.cpp | 190 keymaster_error_t TrustyAesKeyFactory::LoadKey( in LoadKey() function in keymaster::TrustyAesKeyFactory 223 return AesKeyFactory::LoadKey(std::move(key_material), additional_params, in LoadKey()
|
D | trusty_aes_key.h | 54 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
|
D | trusty_keymaster_context.cpp | 728 error = factory->LoadKey(std::move(*key_material), additional_params, in ParseKeyBlob() 1410 error = aes_factory->LoadKey(std::move(transport_key), gcm_params, in UnwrapKey()
|