Lines Matching full:gh
283 test_speed_ghash_inner(char *name, br_ghash gh) in SPEED_HASH()
293 gh(y, h, buf, sizeof buf); in SPEED_HASH()
303 gh(y, h, buf, sizeof buf); in SPEED_HASH()
339 br_ghash gh; in test_speed_ghash_pclmul() local
341 gh = br_ghash_pclmul_get(); in test_speed_ghash_pclmul()
342 if (gh == 0) { in test_speed_ghash_pclmul()
346 test_speed_ghash_inner("GHASH (pclmul)", gh); in test_speed_ghash_pclmul()
353 br_ghash gh; in test_speed_ghash_pwr8() local
355 gh = br_ghash_pwr8_get(); in test_speed_ghash_pwr8()
356 if (gh == 0) { in test_speed_ghash_pwr8()
360 test_speed_ghash_inner("GHASH (pwr8)", gh); in test_speed_ghash_pwr8()