Searched refs:nonce_count (Results 1 – 3 of 3) sorted by relevance
183 unsigned int nonce_count; member220 unsigned int nonce_count; member2823 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 …]
323 int nonce_count; /* Nonce count */ member
2245 http->nonce_count = myhttp.nonce_count; in http_upgrade()