Searched refs:hash_h (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/crypto/openssh/ |
H A D | xmss_fast.c | 128 hash_h(wots_pk+i*n, wots_pk+i*2*n, pub_seed, addr, n); in l_tree() 237 hash_h(stack+(stackoffset-2)*n, stack+(stackoffset-2)*n, pub_seed, in treehash_setup() 275 hash_h(nodebuffer, nodebuffer, pub_seed, node_addr, n); in treehash_update() 324 hash_h(buffer+n, buffer, pub_seed, addr, n); in validate_authpath() 329 hash_h(buffer, buffer, pub_seed, addr, n); in validate_authpath() 338 hash_h(root, buffer, pub_seed, addr, n); in validate_authpath() 432 …hash_h(state->stack+(state->stackoffset-2)*n, state->stack+(state->stackoffset-2)*n, pub_seed, nod… in bds_state_update() 493 hash_h(state->auth + tau * n, buf, pub_seed, node_addr, n); in bds_round()
|
H A D | xmss_hash.h | 18 int hash_h(unsigned char *out, const unsigned char *in, const unsigned char *pub_seed, uint32_t add…
|
H A D | xmss_hash.c | 91 int hash_h(unsigned char *out, const unsigned char *in, const unsigned char *pub_seed, uint32_t add… in hash_h() function
|