Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dhv_func.h55 # define PVT__PERL_HASH_SEED_STATE(seed,state) S_perl_siphash_seed_state(seed,state)
64 # define PVT__PERL_HASH_SEED_STATE(seed,state) S_perl_siphash_seed_state(seed,state)
Dperl_siphash.h37 void S_perl_siphash_seed_state(const unsigned char * const seed_buf, unsigned char * state_buf) { in S_perl_siphash_seed_state() function
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
DAPItest.xs7565 S_perl_siphash_seed_state(seed_pv,state_buf); in siphash_seed_state()
7770 S_perl_siphash_seed_state(seed_pv, state_pv); in test_siphash24()
7774 S_perl_siphash_seed_state(seed_pv, temp_pv); in test_siphash24()
7991 S_perl_siphash_seed_state(seed_pv, state_pv); in test_siphash13()
7995 S_perl_siphash_seed_state(seed_pv, temp_pv); in test_siphash13()