Searched refs:is_public_key_algorithm (Results 1 – 2 of 2) sorted by relevance
47 inline bool is_public_key_algorithm(keymaster_algorithm_t algorithm) { in is_public_key_algorithm() function66 if (!is_public_key_algorithm(key_type.algorithm)) return false; in is_public_key_operation()
75 bool is_public_key_algorithm(const AuthProxy& auth_set) { in is_public_key_algorithm() function122 if (is_public_key_algorithm(auth_set)) { in AuthorizeOperation()