OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sha1
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/lib/libskey/
t_algorithms.c
98
ATF_TC(
sha1
);
variable
99
ATF_TC_HEAD(
sha1
, tc)
101
atf_tc_set_md_var(tc, "descr", "Checks
SHA1
algorithm");
103
ATF_TC_BODY(
sha1
, tc)
105
h_check("This is a test.", "TeSt", "
sha1
","BB9E6AE1979D8FF4",
107
h_check("AbCdEfGhIjK", "alpha1", "
sha1
","AD85F658EBE383C9",
109
h_check("OTP's are good", "correct", "
sha1
","D51F3E99BF8E6F0B",
118
ATF_TP_ADD_TC(tp,
sha1
);
/src/sys/dev/marvell/
mvxpsec.c
56
#include <sys/
sha1
.h>
2780
SHA1_CTX
sha1
;
local
2796
SHA1Init(&
sha1
);
2797
SHA1Update(&
sha1
, key, kbytelen);
2798
SHA1Final(kbuf, &
sha1
);
2840
"%s: Generate iv_in(
SHA1
)\n", __func__);
2841
SHA1Init(&
sha1
);
2842
SHA1Update(&
sha1
, ipad, 64);
2844
iv_in[0] = htobe32(
sha1
.state[0]);
2845
iv_in[1] = htobe32(
sha1
.state[1])
[
all
...]
Completed in 17 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026