OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
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
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
1503
struct cryptoini
cric
; /* compressor */
local
1642
memset(&
cric
, 0, sizeof(
cric
));
1645
cric
.cri_alg = tcomp->type;
1646
cric
.cri_klen = 0;
1649
crihead = &
cric
;
1651
cric
.cri_next = &crie;
1653
cric
.cri_next = &cria;
Completed in 16 milliseconds
Indexes created Wed May 20 00:24:30 UTC 2026