Lines Matching refs:algorithm
126 keymaster_algorithm_t algorithm) const { in GetKeyFactory()
127 switch (algorithm) { in GetKeyFactory()
154 keymaster_algorithm_t algorithm, in GetOperationFactory() argument
156 const KeyFactory* key_factory = GetKeyFactory(algorithm); in GetOperationFactory()
723 keymaster_algorithm_t algorithm; in ParseKeyBlob() local
724 if (!deserialized_key->hw_enforced.GetTagValue(TAG_ALGORITHM, &algorithm)) { in ParseKeyBlob()
728 auto factory = GetKeyFactory(algorithm); in ParseKeyBlob()
1106 keymaster_algorithm_t algorithm, in GetAttestationKey() argument
1110 switch (algorithm) { in GetAttestationKey()
1134 auto key = getAttestationKey(algorithm, error); in GetAttestationKey()
1148 keymaster_algorithm_t algorithm, in GetAttestationChain() argument
1151 switch (algorithm) { in GetAttestationChain()
1174 chain = getAttestationChain(algorithm, error); in GetAttestationChain()