Searched refs:st256 (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/contrib/libsodium/test/default/
H A Dauth.c22 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 108 milliseconds