Home
last modified time | relevance | path

Searched refs:umac (Results 1 – 6 of 6) sorted by relevance

/dragonfly/crypto/openssh/
H A Dumac.h77 int umac(struct umac_ctx *ctx, u_char *input,
H A Dssh_config38 # MACs hmac-md5,hmac-sha1,umac-64@openssh.com
H A DPROTOCOL17 1.1. transport: Protocol 2 MAC algorithm "umac-64@openssh.com"
20 (rfc4418). This method is identical to the "umac-64" method documented
23 https://www.openssh.com/txt/draft-miller-secsh-umac-01.txt
H A Dumac.c1266 int umac(struct umac_ctx *ctx, u_char *input,
/dragonfly/lib/libssh/
H A DMakefile16 umac.c umac128.c utf8.c verify.c xmalloc.c
/dragonfly/sys/dev/netif/iwm/
H A Dif_iwm.c2773 struct iwm_umac_alive *umac; in iwm_alive_fn() local
2780 umac = &palive->umac_data; in iwm_alive_fn()
2786 umac = &palive3->umac_data; in iwm_alive_fn()
2796 sc->umac_error_event_table = le32toh(umac->error_info_addr); in iwm_alive_fn()
2811 le32toh(umac->umac_major), in iwm_alive_fn()
2812 le32toh(umac->umac_minor)); in iwm_alive_fn()