OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iv_in
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/marvell/
mvxpsec.c
2786
uint32_t *
iv_in
= iv_inner;
local in function:mvxpsec_hmac_precomp
2840
"%s: Generate
iv_in
(SHA1)\n", __func__);
2844
iv_in
[0] = htobe32(sha1.state[0]);
2845
iv_in
[1] = htobe32(sha1.state[1]);
2846
iv_in
[2] = htobe32(sha1.state[2]);
2847
iv_in
[3] = htobe32(sha1.state[3]);
2848
iv_in
[4] = htobe32(sha1.state[4]);
2864
"%s: Generate
iv_in
(MD5)\n", __func__);
2868
iv_in
[0] = htobe32(md5.state[0]);
2869
iv_in
[1] = htobe32(md5.state[1])
[
all
...]
mvxpsec.c
2786
uint32_t *
iv_in
= iv_inner;
local in function:mvxpsec_hmac_precomp
2840
"%s: Generate
iv_in
(SHA1)\n", __func__);
2844
iv_in
[0] = htobe32(sha1.state[0]);
2845
iv_in
[1] = htobe32(sha1.state[1]);
2846
iv_in
[2] = htobe32(sha1.state[2]);
2847
iv_in
[3] = htobe32(sha1.state[3]);
2848
iv_in
[4] = htobe32(sha1.state[4]);
2864
"%s: Generate
iv_in
(MD5)\n", __func__);
2868
iv_in
[0] = htobe32(md5.state[0]);
2869
iv_in
[1] = htobe32(md5.state[1])
[
all
...]
Completed in 24 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025