Searched refs:mAuthenticatedEncryption (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
H A DIpSecConfig.java57 private IpSecAlgorithm mAuthenticatedEncryption; field in class:IpSecConfig
104 mAuthenticatedEncryption = authenticatedEncryption;
162 return mAuthenticatedEncryption;
209 out.writeParcelable(mAuthenticatedEncryption, flags);
231 mAuthenticatedEncryption = c.mAuthenticatedEncryption;
250 mAuthenticatedEncryption =
286 .append(", mAuthenticatedEncryption=")
287 .append(mAuthenticatedEncryption)
324 lhs.mAuthenticatedEncryption, rh
[all...]

Completed in 129 milliseconds