Searched refs:alg (Results 1 - 5 of 5) sorted by relevance

/system/keymaster/
H A Doperation.h42 KeyType(keymaster_algorithm_t alg, keymaster_purpose_t purp) argument
43 : algorithm(alg), purpose(purp) {}
/system/tpm/trunks/
H A Dtpm_state_impl.cc261 VLOG(1) << "Algorithm Properties 0x" << std::hex << property.alg
263 impl->algorithm_properties_[property.alg] = property.alg_properties;
264 next_property = property.alg + 1;
H A Dtpm_state_test.cc104 data.algorithms.alg_properties[data.algorithms.count].alg = i;
H A Dtpm_generated.h981 TPM_ALG_ID alg; member in struct:trunks::TPMS_ALGORITHM_DESCRIPTION
1078 TPM_ALG_ID alg; member in struct:trunks::TPMS_ALG_PROPERTY
H A Dtpm_generated.cc2191 result = Serialize_TPM_ALG_ID(value.alg, buffer);
2209 result = Parse_TPM_ALG_ID(buffer, &value->alg, value_bytes);
3083 result = Serialize_TPM_ALG_ID(value.alg, buffer);
3101 result = Parse_TPM_ALG_ID(buffer, &value->alg, value_bytes);
[all...]

Completed in 140 milliseconds