Data Fields | |
| void(* | init )(sip_state *s, const uint8_t *key) |
| void(* | update )(sip_state *s, const uint8_t *data, size_t len) |
| void(* | final )(sip_state *s, uint64_t *digest) |
Definition at line 140 of file siphash.c.
| void(* sip_interface_st::final)(sip_state *s, uint64_t *digest) |
Referenced by sip_hash_final(), and sip_hash_final_integer().
| void(* sip_interface_st::init)(sip_state *s, const uint8_t *key) |
Referenced by sip_hash_init().
| void(* sip_interface_st::update)(sip_state *s, const uint8_t *data, size_t len) |
Referenced by sip_hash_update().
1.4.7