Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c183 unsigned int nonce_count; member
220 unsigned int nonce_count; member
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) {
3533 text->reauth->e[val].nonce_count = text->nonce_count;
3538 if (text->nonce_count > 1) {
[all …]
/titanic_41/usr/src/lib/print/libhttp-core/common/
H A Dhttp.h323 int nonce_count; /* Nonce count */ member
H A Dhttp.c2245 http->nonce_count = myhttp.nonce_count; in http_upgrade()