Home
last modified time | relevance | path

Searched refs:hidl_params_to_map (Results 1 – 4 of 4) sorted by relevance

/external/nos/host/android/hals/keymaster/
Dproto_utils.h55 ErrorCode hidl_params_to_map(const hidl_vec<KeyParameter>& params,
DKeymasterDevice.cpp649 if (hidl_params_to_map(attestParams, &attest_tag_map) != ErrorCode::OK) { in attestKey()
688 if (hidl_params_to_map(characteristics.softwareEnforced, in attestKey()
1011 if (hidl_params_to_map(inParams, &tag_map) != ErrorCode::OK) { in begin()
Dimport_key.cpp306 error = hidl_params_to_map(params, &tag_map); in import_key_request()
Dproto_utils.cpp773 ErrorCode hidl_params_to_map(const hidl_vec<KeyParameter>& params, in hidl_params_to_map() function