Home
last modified time | relevance | path

Searched refs:blob_ (Results 1 – 2 of 2) sorted by relevance

/system/keymaster/
Dandroid_keymaster_test_utils.cpp174 blob_.key_material = nullptr; in Keymaster2Test()
176 blob_.key_material = 0; in Keymaster2Test()
197 return device()->generate_key(device(), &params, &blob_, &characteristics_); in GenerateKey()
201 return device()->delete_key(device(), &blob_); in DeleteKey()
215 return device()->import_key(device(), &params, format, &key, &blob_, &characteristics_); in ImportKey()
236 device()->begin(device(), purpose, &blob_, &in_params, &out_params, &op_handle_); in BeginOperation()
247 device()->begin(device(), purpose, &blob_, &input_set, &out_params, &op_handle_); in BeginOperation()
338 return device()->attest_key(device(), &blob_, &attest_params, cert_chain); in AttestKey()
344 device()->upgrade_key(device(), &blob_, &upgrade_params, &upgraded_blob); in UpgradeKey()
347 blob_ = upgraded_blob; in UpgradeKey()
[all …]
Dandroid_keymaster_test_utils.h307 blob_.key_material = key; in set_key_blob()
308 blob_.key_material_size = key_length; in set_key_blob()
324 keymaster_key_blob_t blob_; variable