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_SHA384
(Results
1 - 7
of
7
) sorted by relevancy
/src/usr.sbin/mtree/
specspec.c
96
if (f &
F_SHA384
)
180
if (FS(n1, n2,
F_SHA384
, sha384digest))
181
differs |=
F_SHA384
;
mtree.h
92
#define
F_SHA384
0x01000000 /* SHA384 digest */
misc.c
85
{"sha384",
F_SHA384
, NEEDVALUE},
86
{"sha384digest",
F_SHA384
, NEEDVALUE},
create.c
295
dosum(fp, indent, p, &offset,
F_SHA384
, SHA384_File, SHA384KEY);
spec.c
393
if (MATCHFLAG(
F_SHA384
))
677
case
F_SHA384
:
compare.c
512
if (s->flags &
F_SHA384
) {
/src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_mtree.c
198
#define
F_SHA384
0x01000000 /* SHA-384 digest */
896
if ((reg->compute_sum &
F_SHA384
)
1385
keybit =
F_SHA384
;
1536
if (mtree->keys &
F_SHA384
) {
1538
mtree->compute_sum |=
F_SHA384
;
1540
mtree->keys &= ~
F_SHA384
;/* Not supported. */
1596
if (mtree->compute_sum &
F_SHA384
) {
1647
if ((mtree->compute_sum &
F_SHA384
)
1715
if (reg->compute_sum &
F_SHA384
) {
Completed in 38 milliseconds
Indexes created Sat Aug 01 00:24:56 UTC 2026