OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sah
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/netipsec/
keydb.h
130
struct secashead *
sah
; /* back pointer to the secashead */
member in struct:secasvar
key.c
215
*
sah
entries
217
* - A
sah
has sav lists for each SA state
224
* - Modifications to the key_sad.sahlists,
sah
.savlist and key_sad.savlut
226
* - Read accesses to the key_sad.sahlists,
sah
.savlist and key_sad.savlut
228
* -
sah
's lifetime is managed by localcount(9)
229
* - Getting an
sah
entry
230
* - We get an
sah
from the key_sad.sahlists
231
* - Must iterate the list and increment the reference count of a found
sah
233
* - A gotten
sah
must be released after use by key_sah_unref
234
* - An
sah
is destroyed when its state become DEAD and no sav i
1125
struct secashead *
sah
;
local in function:key_lookup_sa_bysaidx
3431
struct secashead *
sah
;
local in function:key_getsah
3453
struct secashead *
sah
;
local in function:key_getsah_ref
3475
struct secashead *
sah
;
local in function:key_checkspidup
4977
struct secashead *
sah
;
local in function:key_timehandler_sad
5376
struct secashead *
sah
;
local in function:key_api_getspi
5730
struct secashead *
sah
;
local in function:key_api_update
5986
struct secashead *
sah
;
local in function:key_api_add
6262
struct secashead *
sah
;
local in function:key_api_delete
6350
struct secashead *
sah
;
local in function:key_delete_all
6454
struct secashead *
sah
;
local in function:key_api_get
7223
struct secashead *
sah
;
local in function:key_api_acquire
7544
struct secashead *
sah
;
local in function:key_api_flush
7606
struct secashead *
sah
;
local in function:key_setdump_chain
8489
struct secashead *
sah
;
local in function:key_sa_routechange
8604
struct secashead *
sah
;
local in function:key_setdump
[
all
...]
/src/sys/dev/pci/qat/
qat_hw15.c
572
const struct swcr_auth_hash *
sah
;
local in function:qat_crypto_setup_auth_desc
582
sah
= hash_def->qshd_alg->qshai_sah;
600
auth_hdr->final_sz =
sah
->auth_hash->authsize;
qat.c
1349
struct swcr_auth_hash const *
sah
= hash_def->qshd_alg->qshai_sah;
local in function:qat_crypto_hmac_precompute
1380
sah
->Init(ctx);
1384
sah
->Update(ctx, ipad, blklen);
1393
sah
->Init(ctx);
1394
sah
->Update(ctx, opad, blklen);
1460
const struct swcr_auth_hash *
sah
;
local in function:qat_crypto_load_auth_cryptoini
1484
sah
= (*hash_def)->qshd_alg->qshai_sah;
1485
KASSERT(
sah
!= NULL);
1486
desc->qcd_auth_sz =
sah
->auth_hash->authsize;
Completed in 16 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025