Searched refs:mac_update (Results 1 – 7 of 7) sorted by relevance
334 struct fm10k_mac_update mac_update; in fm10k_update_xc_addr_pf() local347 mac_update.mac_lower = FM10K_CPU_TO_LE32(((u32)mac[2] << 24) | in fm10k_update_xc_addr_pf()351 mac_update.mac_upper = FM10K_CPU_TO_LE16(((u16)mac[0] << 8) | in fm10k_update_xc_addr_pf()353 mac_update.vlan = FM10K_CPU_TO_LE16(vid); in fm10k_update_xc_addr_pf()354 mac_update.glort = FM10K_CPU_TO_LE16(glort); in fm10k_update_xc_addr_pf()355 mac_update.action = add ? 0 : 1; in fm10k_update_xc_addr_pf()356 mac_update.flags = flags; in fm10k_update_xc_addr_pf()361 &mac_update, sizeof(mac_update)); in fm10k_update_xc_addr_pf()
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,