HomeSort by: relevance | last modified time | path
    Searched refs:st256 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/test/default/
auth.c 22 crypto_auth_hmacsha256_state st256; local in function:main
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);
auth.c 22 crypto_auth_hmacsha256_state st256; local in function:main
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 25 milliseconds