crypto_auth_hmacsha256.h | 38 typedef struct crypto_auth_hmacsha256_state { struct 41 } crypto_auth_hmacsha256_state; typedef in typeref:struct:crypto_auth_hmacsha256_state 47 int crypto_auth_hmacsha256_init(crypto_auth_hmacsha256_state *state, 52 int crypto_auth_hmacsha256_update(crypto_auth_hmacsha256_state *state, 57 int crypto_auth_hmacsha256_final(crypto_auth_hmacsha256_state *state,
|