Searched refs:mAuthenticatedEncryption (Results 1 – 2 of 2) sorted by relevance
58 private IpSecAlgorithm mAuthenticatedEncryption; field in IpSecConfig108 mAuthenticatedEncryption = authenticatedEncryption; in setAuthenticatedEncryption()182 return mAuthenticatedEncryption; in getAuthenticatedEncryption()233 out.writeParcelable(mAuthenticatedEncryption, flags); in writeToParcel()256 mAuthenticatedEncryption = c.mAuthenticatedEncryption; in IpSecConfig()276 mAuthenticatedEncryption = in IpSecConfig()314 .append(mAuthenticatedEncryption) in toString()352 && IpSecAlgorithm.equals(mAuthenticatedEncryption, rhs.mAuthenticatedEncryption) in equals()
43619 Landroid/net/IpSecConfig;->mAuthenticatedEncryption:Landroid/net/IpSecAlgorithm;