Home
last modified time | relevance | path

Searched defs:crypto_algorithm (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/
Dservice.h413 size_t crypto_algorithm() const { return crypto_algorithm_; } in crypto_algorithm() function
Dservice.cc1535 void Service::SetSecurity(CryptoAlgorithm crypto_algorithm, bool key_rotation, in SetSecurity()