OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sw_ictx
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/opencrypto/
cryptosoft.h
33
u_int8_t *
SW_ictx
;
47
#define
sw_ictx
SWCR_UN.SWCR_AUTH.
SW_ictx
macro
cryptosoft.c
473
if (sw->
sw_ictx
== 0)
478
memcpy(&ctx, sw->
sw_ictx
, axf->ctxsize);
600
if (swa->
sw_ictx
== 0)
602
memcpy(&ctx, swa->
sw_ictx
, axf->ctxsize);
890
(*swd)->
sw_ictx
= kmem_alloc(axf->ctxsize, KM_NOSLEEP);
891
if ((*swd)->
sw_ictx
== NULL) {
905
axf->Init((*swd)->
sw_ictx
);
906
axf->Update((*swd)->
sw_ictx
, cri->cri_key,
908
axf->Update((*swd)->
sw_ictx
, hmac_ipad_buffer,
934
(*swd)->
sw_ictx
= kmem_alloc(axf->ctxsize, KM_NOSLEEP)
[
all
...]
/src/sys/arch/x86/x86/
via_padlock.c
254
swd->
sw_ictx
= malloc(axf->ctxsize,
256
if (swd->
sw_ictx
== NULL) {
271
axf->Init(swd->
sw_ictx
);
272
axf->Update(swd->
sw_ictx
, c->cri_key, c->cri_klen / 8);
273
axf->Update(swd->
sw_ictx
, hmac_ipad_buffer,
319
if (swd->
sw_ictx
) {
320
memset(swd->
sw_ictx
, 0, axf->ctxsize);
321
free(swd->
sw_ictx
, M_CRYPTO_DATA);
Completed in 13 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025