Searched refs:st256 (Results 1 – 1 of 1) sorted by relevance
22 crypto_auth_hmacsha256_state st256; in main() local57 crypto_auth_hmacsha256_init(&st256, key2, sizeof key2); in main()58 crypto_auth_hmacsha256_update(&st256, NULL, 0U); in main()59 crypto_auth_hmacsha256_update(&st256, c, 1U); in main()60 crypto_auth_hmacsha256_update(&st256, c, sizeof c - 2U); in main()61 crypto_auth_hmacsha256_final(&st256, a2); in main()