Searched refs:crypto_onetimeauth_state (Results 1 – 4 of 4) sorted by relevance
8 return sizeof(crypto_onetimeauth_state); in crypto_onetimeauth_statebytes()38 crypto_onetimeauth_init(crypto_onetimeauth_state *state, in crypto_onetimeauth_init()46 crypto_onetimeauth_update(crypto_onetimeauth_state *state, in crypto_onetimeauth_update()55 crypto_onetimeauth_final(crypto_onetimeauth_state *state, in crypto_onetimeauth_final()
16 typedef crypto_onetimeauth_poly1305_state crypto_onetimeauth_state; typedef43 int crypto_onetimeauth_init(crypto_onetimeauth_state *state,47 int crypto_onetimeauth_update(crypto_onetimeauth_state *state,52 int crypto_onetimeauth_final(crypto_onetimeauth_state *state,
30 crypto_onetimeauth_state st; in main()
59 crypto_onetimeauth_state st; in mm_onetimeauth()