Searched refs:uhash_ctx (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dumac.h88 typedef struct uhash_ctx *uhash_ctx_t;
89 /* The uhash_ctx structure is defined by the implementation of the */
93 /* Dynamically allocate a uhash_ctx struct and generate subkeys using */
H A Dumac.c767 * The routine uhash_init() initializes the uhash_ctx data structure and
772 /* ----- Constants and uhash_ctx ---------------------------------------- */
787 typedef struct uhash_ctx { struct
795 } uhash_ctx; typedef in typeref:struct:uhash_ctx
796 typedef struct uhash_ctx *uhash_ctx_t;
976 memset(ahc, 0, sizeof(uhash_ctx));
1022 ctx = (uhash_ctx_t)malloc(sizeof(uhash_ctx)+ALLOC_BOUNDARY);
1195 uhash_ctx hash; /* Hash function for message compression */

Completed in 147 milliseconds