Searched refs:algorithm (Results 1 – 5 of 5) sorted by relevance
81 keymaster_algorithm_t algorithm) const { in GetKeyFactory()82 auto it = key_factories_.find(algorithm); in GetKeyFactory()84 LOG(ERROR) << "Could not find key factory for " << algorithm; in GetKeyFactory()91 keymaster_algorithm_t algorithm, keymaster_purpose_t purpose) const { in GetOperationFactory() argument92 auto key_factory = GetKeyFactory(algorithm); in GetOperationFactory()95 << " for invalid algorithm " << algorithm; in GetOperationFactory()101 << " from key factory for " << algorithm; in GetOperationFactory()231 keymaster_algorithm_t algorithm; in ParseKeyBlob() local232 if (!hw_enforced.GetTagValue(keymaster::TAG_ALGORITHM, &algorithm) && in ParseKeyBlob()233 !sw_enforced.GetTagValue(keymaster::TAG_ALGORITHM, &algorithm)) { in ParseKeyBlob()[all …]
56 keymaster_algorithm_t algorithm) const override;58 keymaster_algorithm_t algorithm,
117 .algorithm = TPM2_ALG_AES, in ParentKey()
60 .algorithm = TPM2_ALG_AES, in CreateKey()
323 * The basis of this hash algorithm was taken from an idea sent333 * improved on their algorithm. Some people tried this hash