OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:F_SHA256
(Results
1 - 7
of
7
) sorted by relevancy
/src/usr.sbin/mtree/
specspec.c
94
if (f &
F_SHA256
)
178
if (FS(n1, n2,
F_SHA256
, sha256digest))
179
differs |=
F_SHA256
;
mtree.h
91
#define
F_SHA256
0x00800000 /* SHA256 digest */
misc.c
83
{"sha256",
F_SHA256
, NEEDVALUE},
84
{"sha256digest",
F_SHA256
, NEEDVALUE},
create.c
293
dosum(fp, indent, p, &offset,
F_SHA256
, SHA256_File, SHA256KEY);
spec.c
390
if (MATCHFLAG(
F_SHA256
))
669
case
F_SHA256
:
compare.c
493
if (s->flags &
F_SHA256
) {
/src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_mtree.c
197
#define
F_SHA256
0x00800000 /* SHA-256 digest */
890
if ((reg->compute_sum &
F_SHA256
)
1382
keybit =
F_SHA256
;
1528
if (mtree->keys &
F_SHA256
) {
1530
mtree->compute_sum |=
F_SHA256
;
1532
mtree->keys &= ~
F_SHA256
;/* Not supported. */
1589
if (mtree->compute_sum &
F_SHA256
) {
1641
if ((mtree->compute_sum &
F_SHA256
)
1709
if (reg->compute_sum &
F_SHA256
) {
Completed in 59 milliseconds
Indexes created Sat Aug 01 00:24:56 UTC 2026