Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dumac.c327 } nh_ctx; typedef
538 static void nh_transform(nh_ctx *hc, const UINT8 *buf, UINT32 nbytes) in nh_transform()
583 static void nh_reset(nh_ctx *hc) in nh_reset()
603 static void nh_init(nh_ctx *hc, aes_int_key prf_key) in nh_init()
613 static void nh_update(nh_ctx *hc, const UINT8 *buf, UINT32 nbytes) in nh_update()
668 static void nh_final(nh_ctx *hc, UINT8 *result) in nh_final()
708 static void nh(nh_ctx *hc, const UINT8 *buf, UINT32 padded_len, in nh()
777 nh_ctx hash; /* Hash context for L1 NH hash */