cryptosoft.c | 469 const struct swcr_auth_hash *axf; local in function:swcr_authcompute 476 axf = sw->sw_axf; 478 memcpy(&ctx, sw->sw_ictx, axf->ctxsize); 482 axf->Update(&ctx, (char *)buf + crd->crd_skip, crd->crd_len); 486 (int (*)(void*, void *, unsigned int))(void *)axf->Update, 494 (int (*)(void *, void *, unsigned int))(void *)axf->Update, 517 axf->Final(aalg, &ctx); 518 memcpy(&ctx, sw->sw_octx, axf->ctxsize); 519 axf->Update(&ctx, aalg, axf->auth_hash->hashsize) 572 const struct swcr_auth_hash *axf = NULL; local in function:swcr_combined 763 const struct swcr_auth_hash *axf; local in function:swcr_newsession 1032 const struct swcr_auth_hash *axf; local in function:swcr_freesession_internal [all...] |