OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cric
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netipsec/
xform_ipcomp.c
102
struct cryptoini
cric
;
local in function:ipcomp_init
117
memset(&
cric
, 0, sizeof(
cric
));
118
cric
.cri_alg = sav->tdb_compalgxform->type;
120
ses = crypto_newsession(&sav->tdb_cryptoid, &
cric
, crypto_support);
/src/sys/opencrypto/
cryptodev.c
1458
struct cryptoini
cric
; /* compressor */
local in function:cryptodev_session
1597
memset(&
cric
, 0, sizeof(
cric
));
1600
cric
.cri_alg = tcomp->type;
1601
cric
.cri_klen = 0;
1604
crihead = &
cric
;
1606
cric
.cri_next = &crie;
1608
cric
.cri_next = &cria;
Completed in 13 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025