OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_nonce
(Results
1 - 2
of
2
) sorted by null
/external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
DigestChallenge.java
41
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/
DigestChallenge.java
41
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 43 milliseconds