Searched defs:m_nonce (Results 1 - 2 of 2) sorted by path

/external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
H A DDigestChallenge.java41 private String m_nonce; field in class:DigestChallenge
54 m_nonce = null;
121 else if (null == m_nonce)
140 if (null != m_nonce)
143 m_nonce = pd.getValue();
340 return m_nonce;
/external/smack/src/com/novell/sasl/client/
H A DDigestChallenge.java41 private String m_nonce; field in class:DigestChallenge
54 m_nonce = null;
121 else if (null == m_nonce)
140 if (null != m_nonce)
143 m_nonce = pd.getValue();
340 return m_nonce;

Completed in 263 milliseconds