Home | History | Annotate | Download | only in keymaster

Lines Matching full:sign_data

110     device_.sign_data = sign_data;
366 int SoftKeymasterDevice::sign_data(const keymaster1_device_t* dev, const void* params,
370 LOG_D("Device received sign_data", 0);
389 LOG_E("sign_data begin operation failed with error: %d", begin_response.error);
399 LOG_E("sign_data update operation failed with error: %d", update_response.error);
408 LOG_E("sign_data finish operation failed with error: %d", finish_response.error);