Searched refs:S_perl_siphash_seed_state (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/ |
| D | hv_func.h | 55 # 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)
|
| D | perl_siphash.h | 37 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/ |
| D | APItest.xs | 7565 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()
|