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

/freebsd-12-stable/sys/opencrypto/
H A Dcryptosoft.c348 axf->Init(sw->sw_ictx);
349 axf->Update(sw->sw_ictx, key, klen);
350 axf->Update(sw->sw_ictx, hmac_ipad_buffer, axf->blocksize - klen);
370 * adding the key to sw_ictx and abusing Final() to get the
379 axf->Init(sw->sw_ictx);
380 axf->Update(sw->sw_ictx, key, klen);
381 axf->Final(buf, sw->sw_ictx);
392 axf->Setkey(sw->sw_ictx, key, klen);
393 axf->Init(sw->sw_ictx);
415 if (sw->sw_ictx
[all...]
H A Dcryptosoft.h49 #define sw_ictx SWCR_UN.SWCR_AUTH.SW_ictx macro

Completed in 62 milliseconds