OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:st256
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/test/default/
auth.c
22
crypto_auth_hmacsha256_state
st256
;
local
57
crypto_auth_hmacsha256_init(&
st256
, key2, sizeof key2);
58
crypto_auth_hmacsha256_update(&
st256
, NULL, 0U);
59
crypto_auth_hmacsha256_update(&
st256
, c, 1U);
60
crypto_auth_hmacsha256_update(&
st256
, c, sizeof c - 2U);
61
crypto_auth_hmacsha256_final(&
st256
, a2);
Completed in 15 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026