OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:COUNTER
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.bin/make/unit-tests/
counter-append.mk
1
# $NetBSD:
counter
-append.mk,v 1.5 2021/04/04 10:13:09 rillig Exp $
6
# This works since 2020-09-23. Before that, the
counter
ended up at having
13
COUNTER
= # zero
15
NEXT= ${
COUNTER
::+=a}${
COUNTER
:[#]}
27
@echo A=${A:Q} B=${B:Q} C=${C:Q}
COUNTER
=${
COUNTER
:[#]:Q}
counter.mk
1
# $NetBSD:
counter
.mk,v 1.6 2021/04/04 10:13:09 rillig Exp $
6
# This works since 2020-09-23. Before that, the
counter
ended up at having
13
COUNTER
= # zero
15
NEXT= ${
COUNTER
::=${
COUNTER
} a}${
COUNTER
:[#]}
27
@echo A=${A:Q} B=${B:Q} C=${C:Q}
COUNTER
=${
COUNTER
:[#]:Q}
/src/crypto/external/apache2/openssl/dist/providers/implementations/kdfs/
kbkdf.c
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;
local
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
;
[
all
...]
/src/crypto/external/bsd/openssl/dist/providers/implementations/kdfs/
kbkdf.c
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
52
COUNTER
= 0,
161
uint32_t
counter
, i;
local
178
for (
counter
= 1; written < ko_len;
counter
++) {
179
i = be32(
counter
);
302
&& OPENSSL_strncasecmp("
counter
", p->data, p->data_size) == 0) {
303
ctx->mode =
COUNTER
;
/src/external/bsd/tcpdump/dist/
print-snmp.c
116
"
Counter
",
117
#define
COUNTER
1
579
case
COUNTER
:
Completed in 30 milliseconds
Indexes created Sun Mar 29 00:23:15 UTC 2026