Lines Matching refs:COUNTER
13 * section 5.1 ("counter mode") and section 5.2 ("feedback mode") in both HMAC
21 * These versions all assume the counter is used. It would be relatively
53 COUNTER = 0,
217 uint32_t counter, i;
234 for (counter = 1; written < ko_len; counter++) {
235 i = be32(counter);
340 if (ctx->mode == COUNTER) {
400 && OPENSSL_strncasecmp("counter", p->data, p->data_size) == 0) {
401 ctx->mode = COUNTER;