Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/macs/
H A Dgmac_prov.c41 struct gmac_data_st { struct
49 struct gmac_data_st *macctx = vmacctx; in gmac_free() argument
60 struct gmac_data_st *macctx; in gmac_new()
77 struct gmac_data_st *src = vsrc; in gmac_dup()
78 struct gmac_data_st *dst; in gmac_dup()
100 static int gmac_setkey(struct gmac_data_st *macctx, in gmac_setkey()
117 struct gmac_data_st *macctx = vmacctx; in gmac_init()
129 struct gmac_data_st *macctx = vmacctx; in gmac_update()
149 struct gmac_data_st *macctx = vmacctx; in gmac_final()
205 struct gmac_data_st *macctx = vmacctx; in gmac_set_ctx_params()