Home
last modified time | relevance | path

Searched refs:state_len (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs7578 STRLEN state_len; in siphash24() local
7589 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()