Searched refs:sw_octx (Results 1 – 1 of 1) sorted by relevance
62 void *sw_octx; member300 hmac_init_opad(axf, key, klen, sw->sw_octx); in swcr_authprepare()361 if (sw->sw_octx != NULL) { in swcr_authcompute()362 bcopy(sw->sw_octx, &ctx, axf->ctxsize); in swcr_authcompute()1031 swa->sw_octx = malloc(axf->ctxsize, M_CRYPTO_DATA, in swcr_setup_auth()1033 if (swa->sw_octx == NULL) in swcr_setup_auth()1422 zfree(ses->swcr_auth.sw_octx, M_CRYPTO_DATA); in swcr_freesession()