Home
last modified time | relevance | path

Searched refs:nonce_count (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c184 unsigned int nonce_count; member
221 unsigned int nonce_count; member
2824 text->nonce_count = 1;
3077 text->nonce_count = ++text->reauth->e[val].nonce_count;
3125 if (noncecount != text->nonce_count) {
3366 text->nonce_count,
3521 if (text->nonce_count == 1) {
3529 if (text->nonce_count <= text->reauth->e[val].nonce_count) {
3534 text->reauth->e[val].nonce_count = text->nonce_count;
3539 if (text->nonce_count > 1) {
[all …]
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.h321 int nonce_count; /* Nonce count */ member
H A Dhttp.c2243 http->nonce_count = myhttp.nonce_count; in http_upgrade()