Home
last modified time | relevance | path

Searched refs: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()
846 uint8_t crypto_algorithm_; variable
Dservice.cc163 crypto_algorithm_(kCryptoNone), in Service()
1063 return (crypto_algorithm_ << 2) | (key_rotation_ << 1) | endpoint_auth_; in SecurityLevel()
1537 crypto_algorithm_ = crypto_algorithm; in SetSecurity()