Searched refs:mac_update (Results 1 – 7 of 7) sorted by relevance
212 int (*mac_update)(crypto_ctx_t *, member
709 (KCF_PROV_MAC_OPS(pd) && KCF_PROV_MAC_OPS(pd)->mac_update) ? \710 KCF_PROV_MAC_OPS(pd)->mac_update(ctx, data, req) : \
108 .mac_update = skein_update, /* using regular digest update is OK here */
142 .mac_update = sha1_mac_update,
169 .mac_update = sha2_mac_update,
153 .mac_update = NULL,
934 } __packed mac_update; member