Lines Matching defs:authp
538 uint8_t *ghash, *datap, *authp;
550 authp = (uint8_t *)ctx->gcm_tmp;
552 memset(authp, 0, block_size);
565 memset(authp, 0, block_size);
566 memcpy(authp, &(auth_data[processed]),
572 datap = (uint8_t *)authp;
1480 uint8_t *authp = (uint8_t *)ctx->gcm_tmp;
1482 memset(authp, 0, block_size);
1483 memcpy(authp, datap, incomp);
1484 GHASH_AVX(ctx, authp, block_size);