Searched refs:gcm_update_mac (Results 1 – 2 of 2) sorted by relevance
/linux/arch/arm64/crypto/ |
H A D | ghash-ce-glue.c | 269 static void gcm_update_mac(u64 dg[], const u8 *src, int count, u8 buf[], in gcm_update_mac() function 320 gcm_update_mac(dg, p, n, buf, &buf_count, ctx); in gcm_calculate_auth_mac()
|
/linux/arch/arm/crypto/ |
H A D | ghash-ce-glue.c | 421 static void gcm_update_mac(u64 dg[], const u8 *src, int count, u8 buf[], in gcm_update_mac() function 471 gcm_update_mac(dg, p, n, buf, &buf_count, ctx); in gcm_calculate_auth_mac()
|