Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dumac128.c4 #undef umac_new
11 #define umac_new umac128_new macro
H A Dumac.h55 struct umac_ctx *umac_new(const u_char key[]);
H A Dmac.c151 if ((mac->umac_ctx = umac_new(mac->key)) == NULL) in mac_init()
H A Dumac.c1216 struct umac_ctx *umac_new(const u_char key[]) in umac_new() function
H A Dssh_namespace.h1012 #define umac_new Fssh_umac_new macro