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

/freebsd-10.0-release/sys/opencrypto/
H A Dcryptosoft.h49 #define sw_ictx SWCR_UN.SWCR_AUTH.SW_ictx macro
H A Dcryptosoft.c468 axf->Init(sw->sw_ictx);
469 axf->Update(sw->sw_ictx, key, klen);
470 axf->Update(sw->sw_ictx, hmac_ipad_buffer, axf->blocksize - klen);
490 * adding the key to sw_ictx and abusing Final() to get the
499 axf->Init(sw->sw_ictx);
500 axf->Update(sw->sw_ictx, key, klen);
501 axf->Final(buf, sw->sw_ictx);
522 if (sw->sw_ictx == 0)
530 bcopy(sw->sw_ictx, &ctx, axf->ctxsize);
780 (*swd)->sw_ictx
[all...]

Completed in 70 milliseconds