OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sw_octx
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/opencrypto/
cryptosoft.h
34
u_int8_t *
SW_octx
;
48
#define
sw_octx
SWCR_UN.SWCR_AUTH.
SW_octx
macro
cryptosoft.c
514
if (sw->
sw_octx
== NULL)
518
memcpy(&ctx, sw->
sw_octx
, axf->ctxsize);
525
if (sw->
sw_octx
== NULL)
528
axf->Update(&ctx, sw->
sw_octx
, sw->sw_klen);
896
(*swd)->
sw_octx
= kmem_alloc(axf->ctxsize, KM_NOSLEEP);
897
if ((*swd)->
sw_octx
== NULL) {
914
axf->Init((*swd)->
sw_octx
);
915
axf->Update((*swd)->
sw_octx
, cri->cri_key,
917
axf->Update((*swd)->
sw_octx
, hmac_opad_buffer,
941
(*swd)->
sw_octx
= kmem_alloc(cri->cri_klen / 8
[
all
...]
/src/sys/arch/x86/x86/
via_padlock.c
261
swd->
sw_octx
= malloc(axf->ctxsize,
263
if (swd->
sw_octx
== NULL) {
280
axf->Init(swd->
sw_octx
);
281
axf->Update(swd->
sw_octx
, c->cri_key, c->cri_klen / 8);
282
axf->Update(swd->
sw_octx
, hmac_opad_buffer,
323
if (swd->
sw_octx
) {
324
memset(swd->
sw_octx
, 0, axf->ctxsize);
325
free(swd->
sw_octx
, M_CRYPTO_DATA);
Completed in 58 milliseconds
Indexes created Thu Oct 23 22:10:10 GMT 2025