Searched refs:consumed (Results 1 – 8 of 8) sorted by relevance
/system/keymaster/legacy_support/ |
D | keymaster_passthrough_operation.cpp | 39 size_t consumed = 0; in Finish() local 40 …ce_->update(km_device_, operation_handle_, &mutable_input_params, &in, &consumed, &out_params, &ou… in Finish() 57 if (consumed == 0) { in Finish() 61 in.data += consumed; in Finish() 62 if (consumed > in.data_length) return KM_ERROR_UNKNOWN_ERROR; in Finish() 63 in.data_length -= consumed; in Finish()
|
/system/core/logcat/tests/ |
D | logcat_test.cpp | 581 int size, consumed, max, payload; in get_groups() local 585 size = consumed = max = payload = 0; in get_groups() 591 &size, size_mult, &consumed, consumed_mult, &max, in get_groups() 610 full_consumed = consumed; in get_groups() 1253 int size, consumed, max, payload; in TEST() local 1255 size = consumed = max = payload = 0; in TEST() 1259 &size, size_mult, &consumed, consumed_mult, &max, in TEST() 1261 long full_size = size, full_consumed = consumed; in TEST()
|
/system/security/keystore/ |
D | legacy_keymaster_device_wrapper.cpp | 468 size_t consumed = 0; in update() local 476 &consumed, &out_params, &out_blob); in update() 479 resultConsumed = consumed; in update()
|
D | key_store_service.cpp | 2243 size_t consumed = 0; in doLegacySignVerify() local 2247 data_view.setToExternal(const_cast<uint8_t*>(&data[consumed]), data.size() - consumed); in doLegacySignVerify() 2257 consumed += lastConsumed; in doLegacySignVerify() 2258 } while (consumed < data.size() && lastConsumed > 0); in doLegacySignVerify() 2260 if (consumed != data.size()) { in doLegacySignVerify() 2261 ALOGW("Not all data consumed. Consumed %zu of %zu", consumed, data.size()); in doLegacySignVerify()
|
/system/keymaster/contexts/ |
D | pure_soft_keymaster_context.cpp | 367 size_t consumed = 0; in UnwrapKey() local 392 &consumed); in UnwrapKey()
|
/system/extras/simpleperf/doc/ |
D | README.md | 593 By default, the cpu-cycles event is used to evaluate consumed cpu cycles. But we can also use other 1018 The first tab is "Chart Statistics". You can click the pie chart to show the time consumed by each
|
/system/tpm/trunks/generator/ |
D | raw_commands.txt | 14849 use is pending. When the ephemeral key is consumed, the bit is cleared. This prevents the key from
|
D | raw_commands_fixed.txt | 14860 use is pending. When the ephemeral key is consumed, the bit is cleared. This prevents the key from
|