OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tdb_authalgxform
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/netipsec/
xform_tcp.c
120
sav->
tdb_authalgxform
= NULL;
xform_esp.c
160
if (sav->
tdb_authalgxform
!= NULL && sav->replay)
231
sav->
tdb_authalgxform
= &auth_hash_gmac_aes_128;
235
sav->
tdb_authalgxform
= &auth_hash_gmac_aes_192;
239
sav->
tdb_authalgxform
= &auth_hash_gmac_aes_256;
248
cria.cri_alg = sav->
tdb_authalgxform
->type;
263
if (sav->
tdb_authalgxform
&& sav->tdb_encalgxform) {
269
} else if (sav->
tdb_authalgxform
) {
328
esph = sav->
tdb_authalgxform
;
538
esph = sav->
tdb_authalgxform
;
695
esph = sav->
tdb_authalgxform
;
[
all
...]
keydb.h
139
const struct auth_hash *
tdb_authalgxform
; /* authentication algorithm */
member in struct:secasvar
xform_ah.c
100
((sav->flags & SADB_X_EXT_OLD) ? 16 : (sav)->
tdb_authalgxform
->authsize)
172
KASSERT(sav->
tdb_authalgxform
!= NULL);
235
sav->
tdb_authalgxform
= thash;
239
cria->cri_alg = sav->
tdb_authalgxform
->type;
278
sav->
tdb_authalgxform
= NULL;
538
KASSERT(sav->
tdb_authalgxform
!= NULL);
564
ahx = sav->
tdb_authalgxform
;
898
KASSERT(sav->
tdb_authalgxform
!= NULL);
899
ahx = sav->
tdb_authalgxform
;
Completed in 15 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025