Home
last modified time | relevance | path

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

/external/openssh/
Dumac128.c9 #define umac_update umac128_update macro
Dumac.h65 int umac_update(struct umac_ctx *ctx, const u_char *input, long len);
Dmac.c200 umac_update(mac->umac_ctx, data, datalen); in mac_compute()
Dumac.c1248 int umac_update(struct umac_ctx *ctx, const u_char *input, long len) in umac_update() function