HomeSort by relevance Sort by last modified time
    Searched refs:uhash_ctx_t (Results 1 - 2 of 2) sorted by null

  /external/openssh/
umac.h 87 typedef struct uhash_ctx *uhash_ctx_t;
91 uhash_ctx_t uhash_alloc(u_char key[16]);
98 int uhash_free(uhash_ctx_t ctx);
100 int uhash_set_params(uhash_ctx_t ctx,
103 int uhash_reset(uhash_ctx_t ctx);
105 int uhash_update(uhash_ctx_t ctx,
109 int uhash_final(uhash_ctx_t ctx,
112 int uhash(uhash_ctx_t ctx,
umac.c 781 typedef struct uhash_ctx *uhash_ctx_t; typedef in typeref:struct:uhash_ctx
829 static void poly_hash(uhash_ctx_t hc, UINT32 data_in[])
    [all...]

Completed in 20 milliseconds