Searched refs:sw_ictx (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/opencrypto/
H A Dcryptosoft.h49 #define sw_ictx SWCR_UN.SWCR_AUTH.SW_ictx macro
H A Dcryptosoft.c339 axf->Init(sw->sw_ictx);
340 axf->Update(sw->sw_ictx, key, klen);
341 axf->Update(sw->sw_ictx, hmac_ipad_buffer, axf->blocksize - klen);
361 * adding the key to sw_ictx and abusing Final() to get the
370 axf->Init(sw->sw_ictx);
371 axf->Update(sw->sw_ictx, key, klen);
372 axf->Final(buf, sw->sw_ictx);
393 if (sw->sw_ictx == 0)
401 bcopy(sw->sw_ictx, &ctx, axf->ctxsize);
499 if (swa->sw_ictx
[all...]

Completed in 53 milliseconds