OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alg_enc
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/netipsec/
keydb.h
105
u_int8_t
alg_enc
; /* Cipher Algorithm Identifier */
member in struct:secasvar
xform_esp.c
187
txform = esp_algorithm_lookup(sav->
alg_enc
);
190
sav->
alg_enc
);
225
switch (sav->
alg_enc
) {
551
ESP_STATINC(ESP_STAT_HIST + esp_stats[sav->
alg_enc
]);
972
ESP_STATINC(ESP_STAT_HIST + esp_stats[sav->
alg_enc
]);
xform_ipcomp.c
105
/* NB: algorithm really comes in
alg_enc
and not alg_comp! */
106
tcomp = ipcomp_algorithm_lookup(sav->
alg_enc
);
112
sav->alg_comp = sav->
alg_enc
; /* set for doing histogram */
key_debug.c
535
key_sa_refcnt(sav), sav->state, sav->alg_auth, sav->
alg_enc
);
key.c
3639
sav->
alg_enc
= sa0->sadb_sa_encrypt;
3705
sav->
alg_enc
!= SADB_EALG_NULL) {
3834
if (sav->
alg_enc
!= SADB_EALG_NONE) {
3838
sav->
alg_enc
, SADB_EALG_NONE);
4288
p->sadb_sa_encrypt = sav->
alg_enc
;
Completed in 18 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025