Searched refs:state_len (Results 1 – 1 of 1) sorted by relevance
7578 STRLEN state_len; in siphash24() local7589 U8 *state_pv= (U8*)SvPV(state_sv,state_len); in siphash24()7590 if (state_len!=32) croak("siphash state should be exactly 32 bytes"); in siphash24()7592 U8 *temp_pv = (U8*)SvPV(state_sv, state_len); in siphash24()7595 if (state_len!=32) croak("siphash state should be exactly 32 bytes"); in siphash24()