Searched refs:hash_h (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | xmss_fast.c | 126 hash_h(wots_pk+i*n, wots_pk+i*2*n, pub_seed, addr, n); in l_tree() 235 hash_h(stack+(stackoffset-2)*n, stack+(stackoffset-2)*n, pub_seed, in treehash_setup() 273 hash_h(nodebuffer, nodebuffer, pub_seed, node_addr, n); in treehash_update() 322 hash_h(buffer+n, buffer, pub_seed, addr, n); in validate_authpath() 327 hash_h(buffer, buffer, pub_seed, addr, n); in validate_authpath() 336 hash_h(root, buffer, pub_seed, addr, n); in validate_authpath() 430 …hash_h(state->stack+(state->stackoffset-2)*n, state->stack+(state->stackoffset-2)*n, pub_seed, nod… in bds_state_update() 491 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 | namespace.h | 43 #define hash_h ssh_hash_h macro
|
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
|