Searched refs:umac_new (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dumac128.c5 #undef umac_new macro
12 #define umac_new umac128_new macro
H A Dumac.h55 struct umac_ctx *umac_new(const u_char key[]);
H A Dmac.c154 if ((mac->umac_ctx = umac_new(mac->key)) == NULL)
H A Dssh_namespace.h839 #define umac_new Fssh_umac_new macro
H A Dumac.c1215 struct umac_ctx *umac_new(const u_char key[]) function

Completed in 77 milliseconds