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()
722 keymaster_algorithm_t algorithm; in ParseKeyBlob() local
723 if (!deserialized_key->hw_enforced.GetTagValue(TAG_ALGORITHM, &algorithm)) { in ParseKeyBlob()
727 auto factory = GetKeyFactory(algorithm); in ParseKeyBlob()
1087 keymaster_algorithm_t algorithm, in GetAttestationKey() argument
1091 switch (algorithm) { in GetAttestationKey()
1115 auto key = getAttestationKey(algorithm, error); in GetAttestationKey()
1129 keymaster_algorithm_t algorithm, in GetAttestationChain() argument
1132 switch (algorithm) { in GetAttestationChain()
1155 chain = getAttestationChain(algorithm, error); in GetAttestationChain()