Searched defs:nonce_count (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.h323 int nonce_count; /* Nonce count */ member in struct:__anon4296
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c183 unsigned int nonce_count; member in struct:reauth_entry
220 unsigned int nonce_count; member in struct:context
2823 text->nonce_count = 1;
3076 text->nonce_count = ++text->reauth->e[val].nonce_count;
3124 if (noncecount != text->nonce_count) {
3365 text->nonce_count,
3520 if (text->nonce_count == 1) {
3528 if (text->nonce_count <= text->reauth->e[val].nonce_count) {
[all...]

Completed in 161 milliseconds